summaryrefslogtreecommitdiff
path: root/tests/fate2.mak
Commit message (Collapse)AuthorAge
* rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-17
|
* avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov2011-09-04
|
* iirfilter: add fate testMans Rullgard2011-07-04
| | | | | | | Change the test program to output text instead of binary files so it can be compared easily in FATE. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: move libavutil test rules to a separate fileMans Rullgard2011-07-03
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add DES testMans Rullgard2011-07-03
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* base64: add fate testMans Rullgard2011-06-30
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* aes: improve test program and add fate testMans Rullgard2011-06-30
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* adler32: make test program more useful and add fate testMans Rullgard2011-06-30
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: move amr[nw]b test rules into separate filesMans Rullgard2011-06-29
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* ffmpeg: use new avformat_open_* API.Anton Khirnov2011-06-16
|
* ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov2011-06-15
| | | | | | | It's broken with multiple files or audio streams. This removes the default samplerate of 44100 for raw input, hence all the FATE changes.
* Increase STDDEV tolerance for the fate-amrwb-14k25 test so it pass inVitor Sessak2010-12-20
| | | | | | x86_64 boxes. Originally committed as revision 26064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AMR-WB FATE testsVitor Sessak2010-12-20
| | | | Originally committed as revision 26063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Discard partial packet of last frame for fate-wmv8-drm to avoid test failsReimar Döffinger2010-12-18
| | | | | | due to VC-1 decoder overreads resulting in different output. Originally committed as revision 26055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add test for ASF -cryptokey that tests only demuxing, but both audio and videoReimar Döffinger2010-12-18
| | | | | | to complement the existing video-only decode test. Originally committed as revision 26054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AMR-NB FATE testsVitor Sessak2010-11-14
| | | | Originally committed as revision 25750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Musepack7 FATE testVitor Sessak2010-11-14
| | | | Originally committed as revision 25749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless -vn option, the file has no video stream.Reimar Döffinger2010-10-02
| | | | Originally committed as revision 25314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename fate-gsm test to the more accurate fate-gsm-msReimar Döffinger2010-10-02
| | | | | | | | and add a test for regular GSM as fate-gsm. Fixes a 8kHz sample from issue 113. Originally committed as revision 25313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a FATE test for the G.722 decoderMartin Storsjö2010-09-11
| | | | Originally committed as revision 25104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SHA fate testVitor Sessak2010-08-31
| | | | Originally committed as revision 25013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RealVideo 3 FATE testVitor Sessak2010-08-31
| | | | Originally committed as revision 25008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add flags forgotten in last commitVitor Sessak2010-08-31
| | | | Originally committed as revision 25007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Apple MJPEG-B decoder FATE testVitor Sessak2010-08-31
| | | | Originally committed as revision 25006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE test for ScummVM DXA flavorVitor Sessak2010-08-31
| | | | Originally committed as revision 25005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fate test for Westwood SND1 codecVitor Sessak2010-08-28
| | | | Originally committed as revision 24957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove CCITT fax G4 tests (partial revert of r24954). This test isVitor Sessak2010-08-28
| | | | | | corrupting memory somehow and segfaulting in the BSDs. Originally committed as revision 24956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CCITT Fax Group compression fate testsVitor Sessak2010-08-28
| | | | Originally committed as revision 24954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 fate testVitor Sessak2010-08-25
| | | | Originally committed as revision 24928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TeXture Dictionary FATE testVitor Sessak2010-08-24
| | | | Originally committed as revision 24911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BinkAudio FATE testsVitor Sessak2010-08-23
| | | | Originally committed as revision 24888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE test for WMV8 DRMVitor Sessak2010-08-23
| | | | Originally committed as revision 24874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: remove pointless fate/fate2 separationMåns Rullgård2010-08-22
| | | | Originally committed as revision 24868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE test for ANSI/ASCII animation and TTY demuxerVitor Sessak2010-08-21
| | | | Originally committed as revision 24865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: move some groups of related tests to their own filesMåns Rullgård2010-08-04
| | | | | | | This moves some groups of tests for single codecs to separate files, and adds shorthands for running all tests in a group. Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add fft testsMåns Rullgård2010-08-04
| | | | Originally committed as revision 24695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase error tolerance for RA288 and one vorbis test. Should fix someVitor Sessak2010-07-27
| | | | | | failures in PPC and ARM. Originally committed as revision 24541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VP8 sign bias code regtest. Not tested by the official conformance suite.Vitor Sessak2010-07-23
| | | | Originally committed as revision 24457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add WMAPro regtestsVitor Sessak2010-07-21
| | | | Originally committed as revision 24404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMAVoice regtestsVitor Sessak2010-07-20
| | | | Originally committed as revision 24374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: use helper functions in test rulesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Undo my revert at r24260.Vitor Sessak2010-07-17
| | | | | | This is the only way by now to test this codec. Originally committed as revision 24286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis regtestsVitor Sessak2010-07-16
| | | | Originally committed as revision 24262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r24258:Vitor Sessak2010-07-16
| | | | | | | | | | | | | | Log: Add msmpeg4v1 regtest Added: trunk/tests/ref/fate/msmpeg4v1 Modified: trunk/tests/fate2.mak According to Mans, "make test" tests already msmpeg4v1. Originally committed as revision 24260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add msmpeg4v1 regtestVitor Sessak2010-07-16
| | | | Originally committed as revision 24258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MS-GSM regtestVitor Sessak2010-07-16
| | | | Originally committed as revision 24257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATRAC3 regtestsVitor Sessak2010-07-16
| | | | Originally committed as revision 24256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ATRAC1 regtestVitor Sessak2010-07-16
| | | | Originally committed as revision 24255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add EAC3 regtestsVitor Sessak2010-07-16
| | | | Originally committed as revision 24254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AC3 regtestsVitor Sessak2010-07-16
| | | | Originally committed as revision 24253 to svn://svn.ffmpeg.org/ffmpeg/trunk