aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/vsynth2
Commit message (Collapse)AuthorAgeFilesLines
* regtests: add grayscale qtrleMichael Niedermayer2011-05-121-0/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* error_concealment: Use previous pictures motion vectors when the current ↵Michael Niedermayer2011-05-111-2/+2
| | | | | | | | ones have been lost. Looks better for some cases, worse for others, overall not much difference. Its more correct though. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* msvideo1 regression testMichael Niedermayer2011-05-041-0/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* flashsv2enc: regression test.Michael Niedermayer2011-04-291-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* In mov muxer, compute avg bitrate in esdsBaptiste Coudurier2011-04-161-1/+1
|
* In ipod/mov/mp4 muxer, always write esds descriptor length using 4 bytes,Baptiste Coudurier2011-03-301-2/+2
| | | | ipod shuffle doesn't support anything else.
* In mov muxer, fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-03-301-1/+1
|
* Fix qtrle regression test, actually test qtrle.Baptiste Coudurier2011-02-131-4/+4
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 646739a0a8368bd234ff077c093bbf01e9e7f44a)
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-161-1/+1
| | | | Originally committed as revision 25756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rv20 encoding so the binary decoder can decode it.Michael Niedermayer2010-09-261-4/+4
| | | | Originally committed as revision 25203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QTRLE regtestVitor Sessak2010-09-011-0/+4
| | | | Originally committed as revision 25017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos2010-07-201-1/+1
| | | | | | DIV3 is not supported on default XP and Vista installations (MP43 is). Originally committed as revision 24343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: print max absolute difference between filesVitor Sessak2010-07-0939-49/+49
| | | | | | | | | Regression test reference updates are due to the extra output from tiny_psnr. Patch by Vitor Sessak Originally committed as revision 24132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: put rgb and yuv reference files in correct placeMåns Rullgård2010-07-082-0/+8
| | | | Originally committed as revision 24118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: put rgb and yuv reference files in correct placeMåns Rullgård2010-07-082-8/+0
| | | | | | SVN design flaw requires deleting dirs in separate step Originally committed as revision 24117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add simple rgb/yuv in avi regression test.Michael Niedermayer2010-06-062-0/+8
| | | | Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change default for bidir_refine to 1.Michael Niedermayer2010-04-026-43/+43
| | | | Originally committed as revision 22778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-151-4/+4
| | | | | | this seems to improve RD performance. Originally committed as revision 22550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-141-2/+2
| | | | Originally committed as revision 22520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-0237-94/+94
| | | | Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-3013-119/+0
| | | | Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression tests after r21372David Conrad2010-01-211-4/+4
| | | | Originally committed as revision 21374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split wma test into wmav1 and wmav2Måns Rullgård2010-01-162-4/+4
| | | | Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-1649-0/+307
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