summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/mtv
Commit message (Collapse)AuthorAgeFilesLines
* avformat/framehash: also print channel layout as a stringJames Almer2016-11-051-0/+1
| | | | | | | | This should be more useful for users since numerical values for channel layout can be confusing and unintuitive. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framecrc: enable new outputJames Almer2016-04-131-0/+8
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framecrcenc: print the checksum and size of extradata as wellMichael Niedermayer2014-06-151-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* framecrcenc: print flags and side data elementsMichael Niedermayer2012-10-031-1/+1
| | | | | | | The new fields are only printed when they differ from their defaults this way only few fate refs change Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mtv: make output endian independantMichael Niedermayer2012-05-151-40/+40
| | | | | | should fix fate-mtv test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: mtv: disable video decodingMans Rullgard2012-05-141-39/+40
| | | | | | | This test contains raw rgb565le video. Converting to rgb24 serves no useful purpose here. Signed-off-by: Mans Rullgard <mans@mansr.com>
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-135/+137
| | | | | | | | | | | | | Right now those muxers use the default timebase in all cases(1/90000). This patch avoid unnecessary rescaling and makes the printed timestamps more readable. Also, extend the printed information to include the timebases and packet pts/duration and align the columns. Obviously changes the results of all fate tests which use those two muxers.
* lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak2011-04-121-1/+1
| | | | | | This allows for more reproducible results when using multi-threading. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Add FATE testsMåns Rullgård2010-03-151-0/+135
This adds a "fate" make target which runs the full FATE test suite. Individual tests can be run with "make fate-$testname". The location of the FATE test samples must be specified with the --samples=PATH option to configure. The tests/fate-update.sh script regenerates the references files and test list from the online FATE database. These are checked in since generating them requires non-standard tools. Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud