summaryrefslogtreecommitdiff
path: root/tests/fate
Commit message (Collapse)AuthorAge
* fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau2012-02-01
| | | | | | | | get_ue_golomb_long() is only tested for values up to 2^15 - 2 since we can not write larger values. Silence the test on success and return a non-zero value on error. Use an heap scratch buffer instead of large stack buffer. Remove unneeded includes.
* fate: add golomb-testDiego Biurrun2012-01-31
|
* fate: add some shorthands to run groups of testsDiego Biurrun2012-01-19
|
* fate: Give some tests more sensible names.Diego Biurrun2012-01-19
|
* fate: split ADPCM and DPCM test references into separate files.Diego Biurrun2012-01-15
|
* FATE: convert output to rgba for the targa tests which currently output pal8Justin Ruggles2012-01-13
| | | | fixes the tests on big-endian systems
* FATE: enable the 2 remaining targa conformance suite testsJustin Ruggles2012-01-13
|
* FATE: fix targa tests on big-endian systemsJustin Ruggles2012-01-13
|
* FATE: add tests for targaJustin Ruggles2012-01-13
| | | | Based on a patch by Oana Stratulat <oanaandreeastratulat@gmail.com>
* fate: Add tests for more AAC features.Gaurav Narula2012-01-09
| | | | | | | | al15_44 uses independent coupling. al18_44 uses PNS (perceptual noise substitution). am05_44 uses main prediction and independent coupling. Signed-off-by: Alex Converse <alex.converse@gmail.com>
* fate: Add tests for vc1/wmapro in ism.Alex Converse2012-01-09
|
* aacdec: Add a fate test for 5.1 channel SBR.Alex Converse2012-01-09
|
* FATE: add test for xWMA demuxer.Mike Melanson2012-01-08
| | | | | | | (Does not attempt to decode percetual audio data inside.) Code coverage: libavformat/xwma.c: 3% -> 75% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* FATE: add test for SMJPEG demuxer and associated IMA ADPCM audio decoder.Mike Melanson2012-01-08
| | | | | | | | (Don't attempt to decode JPEG data.) Code coverage: libavformat/smjpeg.c: 0% -> 69% libavcodec/adpcm.c: 0% -> 10% (fresh run); 92.4% -> 93% following a FATE run Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* FATE: test to exercise WTV demuxer.Mike Melanson2012-01-08
| | | | | | | Does not attempt to decode perceptual codecs inside. Code coverage: libavformat/wtv.c: 0% -> 71% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* FATE test: cvid-grayscale; ensures that the grayscale Cinepak variant is ↵Mike Melanson2012-01-08
| | | | | | exercised. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* FATE: xmv-demux test; exercise the XMV demuxer without decoding the ↵Mike Melanson2012-01-07
| | | | | | | | | perceptual codecs inside. Code coverage: libavformat/xmv.c: 3% -> 91% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* FATE test: BMV demuxer and associated video and audio decoders.Mike Melanson2012-01-07
| | | | | | | | Code coverage: libavcodec/bmv.c: 0% -> 75% libavformat/bmv.c: 0% -> 85% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* FATE: indeo4 video decoder test.Mike Melanson2012-01-07
| | | | | | | Code coverage: libavcodec/indeo4.c: 0% -> 78% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* FATE: update xxan-wc4 test to a sample with more code coverage.Mike Melanson2012-01-07
| | | | | | | | | The previous sample used for this test only contained type 0 frames. Replace it with a sample that also features type 1 frames. Code coverage: libavcodec/xxan.c: 72% -> 89% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Change the recent h264_mp4toannexb bitstream filter test to output to an ↵Mike Melanson2012-01-07
| | | | | | elementary stream rather than a program stream. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* vp3: add fate test for non-zero last coefficientJanne Grunau2012-01-05
|
* fate: add dxtory testOana Stratulat2012-01-03
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: use rgb24 as output format for dfa testsJanne Grunau2012-01-01
| | | | | | Palette is as supposed in native endianness. Converting the pal8 output to rgb24 is thus necessary for identical CRCs on big and little endian systems.
* FATE: add tests for dfaOana Stratulat2011-12-31
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* fate: whitespace cosmeticsDiego Biurrun2011-12-30
|
* fate: split off video codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off audio codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off Electronic Arts codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off QuickTime codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off voice codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off demuxer FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: drop pointless _audio and _video suffixes from xan testsDiego Biurrun2011-12-30
|
* FATE: Add test for H.264 MP4->annex.B bitstream filter.Mike Melanson2011-12-30
| | | | | | This test uses an existing FATE sample (h264/interlaced_crop.mp4). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* fate: split off DPCM codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off PCM codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: add more tests for VC-1 decoderAneesh Dogra2011-12-29
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: split off vqf/twinvq FATE tests into their own fileDiego Biurrun2011-12-26
|
* fate: split off mpc FATE tests into their own fileDiego Biurrun2011-12-26
|
* fate: split off libavcodec FATE tests into their own fileDiego Biurrun2011-12-26
|
* fate: split off Microsoft codec FATE tests into their own fileDiego Biurrun2011-12-26
|
* fate: group all VP* codec FATE tests together in one fileDiego Biurrun2011-12-26
|
* fate: split off Indeo FATE tests into their own fileDiego Biurrun2011-12-15
|
* fate: split off ATRAC FATE tests into their own fileDiego Biurrun2011-12-15
|
* fate: Drop pointless "-an" from pictor test command.Diego Biurrun2011-12-14
|
* fate: split off image codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off WMA codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off lossless video and audio FATE tests into their own filesDiego Biurrun2011-12-14
|
* fate: split off qtrle codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off Ut Video codec FATE tests into their own fileDiego Biurrun2011-12-14
|