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
2014-08-05fate: generate tests/pixfmts.mak for all targets requiring itJanne Grunau
All subtargets which should run the fate-filter-pixdesc% need to generate and include tests/pixfmts.mak. Most noteable missing target was fate itself.
2014-08-04fate: Only generate tests/pixfmts.mak if some pixfmts fate test is runDiego Biurrun
2014-08-01fate: Split fate-pixdesc tests and dispatch them through MakeDiego Biurrun
This allows running all the tests individually and/or in parallel.
2014-03-06FATE: add tests for the shuffleplanes filterAnton Khirnov
2014-01-10fate: add framepack filter testVittorio Giovara
2013-11-21fate: add one select filter testVittorio Giovara
This test selects alternate frames from input.
2013-10-28FATE: add bitexact sws flags to the fieldorder testPaul B Mahol
swscale is called for the 420 to 422 conversion Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-10-22fate: add fieldorder filter testVittorio Giovara
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-07-12fate: use current syntax for the scale filterSean McGovern
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-28fate: Add a --target-samples path parameterMartin Storsjö
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-28fate: Don't use files from SRC_PATH in the actual testsMartin Storsjö
If building out of tree, make sure the filter scripts are copied into the build tree before running tests. This makes sure that SRC_PATH doesn't need to exist on the remote system (or doesn't need to exist at the same path). Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-07FATE: use a less ambiguous end time for filter-trim-time testAnton Khirnov
0.1 seconds at 25 fps is exactly 2.5 frames, which may be rounded either to 2 or 3 on different platforms.
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov
2013-04-27fate: Invoke pixfmts lavfi tests through fate-run.shDiego Biurrun
2013-04-27fate: Invoke pixdesc lavfi tests through fate-run.shDiego Biurrun
2013-04-27fate: Invoke standard lavfi tests through fate-run.shDiego Biurrun
2013-04-19fate: cosmetics: More sensible order for entries in video filter fileDiego Biurrun
2013-04-19fate: Rename video filters file and add separate video filters targetDiego Biurrun