summaryrefslogtreecommitdiff
path: root/tests/ref/fate
Commit message (Collapse)AuthorAge
* fate: add golomb-testDiego Biurrun2012-01-31
|
* fate: Give some tests more sensible names.Diego Biurrun2012-01-19
|
* FATE: convert output to rgba for the targa tests which currently output pal8Justin Ruggles2012-01-13
| | | | fixes the tests on big-endian systems
* fate: add missing reference files for targa tests in 9c2f9b0e2Janne Grunau2012-01-13
| | | | Fixes fate-targa-conformance-CCM8 and fate-targa-conformance-UCM8.
* FATE: add tests for targaJustin Ruggles2012-01-13
| | | | Based on a patch by Oana Stratulat <oanaandreeastratulat@gmail.com>
* fate: Add tests for vc1/wmapro in ism.Alex Converse2012-01-09
|
* 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 test: cvid-grayscale; ensures that the grayscale Cinepak variant is ↵Mike Melanson2012-01-08
| | | | | | exercised. 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: indeo4 video decoder test.Mike Melanson2012-01-07
| | | | | | | Code coverage: libavcodec/indeo4.c: 0% -> 78% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* FATE: update xxan-wc4 test to a sample with more code coverage.Mike Melanson2012-01-07
| | | | | | | | | The previous sample used for this test only contained type 0 frames. Replace it with a sample that also features type 1 frames. Code coverage: libavcodec/xxan.c: 72% -> 89% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Change the recent h264_mp4toannexb bitstream filter test to output to an ↵Mike Melanson2012-01-07
| | | | | | elementary stream rather than a program stream. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* fate: Add missing reference file from 9b4767e4.Alex Converse2012-01-05
|
* fate: add dxtory testOana Stratulat2012-01-03
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: use rgb24 as output format for dfa testsJanne Grunau2012-01-01
| | | | | | Palette is as supposed in native endianness. Converting the pal8 output to rgb24 is thus necessary for identical CRCs on big and little endian systems.
* FATE: add tests for dfaOana Stratulat2011-12-31
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* 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: 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: 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>
* fate: add r210 decoder testAneesh Dogra2011-12-15
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* 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
|
* 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>
* 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.
* utvideo: add fate tests covering all codec variantsAneesh Dogra2011-12-10
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* 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>
* bethsoftvideo: return proper consumed size for palette packets.Anton Khirnov2011-11-23
| | | | Also check for sufficient packet size.
* cdg: skip packets that don't contain a cdg command.Justin Ruggles2011-11-23
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* crcenc: add flagsAnton Khirnov2011-11-23
| | | | | | | | | | 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.
* shorten: fix end-of-stream decoding.Justin Ruggles2011-10-20
| | | | | | | | | | | | 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.
* g722: Add a fate test for the encoderMartin Storsjö2011-10-18
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* prores: get correct size for coded V plane if alpha is presentMans Rullgard2011-10-15
| | | | | | | The size check must be updated to take into account both manners in which v_data_size might be set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* prores: do not set pixel format on codec initMans Rullgard2011-10-15
| | | | | | | | | The pixel format is not known until the frame header is parsed. Guessing it here only causes trouble for the caller if the guess turns out to be wrong (and actually causes very wrong output by avconv/avplay). Signed-off-by: Mans Rullgard <mans@mansr.com>
* adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles2011-10-14
| | | | | There are still 2 nibbles to decode once the last byte in the packet has been read. Updated FATE reference.
* prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-14
| | | | | | | Fix the fate ref for prores-422_proxy by reverting the changes to it in commit f492df0927c42da174edb674857670fc50abc5dc Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: update prores-alpha ref after changing pix_fmt to yuv444p10leJanne Grunau2011-10-14
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* prores: add appropriate -fix_fmt parameter to FATE commandDiego Biurrun2011-10-14
| | | | | Also correct CRCs for Sequence_1-Apple_ProRes_422_Proxy.mov, previous CRCs were generated with the non-bitexact x86_64 assembler IDCT.
* prores: add FATE testsDiego Biurrun2011-10-13
|
* motionpixels: decode only the 111 complete frames for fateJanne Grunau2011-10-07
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the ↵Laurent Aimar2011-10-07
| | | | | | temporary buffer Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-09-23
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-22
| | | | sqrt(-1) returns "some NaN", it's not specified which exactly.
* eval: implement not() expressionStefano Sabatini2011-09-19
|
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-19
|
* smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-14
| | | | | | stereo & 16bit is untested due to lack of samples Signed-off-by: Martin Storsjö <martin@martin.st>