summaryrefslogtreecommitdiff
path: root/tests/fate.mak
Commit message (Collapse)AuthorAge
* Add a FATE test for Playstation STR version 3Vitor Sessak2011-01-05
| | | | Originally committed as revision 26231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "-idct simple" command line option from the fate-psx-str test,Vitor Sessak2011-01-02
| | | | | | it should not be necessary anymore. Originally committed as revision 26198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SubRip decoderAurelien Jacobs2010-12-28
| | | | Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test 4XM decoding (and not only demuxing) in FATE testsVitor Sessak2010-11-12
| | | | Originally committed as revision 25735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add truemotion1 tests.Reimar Döffinger2010-08-23
| | | | Originally committed as revision 24872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: move some groups of related tests to their own filesMåns Rullgård2010-08-04
| | | | | | | 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
* fate: use helper functions in test rulesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: use our variable names in test rules imported from Mike's dbMåns Rullgård2010-07-18
| | | | Originally committed as revision 24312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add vp8 bilinear testsMåns Rullgård2010-07-12
| | | | | | Mike added these some time ago, and I forgot to update here. Originally committed as revision 24220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add vp8 testsMåns Rullgård2010-06-24
| | | | Originally committed as revision 23763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FATE: change -vfilters to -vfMåns Rullgård2010-05-13
| | | | Originally committed as revision 23108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FATE: update idroq-video-encode commandMåns Rullgård2010-05-09
| | | | Originally committed as revision 23064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE testsMåns Rullgård2010-03-15
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