summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Add WMAPro regtestsVitor Sessak2010-07-21
| | | | Originally committed as revision 24404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: simplify cleanup after each testMåns Rullgård2010-07-21
| | | | Originally committed as revision 24396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete useless artifacts after running each testMåns Rullgård2010-07-21
| | | | Originally committed as revision 24395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: keep stderr from failing testsMåns Rullgård2010-07-21
| | | | Originally committed as revision 24394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gxfenc: Fix ES name in the UMF media description, by using strlen instead of ↵Thierry Foucu2010-07-21
| | | | | | | | sizeof Patch by Thierry Foucu, tfoucu at gmail Originally committed as revision 24379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMAVoice regtestsVitor Sessak2010-07-20
| | | | Originally committed as revision 24374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-20
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: run diff even if command failsMåns Rullgård2010-07-20
| | | | | | | The diff may provide useful information even if the command was unsuccessful. The test is still treated as failed in this case. Originally committed as revision 24353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused seek-regression.sh scriptMåns Rullgård2010-07-20
| | | | Originally committed as revision 24349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: allow running regtests through fate frontendMåns Rullgård2010-07-20
| | | | Originally committed as revision 24347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: rename seektest ref files using alphanumeric chars onlyMåns Rullgård2010-07-20
| | | | Originally committed as revision 24345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos2010-07-20
| | | | | | DIV3 is not supported on default XP and Vista installations (MP43 is). Originally committed as revision 24343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lavfi pixdesc testMåns Rullgård2010-07-19
| | | | | | | | | | | | | | | | | This test verifies the pixdesc code by comparing the output with and without a filter which should have no effect on the image. Since the available pixel formats depend on the byte order of the machine, a simple reference checksum is not possible. The test originally tried to solve this by generating a reference file on the fly. The problem with this is that the test framework expects the reference file in the source tree, and writing to the source tree is not allowed. To avoid complicating the test framework, we instead provide two reference files and select which to use based on the byte order. Originally committed as revision 24330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: ensure all imported rules are handled by helpersMåns Rullgård2010-07-18
| | | | Originally committed as revision 24318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: simplify test runner slightlyMåns Rullgård2010-07-18
| | | | | | | All tests use the provided helper functions so prepending $target_exec and using eval is no longer required. Originally committed as revision 24317 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
* fate: add some helper functions to simplify test rulesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: apply TARGET_EXEC only to commands starting with absolute pathMåns Rullgård2010-07-18
| | | | Originally committed as revision 24313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: use our variable names in test rules imported from Mike's dbMåns Rullgård2010-07-18
| | | | Originally committed as revision 24312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate-run: rename some variables consistently with other filesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: do not delete ref files when updating tests from dbMåns Rullgård2010-07-18
| | | | Originally committed as revision 24310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add stddev comparatorMåns Rullgård2010-07-17
| | | | | | | This allows CMP=stddev in test rules. The test passes if the reported stddev is <= the FUZZ value (default 1). Originally committed as revision 24289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: whitespace cosmeticsMåns Rullgård2010-07-17
| | | | Originally committed as revision 24288 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
* fate: update vc1 referenceMåns Rullgård2010-07-16
| | | | Originally committed as revision 24263 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
* Add TrueSpeech regtestVitor Sessak2010-07-12
| | | | Originally committed as revision 24221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add vp8 bilinear testsMåns Rullgård2010-07-12
| | | | | | Mike added these some time ago, and I forgot to update here. Originally committed as revision 24220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NellyMoser regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DTS Coherent Acoustics regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Pictor/PC Paint PIC regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Psygnosis YOP demuxer and decoder testVitor Sessak2010-07-11
| | | | Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Intel Music Coder regtestVitor Sessak2010-07-10
| | | | Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QDM2 testVitor Sessak2010-07-10
| | | | Originally committed as revision 24178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QCELP regtestVitor Sessak2010-07-10
| | | | Originally committed as revision 24176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG2 field encoding fate2 regtestVitor Sessak2010-07-10
| | | | Originally committed as revision 24175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RealAudio COOK fate2 testVitor Sessak2010-07-10
| | | | Originally committed as revision 24168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fate2 test for RA288Vitor Sessak2010-07-10
| | | | Originally committed as revision 24167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: some AAC tests need FUZZ=2 on ARMMåns Rullgård2010-07-10
| | | | Originally committed as revision 24166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: ensure file sizes match in oneoff testsMåns Rullgård2010-07-10
| | | | Originally committed as revision 24164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC fate2 tests.Alex Converse2010-07-10
| | | | Originally committed as revision 24163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: fail with a sensible error message if reference file is missingMåns Rullgård2010-07-09
| | | | Originally committed as revision 24152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete output files from successful testsMåns Rullgård2010-07-09
| | | | Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk