summaryrefslogtreecommitdiff
path: root/tests/fate/demux.mak
Commit message (Collapse)AuthorAge
* fate: Add a --target-samples path parameterMartin Storsjö2013-05-28
| | | | | | | This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Split fate-siff test into demuxer and VB video decoder testDiego Biurrun2013-01-10
|
* fate: dependencies for demux testsMans Rullgard2012-10-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-19
| | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: rename psx-str-v3-mdec to mdec-v3Mans Rullgard2012-05-15
| | | | | | This name better reflects that it is v3 of mdec that is tested. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: convert psx-str to a demuxer testMans Rullgard2012-05-15
| | | | | | | While these codecs are covered elsewhere, the container is different from the other psx-str file. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: make smjpeg a demux testMans Rullgard2012-05-15
| | | | | | | These codecs are covered elsewhere so make this a pure demux test. Also rename it accordingly. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate sierra-vmd audio and video testsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: westwood-aud: disable decodingMans Rullgard2012-05-14
| | | | | | | 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>
* fate: caf: disable decodingMans Rullgard2012-05-14
| | | | | | | 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>
* fate: d-cinema-demux: drop unnecessary flagsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off dpcm-interplay from interplay-mve testsMans Rullgard2012-05-14
| | | | | | | These two files use the same audio codec so only one test for this is needed. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: rename funcom-iss to adpcm-ima-issMans Rullgard2012-05-14
| | | | | | This matches the name of the codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: rename cryo-apc to adpcm-ima-apcMans Rullgard2012-05-14
| | | | | | This matches the name of the tested codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate bmv audio and video testsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: mtv: disable video decodingMans Rullgard2012-05-14
| | | | | | | This test contains raw rgb565le video. Converting to rgb24 serves no useful purpose here. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: improve dependenciesMans Rullgard2012-05-09
| | | | | | | 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>
* FATE: change fate-maxis-xa to a normal demuxing testPaul B Mahol2012-03-19
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* FATE: add test for cdxl demuxerPaul B Mahol2012-03-12
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* FATE: remove a bunch of useless -vsync 0Anton Khirnov2012-02-26
| | | | No changes in the test results.
* pva-demux test: add -vnAnton Khirnov2012-02-07
| | | | | | The output is obviously not supposed to contain video (since only -acodec copy is specified), but that only happens because of the way -t handling is implemented currently.
* fate: Give some tests more sensible names.Diego Biurrun2012-01-19
|
* 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: 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: split off demuxer FATE tests into their own fileDiego Biurrun2011-12-30