aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/vsynth2/mpeg2thread
Commit message (Collapse)AuthorAgeFilesLines
* fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-291-4/+0
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* regtest: split video encode/decode tests into individual targetsMans Rullgard2011-11-221-4/+0
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avconv: use different variables for decoded and filtered frame.Anton Khirnov2011-09-271-4/+0
| | | | | | | | | | | Makes the code less obfuscated and fixes encoding one video stream to several outputs. Also use avcodec_alloc_frame() instead of allocating AVFrame on stack. Breaks me_threshold in avconv, as motion vectors aren't passed through lavfi. They could be copied manually, but I don't think this misfeature is useful enough to justify ugly hacks.
* tiny_psnr: print max absolute difference between filesVitor Sessak2010-07-091-3/+3
| | | | | | | | | 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
* Change default for bidir_refine to 1.Michael Niedermayer2010-04-021-12/+12
| | | | Originally committed as revision 22778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-021-6/+6
| | | | 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/+12
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