summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* mtv: do not byteswap raw video in demuxerMans 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: film-cvid: drop pcm audio and rename testMans Rullgard2012-05-14
| | | | 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: rename adpcm-psx-str-v3 to adpcm-xaMans Rullgard2012-05-14
| | | | | | 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-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off adpcm-ima-ws test from vqa-ccMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add adpcm-ima-smjpeg testMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split off adpcm-ima-amv from amv testMans Rullgard2012-05-14
| | | | 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: separate delphine-cin audio and video testsMans Rullgard2012-05-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: truemotion1: disable audioMans Rullgard2012-05-14
| | | | | | 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-14
| | | | | | These files contain mace6 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: pcm-planar: disable videoMans Rullgard2012-05-14
| | | | | | | 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-14
| | | | | | | 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-11
|
* avconv: use lrint() for rounding double timestampsMans Rullgard2012-05-10
| | | | | | | | | | | | 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>
* fate: cosmetics: lowercase some commentsDiego Biurrun2012-05-09
|
* fate: Give more consistent names to some RealVideo/RealAudio tests.Diego Biurrun2012-05-09
|
* fate: split idroq audio and video into separate testsMans Rullgard2012-05-09
| | | | 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: add convenient shorthands for ea-vp6, libavcodec, libavutil testsDiego Biurrun2012-05-09
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: split some combined tests into separate audio and video testsDiego Biurrun2012-05-09
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix dependencies for probe testsMans Rullgard2012-05-09
| | | | | | | 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-07
|
* fate: Add avprobe as a make dependencyAlex Converse2012-05-07
|
* Add probe fate tests to test for regressions in detecting media types.Ronald S. Bultje2012-05-07
| | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
* fate: Add oneline comparison methodMans Rullgard2012-05-07
| | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
* tests/utils: don't ignore the return value of fwrite()Sean McGovern2012-05-06
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* tests: Refactor rotozoom/videogen common code into a separate file.Diego Biurrun2012-05-05
|
* tests: Mark some file-internal symbols as static.Diego Biurrun2012-05-05
|
* fft-test: add option to set cpuflag maskMans Rullgard2012-04-25
| | | | | | 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-24
| | | | This uses correct stereo to 5.1 upmixing via libavresample.
* FATE: avoid channel mixing in lavf-dv_fmtJustin Ruggles2012-04-24
| | | | | | | This partially reverts acb1730218f1c614dc8ca3ba45d9de1e05059515 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.
* matroska: Add incremental parsing of clusters.Dale Curtis2012-04-22
| | | | | | | | | | | | | | | | | | | | | | 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>
* FATE: allow lavf tests to alter input parametersJustin Ruggles2012-04-20
| | | | Change some lavf tests to avoid resampling and channel mixing.
* FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum testJustin Ruggles2012-04-20
| | | | | 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-20
| | | | | | 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-20
| | | | | | 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: add a pattern rule for generating asynth wav filesJustin Ruggles2012-04-20
|
* FATE: optionally write a WAVE header in audiogenJustin Ruggles2012-04-20
|
* FATE: pass the decoded output format and audio source file to enc_dec_pcmJustin Ruggles2012-04-18
| | | | | | | This will allow decoding to md5 and doing a diff comparison to a reference checksum instead of a fuzzy stddev or oneoff comparison. Signed-off-by: Mans Rullgard <mans@mansr.com>
* FATE: specify the input format when decoding in enc_dec_pcm()Justin Ruggles2012-04-18
| | | | | | The output format is not always the same as the file extension, which is sometimes required for correct probing. We can avoid probing by specifying the format since it is already known.
* avconv: get output pixel format from lavfi.Anton Khirnov2012-04-15
| | | | | | | This way we don't require a clearly defined corresponding input stream. The result for the xwd test changes because rgb24 is now chosen instead of bgra.
* avconv: use default channel layouts when they are unknownJustin Ruggles2012-04-10
| | | | | | | | | If either input or output layout is known and the channel counts match, use the known layout for both. Otherwise choose the default layout based on av_get_default_channel_layout(). Changed some FATE references due to some WAVE files now having a non-zero channel mask.
* fate: add BMP tests.Ronald S. Bultje2012-04-04
|