Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-17Move all example programs to doc/examplesDiego Biurrun
Also drop support for building examples in library directories.
2014-02-14build: doxy: Include code examples in Doxygen documentationDiego Biurrun
2014-02-14build: Do not pass HTML snippets and stylesheet as input to DoxygenDiego Biurrun
These files are referenced elsewhere and only generate warnings if presented to Doxygen as input files.
2014-02-10build: fix examples compilation when EXESUF is not emptyChristophe Gisquet
Due to a wrong substitution doc/examples is not added as a prerequisite for the objects of the example programs. This results in compiler error due to the non-existing output directory. Bug-Id: 636 Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2014-01-01Makefile: add html template files to the doxygen depsAnton Khirnov
2013-11-27Add an audio transcoding example.Andreas Unterweger
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-11-27build: Check for pod2man instead of perl for manual page generationDiego Biurrun
Some systems provide Perl without pod2man.
2013-11-25build: Integrate multilibrary examples into the build systemDiego Biurrun
This includes moving libavformat/output-example to doc/examples/output.
2013-11-25build: Separate building programs linking against libav* from building av*Diego Biurrun
This will allow cleaner integration of building example programs.
2013-11-25doc: Add the host executable suffix for the print_options dependencyMartin Storsjö
This fixes building on windows. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-11-23build: more fine-grained dependencies for documentation build toolsDiego Biurrun
Perl is needed to build the manual pages, texi2html for the HTML pages.
2013-08-31configure: Add docdir configuration optionVittorio Giovara
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-01-24doc: fix dependencies in pod generationLuca Barbato
The script can and will change.
2012-11-02doc: add apidoc target for doxygen API documentationJanne Grunau
Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov <anton@khirnov.net>. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-10-08doc: initial nut documentationLuca Barbato
2012-07-27build: use COMPILE template for HOSTOBJSMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-03-28build: fix doc generation errors in parallel buildsMans Rullgard
The $(dir) function used to construct OBJDIRS includes a trailing slash in the names returned, which GNU make 3.82 does not match to the slash-less 'doc' in the documentation dependencies, causing parallel build to fail. Adding a slash fixes this and still works with make 3.81. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-03-27build: Do not explicitly add the doc directory to the OBJDIRS list.Diego Biurrun
Now that a documentation generator is built in the doc directory, this is no longer necessary. Fixes the Make warning: Makefile:188: target `doc' given more than once in the same rule.
2012-03-20doc: pass -Idoc texi2html and texi2podMans Rullgard
This fixes doc generation in build tree separate from source. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-03-20Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov
2011-12-09doc: split platform specific informationLuca Barbato
Move the platform-specific information in its own file.
2011-12-09doc: port the git-howto to texinfoLuca Barbato
2011-12-09doc: document fate in a texinfoLuca Barbato
Summarize the information provided in the wiki and the one provided in fate.txt
2011-12-08build: merge lists of HTML documentation targetsDiego Biurrun
2011-06-29build: create output directories as neededMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-28build: call texi2pod.pl with full path instead of symlinkMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-23build: remove SRC_PATH_BARE variableMans Rullgard
Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-23build: move documentation rules to doc/MakefileMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2007-05-17Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun
Originally committed as revision 9042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08allow spaces in source and build directory namesMåns Rullgård
out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03Mark all phony targets as such.Diego Biurrun
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun
Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Remove unnecessary include and variable declaration.Diego Biurrun
Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-22Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)Philipp Matthias Hahn
preserve support for spaces in directories in case of in-tree builds by (James A. Morrison <ja2morri csclub.uwaterloo ca>) Originally committed as revision 3855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24added ffplay documentation - added automatic man page generation for ffmpeg, ↵Fabrice Bellard
ffserver and ffplay Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-03autogeneration of html filesFabrice Bellard
Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-30Moved hook documentation into the doc directoryPhilip Gladstone
Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-19ffserver documentation updateFabrice Bellard
Originally committed as revision 1234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-04added faq.htmlFabrice Bellard
Originally committed as revision 1159 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-10-28new texinfo documentation - HTML version also includedFabrice Bellard
Originally committed as revision 1085 to svn://svn.ffmpeg.org/ffmpeg/trunk