summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
...
* build: Remove generated .version file on distclean.Diego Biurrun2011-05-26
|
* Remove unused make variable SEEK_REFFILEMans Rullgard2011-05-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: remove redundant aref and vref referencesMans Rullgard2011-05-18
| | | | | | | | | The ref targets are included in the FATE_[AV]CODEC lists created by configure so they do not need to be listed separately in the makefile. Filter them out when setting dependencies to avoid make warnings about circular deps. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: run aref and vref as regular testsMans Rullgard2011-05-18
| | | | | | | | | These tests create reference files used for psnr calculation in the other codec tests. Treating them as (mostly) regular tests simplifies the makefile and makes them visible in the fate reports. The latter makes errors in these runs easier to identify. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Implement fate-rsync targetReinhard Tartler2011-05-03
|
* FATE: allow forcing thread-type when doing threaded fate runs.Ronald S. Bultje2011-04-21
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Makefile: Include dependencies for test tools, tooMartin Storsjö2011-04-20
| | | | | | | | | This makes seek_test to be rebuilt when its dependencies has changed. The changes to the dependencies didn't usually matter in practice, but the introduction of side data in AVPacket required a recompilation. Signed-off-by: Martin Storsjö <martin@martin.st>
* Remove support for stripping executablesMans Rullgard2011-03-29
| | | | | | | | Stripping is generally best left to package management tools, and since unstripped copies are kept in the build tree, any arguments about saving space (no matter how insignificant) are void. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add support for multithread testingLuca Barbato2011-03-23
| | | | Add a THREADS variable to fate calls.
* get rid of the last svn mentionsJanne Grunau2011-03-18
|
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
| | | | also update the multiple inclusion guards in config.h|mak
* Makefile: include deps from tools directoryMans Rullgard2011-02-20
| | | | | | | | This ensures the tools are rebuilt when necessary. Specifically, lavfi-showfiltfmts was sometimes not rebuilt causing spurious test failures. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Merge libavcore into libavutilReinhard Tartler2011-02-15
| | | | | | | | | | | | It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* Allow "make clean" to clean files in toolsStefano Sabatini2011-02-12
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add lavfi-showfiltfmts and graph2dot to $(TOOLS)Stefano Sabatini2011-02-12
| | | | | | | | Allow make clean to remove the corresponding binaries. Fix issue 2162. Signed-off-by: Mans Rullgard <mans@mansr.com>
* VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-11
| | | | | | Approximately 5% faster on Cortex-A8. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Makefile: remove unused variable ALLHTMLPAGESMans Rullgard2011-02-01
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* 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