- 03 Jun, 2011 1 commit
-
-
Diego Biurrun authored
The --output option is available in texi2html since at least version 1.78.
-
- 29 May, 2011 1 commit
-
-
Mans Rullgard authored
This variable is unnecessary as absolute paths are not required. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 May, 2011 1 commit
-
-
Diego Biurrun authored
-
- 18 May, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
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>
-
Mans Rullgard authored
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>
-
- 03 May, 2011 1 commit
-
-
Reinhard Tartler authored
-
- 21 Apr, 2011 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Apr, 2011 1 commit
-
-
Martin Storsjö authored
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>
-
- 29 Mar, 2011 1 commit
-
-
Mans Rullgard authored
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>
-
- 23 Mar, 2011 1 commit
-
-
Luca Barbato authored
Add a THREADS variable to fate calls.
-
- 18 Mar, 2011 1 commit
-
-
Janne Grunau authored
-
- 16 Mar, 2011 1 commit
-
-
Janne Grunau authored
also update the multiple inclusion guards in config.h|mak
-
- 20 Feb, 2011 1 commit
-
-
Mans Rullgard authored
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>
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
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>
-
- 12 Feb, 2011 2 commits
-
-
Stefano Sabatini authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Stefano Sabatini authored
Allow make clean to remove the corresponding binaries. Fix issue 2162. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 11 Feb, 2011 1 commit
-
-
Mans Rullgard authored
Approximately 5% faster on Cortex-A8. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 01 Feb, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
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>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Jan, 2011 1 commit
-
-
Janne Grunau authored
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.
-
- 25 Jan, 2011 2 commits
-
-
Mans Rullgard authored
The variable TESTPROGS is reset by the library makefiles, use another name. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Daniel Verkamp authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Jan, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 21 Jan, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 Jan, 2011 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Dec, 2010 1 commit
-
-
Anton Khirnov authored
Dumps all metadata to a text file for easy manual editing. Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 26078 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
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
-
- 07 Dec, 2010 1 commit
-
-
Ramiro Polla authored
Fixes issue issue2408. Originally committed as revision 25905 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
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
-
- 03 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Aug, 2010 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Aug, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 24868 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Aug, 2010 1 commit
-
-
Diego Biurrun authored
We no longer create .d files directly, so the rule is pointless. Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Aug, 2010 1 commit
-
-
Måns Rullgård authored
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
-
- 01 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
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
-