summaryrefslogtreecommitdiff
path: root/tests/ref/vsynth
Commit message (Collapse)AuthorAgeFilesLines
* flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov2014-05-294-8/+8
| | | | | Do not fall back on the codec timebase, since that can be anything for VFR video.
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-052-2/+2
| | | | | | | | | The encoder uses almost none of the mpegvideo infrastructure, only some fields from MpegEncContext. The FATE results change because now an all-zero quant matrix is written into the file. Since it is not used for anything for ljpeg, this should not be a problem.
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-2310-10/+10
| | | | | | | | QuickTime will play multiple audio tracks concurrently if this flag is set for multiple audio tracks. And if no subtitle track has this flag set, QuickTime will show no subtitles in the subtitle menu. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* FATE: enable multiple slices in the ffv1 vsynth testAnton Khirnov2013-03-082-4/+4
| | | | This allows us to test the slice threading code.
* dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov2013-01-262-4/+4
| | | | | | | Do not assume that frame dimensions are mod16 (or that height is mod32 for interlaced). CC:libav-stable@libav.org
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-202-7/+7
| | | | | | | | | | | This allows us to remove FF_IDCT_WMV2, which serves no practical purpose other than to be able to select the WMV2 IDCT for MPEG (or vice versa) and get corrupt output. Fate tests for all wmv2-related tests change, because (for some obscure reason) they forced use of the MPEG IDCT. You would get the same changes previously by not using -idct simple in the fate test (or replacing it with -idct auto).
* Drop Snow codecDiego Biurrun2013-01-066-24/+0
| | | | Snow is a toy codec with no real-world use and horrible code.
* fate: move vsynth reference files to their own directoryJanne Grunau2012-12-03112-0/+448