summaryrefslogtreecommitdiff
path: root/tests/ref/lavf/yuv4mpeg
Commit message (Collapse)AuthorAge
* tests: Add a convenience function for video-only lavf testsDiego Biurrun2019-02-16
| | | | | Rename a test in the process for consistency and simplicity and remove the remnants of the now-unused lavf regression test scripts.
* tests: Enable CRC test for yuv4mpegDiego Biurrun2019-02-16
|
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-02
| | | | Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-16
With this change, the output is checked immediately after each test has run. This means commands like "make regtest-mpeg2" can now be used to run a single test and get meaningful results. By default, make will abort if any test fails. To run all tests regardless, use make -k. Originally committed as revision 21254 to svn://svn.ffmpeg.org/ffmpeg/trunk