summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fate: split off vqf/twinvq FATE tests into their own fileDiego Biurrun2011-12-264-7/+8
|
* fate: split off mpc FATE tests into their own fileDiego Biurrun2011-12-264-10/+12
|
* fate: split off libavcodec FATE tests into their own fileDiego Biurrun2011-12-263-4/+4
|
* fate: split off Microsoft codec FATE tests into their own fileDiego Biurrun2011-12-264-16/+19
|
* fate: group all VP* codec FATE tests together in one fileDiego Biurrun2011-12-264-14/+19
|
* fate: account for NUT 10bit supportLuca Barbato2011-12-215-30/+30
| | | | | | 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-172-2/+1
| | | | | | | | 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-153-6/+6
|
* fate: add -pix_fmt rgb48le to r210 testJanne Grunau2011-12-151-1/+1
| | | | Fixes checksum on big endian systems.
* fate: add r210 decoder testAneesh Dogra2011-12-152-0/+6
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: split off Indeo FATE tests into their own fileDiego Biurrun2011-12-153-6/+9
|
* fate: split off ATRAC FATE tests into their own fileDiego Biurrun2011-12-153-20/+20
|
* fate: Add FATE tests for v410 encoder and decoderDerek Buitenhuis2011-12-153-0/+9
| | | | | 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-142-2/+2
|
* fate: Drop pointless "-an" from pictor test command.Diego Biurrun2011-12-141-1/+1
|
* fate: split off image codec FATE tests into their own fileDiego Biurrun2011-12-144-25/+33
|
* fate: split off WMA codec FATE tests into their own fileDiego Biurrun2011-12-143-28/+28
|
* fate: split off lossless video and audio FATE tests into their own filesDiego Biurrun2011-12-145-25/+36
|
* fate: split off qtrle codec FATE tests into their own fileDiego Biurrun2011-12-143-14/+21
|
* fate: split off Ut Video codec FATE tests into their own fileDiego Biurrun2011-12-143-24/+24
|
* fate: split off screen codec FATE tests into their own fileDiego Biurrun2011-12-143-30/+45
|
* fate: split off Real Inc. codec FATE tests into their own fileDiego Biurrun2011-12-144-38/+40
|
* fate: split off AC-3 codec FATE tests into their own fileDiego Biurrun2011-12-143-30/+30
|
* vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato2011-12-131-1/+1
| | | | | | | | | 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-123-5/+5
|
* rawdec: don't set codec timebase.Anton Khirnov2011-12-101-9/+9
| | | | | 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-103-0/+13
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* utvideo: add fate tests covering all codec variantsAneesh Dogra2011-12-109-0/+62
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles2011-12-095-10/+10
| | | | | | 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-051-64/+64
|
* g722: Add a regression test for muxing/demuxing in wavMartin Storsjö2011-12-052-0/+9
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* latmdec: add fate test for audio config changeJanne Grunau2011-12-041-0/+4
|
* fate: Add a test for the VBLE decoderDerek Buitenhuis2011-12-032-0/+7
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: update asf seektestLuca Barbato2011-12-021-8/+8
|
* fate: split acodec-pcm into individual testsJustin Ruggles2011-12-0119-181/+103
| | | | | 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-251-0/+13
| | | | | | 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-231-70/+71
| | | | Also check for sufficient packet size.
* cdg: skip packets that don't contain a cdg command.Justin Ruggles2011-11-231-0/+88
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* crcenc: add flagsAnton Khirnov2011-11-2310-1070/+624
| | | | | | | | | | AVFMT_NOTIMESTAMPS for crc, as it ignores the timestamps. AVFMT_VARIABLE_FPS for framecrc, as it prints dts. Many FATE changes, because avconv is no longer duplicating frames in those tests. Also added -vsync 0 for some tests to prevent avconv from dropping frames until it can be fixed more properly.
* md5enc: add flagsAnton Khirnov2011-11-231-1/+1
| | | | | | | | | AVFMT_NOTIMESTAMPS for md5, as it ignores the timestamps. AVFMT_VARIABLE_FPS for framemd5, as it prints dts. -vsync 0 for the vp8 test is needed because with vsync 2 the timestamp guessing code gets confused by an altref frame that is never displayed and drops a frame later.
* regtest: split video encode/decode tests into individual targetsMans Rullgard2011-11-2228-73/+91
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate-lavf-ts: use -mpegts_transport_stream_id option.Anton Khirnov2011-11-182-2/+2
| | | | Serves as a test of muxer private options.
* Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-024-28/+28
|
* remove the zork pcm seek testJustin Ruggles2011-10-261-53/+0
| | | | this was forgotten when the encoder was removed
* avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-262-5/+0
| | | | | | The Zork PCM decoder does not decode the 1 sample we have correctly, therefore the encoder based on the decoder is also incorrect. There is no good reason to keep the encoder.
* swscale: reintroduce full precision in 16-bit output.Ronald S. Bultje2011-10-227-28/+28
|
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-215-0/+10
|
* Revert d1d421cbc0d13b08535f7fc08d179572ee352072: change to ↵Ronald S. Bultje2011-10-211-1/+1
| | | | fate-lavfi-crop_scale.
* shorten: fix end-of-stream decoding.Justin Ruggles2011-10-201-1/+1
| | | | | | | | | | | | enable CODEC_CAP_DELAY to flush any remaining frames in the buffer. Stop decoding when the FN_QUIT command is found so that a trailing seek table isn't decoded as a normal frame. decode all channels in the same call to avcodec_decode_audio3() so that decoding will not stop after the first channel of the last frame. Updated FATE reference. More valid audio is now decoded.
* swscale: prevent overflow during initializationRonald Bultje2011-10-181-1/+1
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
OpenPOWER on IntegriCloud