- 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
-
- 31 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2010 1 commit
-
-
Måns Rullgård authored
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
-
- 21 Jul, 2010 2 commits
-
-
Stefano Sabatini authored
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
-
Måns Rullgård authored
Originally committed as revision 24382 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jul, 2010 4 commits
-
-
Måns Rullgård authored
Originally committed as revision 24370 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24369 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24348 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24347 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 24329 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24328 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2010 4 commits
-
-
Måns Rullgård authored
Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
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
-
Måns Rullgård authored
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
-
- 08 Jul, 2010 6 commits
-
-
Måns Rullgård authored
Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24121 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This allows expressing complex dependencies more easily. Originally committed as revision 24120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
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
-
Måns Rullgård authored
Originally committed as revision 24112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24111 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jun, 2010 2 commits
-
-
Stefano Sabatini authored
sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
pages depend of fftools-common-opts.texi. Originally committed as revision 23687 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jun, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 May, 2010 1 commit
-
-
Stefano Sabatini authored
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
-
- 10 May, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23079 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Apr, 2010 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 22912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
A patched version of ffmpeg supporting video filters is required for getting this working; thus make lavfitest is supposed to work only in the libavfilter repository for now. Originally committed as revision 22586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This adds a "fate" make target which runs the full FATE test suite. Individual tests can be run with "make fate-$testname". The location of the FATE test samples must be specified with the --samples=PATH option to configure. The tests/fate-update.sh script regenerates the references files and test list from the online FATE database. These are checked in since generating them requires non-standard tools. Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Mar, 2010 5 commits
-
-
Måns Rullgård authored
Note to self: always test in a clean directory Originally committed as revision 22423 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22421 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Force version.sh to run whenever the version might have changed, regardless of what is being built. This is done by attaching the dependencies to a dummy file (.version) which is included from the makefile. As make will always attempt to rebuild any included files before considering other rules, this ensures that the real version.h is (re-)created before it is required by any source file. Originally committed as revision 22420 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22418 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This silly program always writes its output to the current directory. Changing directory is better than moving the file afterwards. Originally committed as revision 22417 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Some of the per-arch headers are only meant to be used through the parent header of the same name. Testing these standalone does not make sense. Originally committed as revision 22341 to svn://svn.ffmpeg.org/ffmpeg/trunk
-