aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/lavf/pixfmt
Commit message (Collapse)AuthorAgeFilesLines
* swscale: fix JPEG-range YUV scaling artifacts.Michael Niedermayer2011-06-141-2/+2
| | | | | | | YUV planes were marked as uint16_t, but they contained signed data. Fixes issue 1108 and 675. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Place regtest-pixfmt output files in separate dirMåns Rullgård2010-03-021-38/+38
| | | | | | | This test generates many output files, and keeping them separate is convenient. Originally committed as revision 22157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-021-38/+38
| | | | 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-161-0/+38
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