summaryrefslogtreecommitdiff
path: root/tests/fate/vcodec.mak
Commit message (Collapse)AuthorAge
* FATE: replace -vb with -b:vAnton Khirnov2013-03-08
| | | | | The -{vas}<option> syntax is now obsolete and deprecated, and has never been documented or encouraged.
* FATE: enable multiple slices in the ffv1 vsynth testAnton Khirnov2013-03-08
| | | | This allows us to test the slice threading code.
* Revert "fate: Use wmv2 IDCT for wmv2 tests"Luca Barbato2013-01-21
| | | | This reverts commit ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3.
* fate: Use wmv2 IDCT for wmv2 testsRonald S. Bultje2013-01-21
|
* fate: cosmetics: Order some test entriesDiego Biurrun2013-01-12
|
* Drop Snow codecDiego Biurrun2013-01-06
| | | | Snow is a toy codec with no real-world use and horrible code.
* fate: move vsynth reference files to their own directoryJanne Grunau2012-12-03
|
* fate: dependencies for vsynth testsMans Rullgard2012-10-17
| | | | | | | This makes the vsynth tests run only if the required codecs and formats are enabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add h263 obmc vsynth testsJanne Grunau2012-10-10
|
* fate: add snow hpel testsMans Rullgard2012-06-15
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: fix acodec/vsynth tests for make 3.81Mans Rullgard2012-05-29
| | | | | | | | | GNU make 3.81 applies pattern rules in declaration order rather than by stem length as in 3.82. This moves the more generic patterns above the more specific ones such that they work with either make version. Some of the vsynth patterns are also simplified a little. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-29
Signed-off-by: Mans Rullgard <mans@mansr.com>