aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/wmv8-drm-nodec
Commit message (Collapse)AuthorAgeFilesLines
* framecrcenc: print flags and side data elementsMichael Niedermayer2012-10-031-128/+128
| | | | | | | 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: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-051-20/+20
| | | | | | | | | | Also, do not give AVCodecContext.frame_size priority for muxing. Updated 2 FATE references: dxa-feeble - adds 1 audio frame that is still within 2 seconds as specified by -t 2 in the FATE test wmv8-drm-nodec - durations are not needed. previously they were estimated using the packet size and average bit rate.
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-150/+152
| | | | | | | | | | | | | 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 test for ASF -cryptokey that tests only demuxing, but both audio and videoReimar Döffinger2010-12-181-0/+150
to complement the existing video-only decode test. Originally committed as revision 26054 to svn://svn.ffmpeg.org/ffmpeg/trunk