summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
...
* Makefile: build docs only for enabled tools; fix docs dependenciesMans Rullgard2011-02-01
| | | | | | | | This makes "make documentation" build the man/html pages only for the tools enabled in the build. It also fixes the dependency tracking for the built man pages. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Auto-generate dependencies for documentationMans Rullgard2011-02-01
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* doc: modify style for texi2html 1.78+Janne Grunau2011-01-29
| | | | | | | | | | | | The generated HTML files are similar to the ones generated with texi2html 1.56k used on the website. Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended version. The removed @sp from the titlepage section were ignored until texi2html 5.0. If not removed the pages generated by 5.0 will have ugly empty space around the title.
* Makefile: fix cleaning of tools in tests directoryMans Rullgard2011-01-25
| | | | | | | The variable TESTPROGS is reset by the library makefiles, use another name. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix ALLPROGS_G so that *_g binaries get cleaned properlyDaniel Verkamp2011-01-25
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Makefile: simplify test tools handlingMans Rullgard2011-01-23
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Makefile: simplify setting of some variablesMans Rullgard2011-01-21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add demuxers.texi file.Stefano Sabatini2011-01-09
| | | | Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Metadata muxerAnton Khirnov2010-12-27
| | | | | | Dumps all metadata to a text file for easy manual editing. Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dependency for the libavfitler.html file.Stefano Sabatini2010-12-23
| | | | Originally committed as revision 26078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify texi files naming: ff*-doc.texi -> ff*.texi.Stefano Sabatini2010-12-14
| | | | Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define PODPAGES in Makefile, and make them depend onStefano Sabatini2010-12-11
| | | | | | | | fftools-common-opts.texi. Fix pod files updating when fftools-common-opts.texi is changed. Originally committed as revision 25928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building of object files in tools/Ramiro Polla2010-12-07
| | | | | | Fixes issue issue2408. Originally committed as revision 25905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a file for bitstream filters documentation.Stefano Sabatini2010-11-08
| | | | | | | Based on a patch by Nicolas George <@var{name}.@var{surname}@@normalesup.@code{org}>. Originally committed as revision 25709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add eval.texi file.Stefano Sabatini2010-11-03
| | | | Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: print list of tests with "make fate-list"Måns Rullgård2010-08-26
| | | | Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MP3 float decoder FATE testsVitor Sessak2010-08-23
| | | | Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: remove pointless fate/fate2 separationMåns Rullgård2010-08-22
| | | | Originally committed as revision 24868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.Diego Biurrun2010-08-17
| | | | | | We no longer create .d files directly, so the rule is pointless. Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: move some groups of related tests to their own filesMåns Rullgård2010-08-04
| | | | | | | This moves some groups of tests for single codecs to separate files, and adds shorthands for running all tests in a group. Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix fate-lavfi-pixfmts test cross-compilation.Stefano Sabatini2010-08-01
| | | | | | | | Add the lavfi-showfiltfmts dependency in the Makefile, and correctly use the $target_exec and $target_path variables for invoking the lavfi-showfiltfmts tool. Originally committed as revision 24645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add protocols.texi.Stefano Sabatini2010-07-31
| | | | Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the indevs.texi and outdevs.texi files.Stefano Sabatini2010-07-27
| | | | Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: create report filesMåns Rullgård2010-07-26
| | | | Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a simple base64 encoder for use in testsMåns Rullgård2010-07-26
| | | | Originally committed as revision 24526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not automatically run configureMåns Rullgård2010-07-22
| | | | | | | | Making automatic reconfigure work properly in all cases proved more difficult than it seemed, and people complained about it. Instead, print a warning when the configuration appears to be out of date. Originally committed as revision 24436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcore.Stefano Sabatini2010-07-21
| | | | | | | | | | | The new library is meant to contain the core multimedia utilities for FFmpeg, to make them shareable between more libav* libraries. See thread: Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils Date: Fri, 9 Jul 2010 01:07:40 +0200 Originally committed as revision 24393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable lavfi test in "make test"Måns Rullgård2010-07-21
| | | | Originally committed as revision 24382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rerun configure when all*.c files have changedMåns Rullgård2010-07-20
| | | | Originally committed as revision 24370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change message tag for tests to simply TESTMåns Rullgård2010-07-20
| | | | Originally committed as revision 24369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old regtest make rules redirecting to fate-based onesMåns Rullgård2010-07-20
| | | | Originally committed as revision 24348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: allow running regtests through fate frontendMåns Rullgård2010-07-20
| | | | Originally committed as revision 24347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate list of lavfi tests in configureMåns Rullgård2010-07-19
| | | | Originally committed as revision 24329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: echo fate-run command with V=1Måns Rullgård2010-07-19
| | | | Originally committed as revision 24328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead target from .PHONY listMåns Rullgård2010-07-09
| | | | Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add oneoff test for twinvqMåns Rullgård2010-07-09
| | | | Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add oneoff comparison methodMåns Rullgård2010-07-09
| | | | | | | | This adds the 'oneoff' comparison method. It compares two s16le pcm files with a max difference <= the fuzz factor treated as success. Default fuzz is 1. On failure, the full tiny_psnr output is printed. Originally committed as revision 24134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: pass additional variables to test scriptMåns Rullgård2010-07-09
| | | | | | | | | | This passes the following additional variables to the test script: - CMP method to use comparing output with reference, default 'diff' - REF reference file, default 'tests/ref/fate/${test}' - FUZZ maximum fuzz factor in comparison, meaning depends on CMP Originally committed as revision 24133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change names of regtest output files to closer match the reference filesMåns Rullgård2010-07-08
| | | | Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify regtest reference makefile dependenciesMåns Rullgård2010-07-08
| | | | Originally committed as revision 24121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move regression test dependencies to configureMåns Rullgård2010-07-08
| | | | | | This allows expressing complex dependencies more easily. Originally committed as revision 24120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create the regtest reference files only when necessaryMåns Rullgård2010-07-08
| | | | | | | This avoid recreating the ref files every time an individual test is run from the command line. Originally committed as revision 24113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up make rules for calling codec test scriptsMåns Rullgård2010-07-08
| | | | Originally committed as revision 24112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beautify make messages when generating test data filesMåns Rullgård2010-07-08
| | | | Originally committed as revision 24111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-07
| | | | Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the ffmpeg and ffplay man pages show the list of lavfi filters,Stefano Sabatini2010-06-21
| | | | | | sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update documentation dependencies, make ff* tools manpages and HTMLStefano Sabatini2010-06-21
| | | | | | pages depend of fftools-common-opts.texi. Originally committed as revision 23687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add simple rgb/yuv in avi regression test.Michael Niedermayer2010-06-06
| | | | Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini2010-05-24
| | | | | | | | | | target regtest-lavfi_pix_fmts. The lavfi_pix_fmts test is disabled, this because there are many tests which are failing, and there are still some output files which cannot be played by NUT/ffplay. Originally committed as revision 23297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FATE: print friendly error for individual tests when SAMPLES unsetMåns Rullgård2010-05-10
| | | | Originally committed as revision 23079 to svn://svn.ffmpeg.org/ffmpeg/trunk