summaryrefslogtreecommitdiff
path: root/doc/Makefile
Commit message (Collapse)AuthorAge
* Add a QSV decoding example.Anton Khirnov2015-02-28
|
* libavfilter: example audio filtering programAnton Khirnov2014-02-25
| | | | | | Based on a patch by Andrew Kelley <superjoe30@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Move all example programs to doc/examplesDiego Biurrun2014-02-16
| | | | Also drop support for building examples in library directories.
* build: doxy: Include code examples in Doxygen documentationDiego Biurrun2014-02-14
|
* build: Do not pass HTML snippets and stylesheet as input to DoxygenDiego Biurrun2014-02-14
| | | | | These files are referenced elsewhere and only generate warnings if presented to Doxygen as input files.
* build: fix examples compilation when EXESUF is not emptyChristophe Gisquet2014-02-10
| | | | | | | | | | 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>
* Makefile: add html template files to the doxygen depsAnton Khirnov2014-01-01
|
* Add an audio transcoding example.Andreas Unterweger2013-11-27
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* build: Check for pod2man instead of perl for manual page generationDiego Biurrun2013-11-26
| | | | Some systems provide Perl without pod2man.
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-25
| | | | This includes moving libavformat/output-example to doc/examples/output.
* build: Separate building programs linking against libav* from building av*Diego Biurrun2013-11-25
| | | | This will allow cleaner integration of building example programs.
* doc: Add the host executable suffix for the print_options dependencyMartin Storsjö2013-11-25
| | | | | | This fixes building on windows. Signed-off-by: Martin Storsjö <martin@martin.st>
* build: more fine-grained dependencies for documentation build toolsDiego Biurrun2013-11-23
| | | | Perl is needed to build the manual pages, texi2html for the HTML pages.
* configure: Add docdir configuration optionVittorio Giovara2013-08-31
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: fix dependencies in pod generationLuca Barbato2013-01-24
| | | | The script can and will change.
* doc: add apidoc target for doxygen API documentationJanne Grunau2012-11-02
| | | | | | | | | 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>
* doc: initial nut documentationLuca Barbato2012-10-08
|
* build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-26
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: fix doc generation errors in parallel buildsMans Rullgard2012-03-28
| | | | | | | | | | 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>
* build: Do not explicitly add the doc directory to the OBJDIRS list.Diego Biurrun2012-03-27
| | | | | | 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.
* doc: pass -Idoc texi2html and texi2podMans Rullgard2012-03-20
| | | | | | This fixes doc generation in build tree separate from source. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov2012-03-20
|
* doc: split platform specific informationLuca Barbato2011-12-09
| | | | Move the platform-specific information in its own file.
* doc: port the git-howto to texinfoLuca Barbato2011-12-09
|
* doc: document fate in a texinfoLuca Barbato2011-12-09
| | | | | Summarize the information provided in the wiki and the one provided in fate.txt
* build: merge lists of HTML documentation targetsDiego Biurrun2011-12-08
|
* build: create output directories as neededMans Rullgard2011-06-29
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: call texi2pod.pl with full path instead of symlinkMans Rullgard2011-06-28
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: remove SRC_PATH_BARE variableMans Rullgard2011-06-23
| | | | | | | | 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>
* build: move documentation rules to doc/MakefileMans Rullgard2011-06-22
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun2007-05-17
| | | | Originally committed as revision 9042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | 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
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary include and variable declaration.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)Philipp Matthias Hahn2005-01-21
| | | | | | 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
* added ffplay documentation - added automatic man page generation for ffmpeg, ↵Fabrice Bellard2003-08-24
| | | | | | ffserver and ffplay Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autogeneration of html filesFabrice Bellard2003-06-02
| | | | Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moved hook documentation into the doc directoryPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver documentation updateFabrice Bellard2002-11-19
| | | | Originally committed as revision 1234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added faq.htmlFabrice Bellard2002-11-04
| | | | Originally committed as revision 1159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new texinfo documentation - HTML version also includedFabrice Bellard2002-10-27
Originally committed as revision 1085 to svn://svn.ffmpeg.org/ffmpeg/trunk