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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-28build: also clean the examples with debug symbolsClément Bœsch
2013-11-28build: split examples cleaning out of docclean.Clément Bœsch
2013-11-28build: integrate remaining examples.Clément Bœsch
2013-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: Add an audio transcoding example. Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-27Add an audio transcoding example.Andreas Unterweger
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-11-27doc/Makefile: fix building examples if a program suffix is setMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-27Merge commit 'dc80e2f7a529d6e4416b40b68699be16fed62d6c'Michael Niedermayer
* commit 'dc80e2f7a529d6e4416b40b68699be16fed62d6c': Makefile: Fix building programs on systems with a nonempty executable suffix Conflicts: Makefile See: f1db007e008d3ece791c7ac65c537d1d301ea0cc Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-27build: Check for pod2man instead of perl for manual page generationDiego Biurrun
Some systems provide Perl without pod2man.
2013-11-26doc/Makefile fix PROGSMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-26Merge commit 'ab81f24ad43bddf77ddd25cba86780c1c884996c'Michael Niedermayer
* commit 'ab81f24ad43bddf77ddd25cba86780c1c884996c': build: Integrate multilibrary examples into the build system Conflicts: configure doc/Makefile doc/examples/muxing.c doc/examples/output.c libavformat/Makefile libavformat/output-example.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-26Merge commit '14abeaa43d021afdce9119d906891abe89c03b88'Michael Niedermayer
* commit '14abeaa43d021afdce9119d906891abe89c03b88': build: Separate building programs linking against libav* from building av* Conflicts: Makefile doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-25Partially revert "Merge commit 'f187557ab4612776f7f527ecf3d40062975c3e4c'"James Almer
This partially reverts commit c0237d19a0269ff44e909434f1b2b645fad2d281 Some scripts make use of --disable-doc Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-24Merge commit 'f187557ab4612776f7f527ecf3d40062975c3e4c'Michael Niedermayer
* commit 'f187557ab4612776f7f527ecf3d40062975c3e4c': build: more fine-grained dependencies for documentation build tools Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-10-24doc/Makefile: fix man pages uninstall pathStefano Sabatini
Fix trac ticket #3054.
2013-09-08doc: add *install-doc that covers all documentationJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-07doc: rename *install-doc to *install-htmlJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-07doc: fix install-doc dependenciesJames Almer
Put it inside its own ifdef conditional. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-01doc: fix insane hard texi2html dependancyMichael Niedermayer
Found-by: nevcairiel Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-01Merge commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c'Michael Niedermayer
* commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c': configure: Add docdir configuration option Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-31configure: Add docdir configuration optionVittorio Giovara
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-07-03Revert "doc: add script to compute texi files dependencies"Michael Niedermayer
This reverts commit 628ceac6526724d35cb390cc1f88344f4ea22eb4. The commit broke out of tree builds
2013-07-03doc: add script to compute texi files dependenciesStefano Sabatini
Replace the inline awk script with a Perl script which tracks the dependencies recursively. This allows to correctly track dependencies for files including files with a second level include (for example: ffmpeg-devices.texi -> devices.texi -> outdevs.texi). This also adds a dependency on perl for computing the dependencies, which should not be a problem since perl is already required all the way for building documentation.
2013-05-19doc/Makefile: install .3 man pages to man3 subdirStefano Sabatini
Fix trac ticket #2585.
2013-05-19build: drop unused ALLMANPAGES variableStefano Sabatini
2013-04-05doc: enable compilation of -all tool pagesStefano Sabatini
In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.
2013-01-24Merge commit '7a95afe433b2a692f490b98948c082e62ffc1d27'Michael Niedermayer
* commit '7a95afe433b2a692f490b98948c082e62ffc1d27': doc: fix dependencies in pod generation Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-24doc: fix dependencies in pod generationLuca Barbato
The script can and will change.
2013-01-19doc/Makefile: Fix make doccleanJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-24doc: stop generating syntax.html.Clément Bœsch
Just like doc/eval.texi, this file is meant to be included from ffmpeg-utils.texi, and not to be used as a standalone documentation.
2012-12-18doc/Makefile: add docclean ruleStefano Sabatini
This allows to clean the doc directory from the parent project dir. The command: make -C doc clean does not work as long as the paths specified in doc/Makefile are relative to the parent dir. Also it is consitent with "testclean" and "distclean" targets.
2012-11-29doc/Makefile: rework component configuration logicStefano Sabatini
Only enable component manual when the corresponding library providing the feature is enabled.
2012-11-29doc: add ffmpeg-bitstream-filters.texi fileStefano Sabatini
2012-11-28doc: add ffmpeg-protocols.texi manualStefano Sabatini
2012-11-28doc: move syntax and eval chapters from libavutil to ffmpeg-utilsStefano Sabatini
Move utilities description to a dedicated manual, consistent with what I did with the rest of the documentation.
2012-11-28doc: add libavdevice.texi and ffmpeg-devices.texi filesStefano Sabatini
2012-11-28doc: add libavformat.texi and ffmpeg-formats.texi filesStefano Sabatini
2012-11-25doc: add libswscale.texi and ffmpeg-scaler.texi filesStefano Sabatini
2012-11-25doc: add libswresample.texi and ffmpeg-resampler.texi filesStefano Sabatini
2012-11-25doc: move filters documentation to dedicated manual page ffmpeg-filtersStefano Sabatini
2012-11-25doc: move codec options and descriptions to a dedicated manual pageStefano Sabatini
2012-11-11doc/Makefile: generate library headers with the correct section numberStefano Sabatini
2012-11-11doc: add libavfilter.texiStefano Sabatini
With some re-wording by Alexander Strasser <eclipse7@gmx.net>.
2012-11-11doc: add libavutil.texiStefano Sabatini
With some fixes and better wording by Alexander Strasser <eclipse7@gmx.net>.
2012-11-08doc/Makefile: change DOCLIBS checkStefano Sabatini
More consistent with the rest of the build system, and more compact.
2012-11-06doc/Makefile: remove .3 file with make cleanStefano Sabatini
2012-11-04doc: add libavcodec.texiStefano Sabatini
The option chapter is based on the avoptions_codec.texi auto-generated file.