summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/wtv-demux
Commit message (Collapse)AuthorAgeFilesLines
* 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/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* framecrcenc: print flags and side data elementsMichael Niedermayer2012-10-031-39/+39
| | | | | | | 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>
* lavf: Do not compute the packet duration based on the bitrate if the ↵Michael Niedermayer2012-03-041-6/+6
| | | | | | | | | frame_size can be determined. This fixes issues when the bitrate is variable or inaccurate but the frame size has not been determined yet. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-139/+141
| | | | | | | | | | | | | 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.
* FATE: test to exercise WTV demuxer.Mike Melanson2012-01-081-0/+139
Does not attempt to decode perceptual codecs inside. Code coverage: libavformat/wtv.c: 0% -> 71% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
OpenPOWER on IntegriCloud