summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* 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.
* 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.
* md5enc: add flagsAnton Khirnov2011-11-23
| | | | | | | | | 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-22
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate-lavf-ts: use -mpegts_transport_stream_id option.Anton Khirnov2011-11-18
| | | | Serves as a test of muxer private options.
* Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-02
|
* remove the zork pcm seek testJustin Ruggles2011-10-26
| | | | this was forgotten when the encoder was removed
* avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-26
| | | | | | 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-22
|
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
|
* Revert d1d421cbc0d13b08535f7fc08d179572ee352072: change to ↵Ronald S. Bultje2011-10-21
| | | | fate-lavfi-crop_scale.
* 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.
* swscale: prevent overflow during initializationRonald Bultje2011-10-18
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* g722: Add a fate test for the encoderMartin Storsjö2011-10-18
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Add a target for creating a 16000 Hz mono synthetic audio fileMartin 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.
* riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-14
| | | | | | | | | | | | | | The cbSize field should be included in all cases, even with PCM where its value is ignored. Fixes encoding PCM audio in Matroska for some players which insist on a full WAVEFORMATEX structure for A_MS/ACM audio. Since fate uses wav files for the audio test a larger number of tests has changed checksums or shifted positions due to the 2 byte longer wave header. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* prores: add FATE testsDiego Biurrun2011-10-13
|
* sws: support yuv444p9/10 output.Anton Khirnov2011-10-12
|
* fate: run avconv with -nostats flagMans Rullgard2011-10-09
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* 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>