- 15 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 04 Jun, 2012 1 commit
-
-
Alex Converse authored
-
- 29 May, 2012 2 commits
-
-
Anton Khirnov authored
Some tests change because -s now inserts the scaler to the end instead of beginning of the filtergraph.
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 May, 2012 2 commits
-
-
Anton Khirnov authored
Invented timestamps for the h264 tests return to something resembling sanity. In the idroq-video-encode test when converting 25 fps -> 30 fps the fifth frame gets duplicated instead of the sixth.
-
Anton Khirnov authored
This makes lavf discard broken timestamps for non-B frames in samples/isom/vc1-wmapro.ism.
-
- 17 May, 2012 1 commit
-
-
Mans Rullgard authored
This fixes a bogus bitrate value in the header of WAV files with alaw/ulaw audio. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 May, 2012 3 commits
-
-
Mans Rullgard authored
diff -w is not a standard option. This fixes the reference files to match what the tests actually output and switches to using the standard diff -b which is sufficient to handle different line ending styles. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This name better reflects that it is v3 of mdec that is tested. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
While these codecs are covered elsewhere, the container is different from the other psx-str file. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 May, 2012 22 commits
-
-
Mans Rullgard authored
These codecs are covered elsewhere so make this a pure demux test. Also rename it accordingly. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
The FATE changes are all off-by-one due to different rounding being used (lrintf vs av_rescale_q).
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The codec (adpcm-ima-ws) is tested elsewhere. Using framecrc output provides more information than a single md5 if something goes wrong. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is intended as a demuxer test and the file contains pcm_s16be audio which is tested elsewhere. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These two files use the same audio codec so only one test for this is needed. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This matches the name of the codec. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This matches the name of the tested codec. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This matches the name of the codec tested. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These tests include adpcm-ima-dk3 audio which is tested elsewhere. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These files contain mace6 audio which is tested elsewhere. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This file has eamad video which is tested elsewhere. Also rename the test to reflect this change. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This test contains raw rgb565le video. Converting to rgb24 serves no useful purpose here. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 11 May, 2012 1 commit
-
-
Diego Biurrun authored
-
- 10 May, 2012 1 commit
-
-
Mans Rullgard authored
Converting the double to float for lrintf() loses precision when the value is not exactly representable as a single-precision float. Apart from being inaccurate, this causes discrepancies in some configurations due to differences in rounding. Note that the changed timestamp in the vc1-ism test is a bogus, made-up value. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 May, 2012 3 commits
-
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 24 Apr, 2012 1 commit
-
-
Justin Ruggles authored
This partially reverts acb17302 which would only have needed to change the checksums if channel mixing had been properly avoided. This changes the output file size reference and the seek test reference back to the previous values.
-
- 23 Apr, 2012 1 commit
-
-
Dale Curtis authored
Reduces the amount of upfront data required for cluster parsing thus decreasing latency on seek and startup. The change in the seek-lavf_mkv FATE test is due to incremental parsing no longer reading as much data as the old parser and thus not having that additional data to generate index entries based on keyframes. Index entries are added correctly as the file is parsed. All FATE tests pass and Chrome has been using this patch for ~6 months without issue. Currently incremental parsing is not supported for files with SSA tracks since they require merging packets between clusters. In this case the code falls back to non-incremental parsing. Signed-off-by:
Aaron Colwell <acolwell@chromium.org> Signed-off-by:
Dale Curtis <dalecurtis@chromium.org> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 20 Apr, 2012 1 commit
-
-
Justin Ruggles authored
Change some lavf tests to avoid resampling and channel mixing.
-