- 16 May, 2012 3 commits
-
-
Anton Khirnov authored
This is easier to parse with automated tools.
-
Martin Storsjö authored
This applies the same fix as in ed7409fe for lavf-regressions.sh. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
On some systems, the wc command prints spaces before the first number causing mismatches with the test references. Using the output of wc as arguments to echo removes any extra whitespace. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 May, 2012 4 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>
-
Mans Rullgard authored
This is simpler and should take care of any problems with mixed line ending styles. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 May, 2012 23 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
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 7 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Only the probe tests should depend on avprobe and these should be enabled only if avprobe is configured. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 May, 2012 1 commit
-
-
Alex Converse authored
-