summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* 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 a video test for xxan decoderAneesh Dogra2011-12-29
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* fate: add more tests for VC-1 decoderAneesh Dogra2011-12-29
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: Add v210 codec regression testsReimar Döffinger2011-12-28
| | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Anton Khirnov <anton@khirnov.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: account for NUT 10bit supportLuca Barbato2011-12-21
| | | | | | Some libavifilter tests use NUT as output even if the produced files were not decodable. The support for 10bit introduced in 432f0e5b7d and 91b1e6f0c changed the hashes.
* fate: fix eatqi testMans Rullgard2011-12-17
| | | | | | | | The sample has an incomplete last frame. Decoding it is pointless. The garbage produced was changed by the bitstream reader now protecting against over-reads. Signed-off-by: Mans Rullgard <mans@mansr.com>
* movenc: Rudimentary IODs support.Alex Converse2011-12-15
|
* fate: add -pix_fmt rgb48le to r210 testJanne Grunau2011-12-15
| | | | Fixes checksum on big endian systems.
* fate: add r210 decoder testAneesh Dogra2011-12-15
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* 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: Add FATE tests for v410 encoder and decoderDerek Buitenhuis2011-12-15
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* fate: Replace misleading "aac" in the name of an ADTS test with "adts".Diego Biurrun2011-12-14
|
* 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
|
* fate: split off screen codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off Real Inc. codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off AC-3 codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato2011-12-13
| | | | | | | | | This patch is a generalization of what Michael Niedermayer fixed in a single case. The wmv8-drm fate test had been updated accordingly. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
|
* rawdec: don't set codec timebase.Anton Khirnov2011-12-10
| | | | | It's not supposed to be set outside of lavc. Set r_frame_rate and avg_frame_rate instead.
* Add CLJR encoding and decoding regression testsPaul B Mahol2011-12-10
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* utvideo: add fate tests covering all codec variantsAneesh Dogra2011-12-10
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles2011-12-09
| | | | | | Use Sound Sample Description Version 2 for all MOV files. Updated FATE references accordingly. Note that ADPCM is treated as compressed audio in version 2.
* h264-fate: remove -strict 1 except where necessary (mr4/5-tandberg).Ronald S. Bultje2011-12-05
|
* g722: Add a regression test for muxing/demuxing in wavMartin Storsjö2011-12-05
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* latmdec: add fate test for audio config changeJanne Grunau2011-12-04
|
* fate: Add a test for the VBLE decoderDerek Buitenhuis2011-12-03
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: update asf seektestLuca Barbato2011-12-02
|
* fate: split acodec-pcm into individual testsJustin Ruggles2011-12-01
| | | | | this removes 2 redundant tests for pcm in mkv. we can add the coverage back in later as fate-lavf tests if needed.
* aacdec: add more fate tests covering SBR and PSJanne Grunau2011-11-25
| | | | | | Add all seven test bitstreams of Coding Technologies "aacPlus Decoder Check Package". The streams cover different ways to signal SBR and PS in different formats.
* bethsoftvideo: return proper consumed size for palette packets.Anton Khirnov2011-11-23
| | | | Also check for sufficient packet size.