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
2010-08-26fate: print list of tests with "make fate-list"Måns Rullgård
Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-23MP3 float decoder FATE testsVitor Sessak
Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-22fate: remove pointless fate/fate2 separationMåns Rullgård
Originally committed as revision 24868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-17Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.Diego Biurrun
We no longer create .d files directly, so the rule is pointless. Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-04fate: move some groups of related tests to their own filesMåns Rullgård
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
2010-08-01Fix fate-lavfi-pixfmts test cross-compilation.Stefano Sabatini
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
2010-07-31Add protocols.texi.Stefano Sabatini
Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Add the indevs.texi and outdevs.texi files.Stefano Sabatini
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27fate: create report filesMåns Rullgård
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Add a simple base64 encoder for use in testsMåns Rullgård
Originally committed as revision 24526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22Do not automatically run configureMåns Rullgård
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
2010-07-21Add libavcore.Stefano Sabatini
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
2010-07-21Enable lavfi test in "make test"Måns Rullgård
Originally committed as revision 24382 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Rerun configure when all*.c files have changedMåns Rullgård
Originally committed as revision 24370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Change message tag for tests to simply TESTMåns Rullgård
Originally committed as revision 24369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Remove old regtest make rules redirecting to fate-based onesMåns Rullgård
Originally committed as revision 24348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20fate: allow running regtests through fate frontendMåns Rullgård
Originally committed as revision 24347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19Generate list of lavfi tests in configureMåns Rullgård
Originally committed as revision 24329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19fate: echo fate-run command with V=1Måns Rullgård
Originally committed as revision 24328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10Remove dead target from .PHONY listMåns Rullgård
Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09fate: add oneoff test for twinvqMåns Rullgård
Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09fate: add oneoff comparison methodMåns Rullgård
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
2010-07-09fate: pass additional variables to test scriptMåns Rullgård
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
2010-07-09Change names of regtest output files to closer match the reference filesMåns Rullgård
Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08Simplify regtest reference makefile dependenciesMåns Rullgård
Originally committed as revision 24121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08Move regression test dependencies to configureMåns Rullgård
This allows expressing complex dependencies more easily. Originally committed as revision 24120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08Create the regtest reference files only when necessaryMåns Rullgård
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
2010-07-08Clean up make rules for calling codec test scriptsMåns Rullgård
Originally committed as revision 24112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08Beautify make messages when generating test data filesMåns Rullgård
Originally committed as revision 24111 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-07Add pixdesctest filter and corresponding test.Stefano Sabatini
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Make the ffmpeg and ffplay man pages show the list of lavfi filters,Stefano Sabatini
sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Update documentation dependencies, make ff* tools manpages and HTMLStefano Sabatini
pages depend of fftools-common-opts.texi. Originally committed as revision 23687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-06Add simple rgb/yuv in avi regression test.Michael Niedermayer
Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-25Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini
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
2010-05-10FATE: print friendly error for individual tests when SAMPLES unsetMåns Rullgård
Originally committed as revision 23079 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-19Makefile: make fate target depend on compiling ffmpegVitor Sessak
Originally committed as revision 22912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-18Add some ad-hoc tests for libavfilter.Stefano Sabatini
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
2010-03-15Add FATE testsMåns Rullgård
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
2010-03-14Fix brief make output for generated tablesMåns Rullgård
Originally committed as revision 22526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-1010l: fix version.h generationMåns Rullgård
Note to self: always test in a clean directory Originally committed as revision 22423 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-10Make version.h depend on git changesMåns Rullgård
Originally committed as revision 22421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-10Improve version.h generationMåns Rullgård
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
2010-03-10Prettify make output for documentationMåns Rullgård
Originally committed as revision 22418 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-10Change dir into doc/ when running texi2htmlMåns Rullgård
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
2010-03-08checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård
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
2010-03-08Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård
Originally committed as revision 22335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Skip cmdutils_common_opts.h fragment in checkheadersMåns Rullgård
Originally committed as revision 22333 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Prettify make outputMåns Rullgård
This gives brief messages from make by default. For full command echoing, add V=1 to make command line. Originally committed as revision 22244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Add INSTALL makefile variableMåns Rullgård
Originally committed as revision 22242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Use mkdir -p to create directoriesMåns Rullgård
Originally committed as revision 22241 to svn://svn.ffmpeg.org/ffmpeg/trunk