summaryrefslogtreecommitdiffstats
path: root/tests/fate
Commit message (Collapse)AuthorAgeFilesLines
* fate: vorbis: add 5.1 surround testMans Rullgard2012-06-181-0/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add snow hpel testsMans Rullgard2012-06-151-0/+5
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machinesMichael Niedermayer2012-05-311-1/+1
| | | | | | | The default mmxext and sse implementations of apply_window_int16 aren't bitexact. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: add missing $(TARGET_PATH) to ac3-fixed-encodeMans Rullgard2012-05-301-1/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix acodec/vsynth tests for make 3.81Mans Rullgard2012-05-292-14/+12
| | | | | | | | | GNU make 3.81 applies pattern rules in declaration order rather than by stem length as in 3.82. This moves the more generic patterns above the more specific ones such that they work with either make version. Some of the vsynth patterns are also simplified a little. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-293-0/+302
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavf: change some (de)muxer names to lowercaseMans Rullgard2012-05-191-1/+1
| | | | | | This is consistent with other format names. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-1937-200/+201
| | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: remove unnecessary libavfilter dependencyMans Rullgard2012-05-191-1/+1
| | | | | | avconv now requires libavfilter so this dependency is redundant. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: Set FUZZ factor of vorbis-13 test to 2.Diego Biurrun2012-05-181-0/+1
| | | | | This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
* fate: Set FUZZ factor of (e)ac3-encode test to 3.Diego Biurrun2012-05-181-0/+2
| | | | | This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
* avprobe: don't print format entry name when only one was requestedAnton Khirnov2012-05-161-4/+4
| | | | This is easier to parse with automated tools.
* fate: rename psx-str-v3-mdec to mdec-v3Mans Rullgard2012-05-152-3/+3
| | | | | | 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-151-2/+2
| | | | | | | 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-151-2/+2
| | | | | | | 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-143-3/+6
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate smacker audio and video testsMans Rullgard2012-05-142-2/+5
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: westwood-aud: disable decodingMans Rullgard2012-05-141-1/+1
| | | | | | | 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-141-1/+1
| | | | | | | 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: film-cvid: drop pcm audio and rename testMans Rullgard2012-05-142-3/+3
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: d-cinema-demux: drop unnecessary flagsMans Rullgard2012-05-141-1/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off dpcm-interplay from interplay-mve testsMans Rullgard2012-05-143-6/+9
| | | | | | | 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-142-3/+3
| | | | | | 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-142-3/+3
| | | | | | This matches the name of the tested codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: rename adpcm-psx-str-v3 to adpcm-xaMans Rullgard2012-05-141-3/+3
| | | | | | This matches the name of the codec tested. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off adpcm-ms-mono test from dxa-feebleMans Rullgard2012-05-142-1/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off adpcm-ima-ws test from vqa-ccMans Rullgard2012-05-142-1/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add adpcm-ima-smjpeg testMans Rullgard2012-05-141-0/+3
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off adpcm-ima-amv from amv testMans Rullgard2012-05-142-1/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate bmv audio and video testsMans Rullgard2012-05-143-3/+6
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: separate delphine-cin audio and video testsMans Rullgard2012-05-142-2/+5
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: truemotion1: disable audioMans Rullgard2012-05-141-2/+2
| | | | | | These tests include adpcm-ima-dk3 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: qtrle: disable audio in all testsMans Rullgard2012-05-141-2/+2
| | | | | | These files contain mace6 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: pcm-planar: disable videoMans Rullgard2012-05-141-3/+3
| | | | | | | 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>
* fate: mtv: disable video decodingMans Rullgard2012-05-141-1/+1
| | | | | | | This test contains raw rgb565le video. Converting to rgb24 serves no useful purpose here. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: employ better names and add a convenient shorthand for vp6 testsDiego Biurrun2012-05-111-11/+11
|
* fate: cosmetics: lowercase some commentsDiego Biurrun2012-05-091-5/+5
|
* fate: Give more consistent names to some RealVideo/RealAudio tests.Diego Biurrun2012-05-091-4/+4
|
* fate: split idroq audio and video into separate testsMans Rullgard2012-05-092-1/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: improve dependenciesMans Rullgard2012-05-0940-193/+191
| | | | | | | 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: add convenient shorthands for ea-vp6, libavcodec, libavutil testsDiego Biurrun2012-05-093-13/+22
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split some combined tests into separate audio and video testsDiego Biurrun2012-05-093-12/+30
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix dependencies for probe testsMans Rullgard2012-05-091-1/+2
| | | | | | | 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>
* fate: Change the probe-format refs to match the final text format committed.Alex Converse2012-05-071-4/+4
|
* Add probe fate tests to test for regressions in detecting media types.Ronald S. Bultje2012-05-071-0/+17
| | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
* fft-test: add option to set cpuflag maskMans Rullgard2012-04-251-12/+14
| | | | | | This can be useful for testing. Signed-off-by: Mans Rullgard <mans@mansr.com>
* FATE: use updated reference for aac-latm_stereo_to_51Justin Ruggles2012-04-241-2/+2
| | | | This uses correct stereo to 5.1 upmixing via libavresample.
* FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum testJustin Ruggles2012-04-201-0/+5
| | | | | This avoids resampling and channel mixing by using a source with the correct channel layout and sample rate.
* FATE: replace the acodec-g726 test with 4 new encode/decode testsJustin Ruggles2012-04-201-0/+23
| | | | | | Avoids resampling and channel mixing. This only tests the behavior with respect to input and output audio rather than also testing changes to the encoder or muxer that do not affect the resulting decoded output.
* FATE: replace current g722 encoding tests with an encode/decode testJustin Ruggles2012-04-201-4/+8
| | | | | | Avoids resampling and channel mixing. This only tests the behavior with respect to input and output audio rather than also testing changes to the encoder or muxer that do not affect the resulting decoded output.
OpenPOWER on IntegriCloud