Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2010-07-27fate: clean up also after failed runsMåns Rullgård
Originally committed as revision 24542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Increase error tolerance for RA288 and one vorbis test. Should fix someVitor Sessak
failures in PPC and ARM. Originally committed as revision 24541 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27fate: delete build and install dirs after sessionMåns Rullgård
Originally committed as revision 24531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27fate: add fate session scriptMåns Rullgård
Originally committed as revision 24530 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27fate: create report filesMåns Rullgård
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Add a simple base64 encoder for use in testsMåns Rullgård
Originally committed as revision 24526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-24Simplify lavfi test script a littleMåns Rullgård
Originally committed as revision 24486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-24Unbreak parallel lavfi testingMåns Rullgård
Originally committed as revision 24485 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-23Add VP8 sign bias code regtest. Not tested by the official conformance suite.Vitor Sessak
Originally committed as revision 24457 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22Add WMAPro regtestsVitor Sessak
Originally committed as revision 24404 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22regtest: simplify cleanup after each testMåns Rullgård
Originally committed as revision 24396 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22fate: delete useless artifacts after running each testMåns Rullgård
Originally committed as revision 24395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22fate: keep stderr from failing testsMåns Rullgård
Originally committed as revision 24394 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-21gxfenc: Fix ES name in the UMF media description, by using strlen instead of ↵Thierry Foucu
sizeof Patch by Thierry Foucu, tfoucu at gmail Originally committed as revision 24379 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-21WMAVoice regtestsVitor Sessak
Originally committed as revision 24374 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Lego Mindstorms RSO muxer and demuxer.Rafaël Carré
Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24355 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20fate: run diff even if command failsMåns Rullgård
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
2010-07-20Remove unused seek-regression.sh scriptMåns Rullgård
Originally committed as revision 24349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20fate: allow running regtests through fate frontendMåns Rullgård
Originally committed as revision 24347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20regtest: rename seektest ref files using alphanumeric chars onlyMåns Rullgård
Originally committed as revision 24345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos
DIV3 is not supported on default XP and Vista installations (MP43 is). Originally committed as revision 24343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19Fix lavfi pixdesc testMåns Rullgård
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
2010-07-19fate: ensure all imported rules are handled by helpersMåns Rullgård
Originally committed as revision 24318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19fate: simplify test runner slightlyMåns Rullgård
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
2010-07-19fate: use helper functions in test rulesMåns Rullgård
Originally committed as revision 24316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19fate: add some helper functions to simplify test rulesMåns Rullgård
Originally committed as revision 24314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19fate: apply TARGET_EXEC only to commands starting with absolute pathMåns Rullgård
Originally committed as revision 24313 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19fate: use our variable names in test rules imported from Mike's dbMåns Rullgård
Originally committed as revision 24312 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19fate-run: rename some variables consistently with other filesMåns Rullgård
Originally committed as revision 24311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19fate: do not delete ref files when updating tests from dbMåns Rullgård
Originally committed as revision 24310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-17fate: add stddev comparatorMåns Rullgård
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
2010-07-17fate: whitespace cosmeticsMåns Rullgård
Originally committed as revision 24288 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-17Undo my revert at r24260.Vitor Sessak
This is the only way by now to test this codec. Originally committed as revision 24286 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-16fate: update vc1 referenceMåns Rullgård
Originally committed as revision 24263 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-16Vorbis regtestsVitor Sessak
Originally committed as revision 24262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-16Revert r24258:Vitor Sessak
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
2010-07-16Add msmpeg4v1 regtestVitor Sessak
Originally committed as revision 24258 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-16Add MS-GSM regtestVitor Sessak
Originally committed as revision 24257 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-16ATRAC3 regtestsVitor Sessak
Originally committed as revision 24256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-16Add ATRAC1 regtestVitor Sessak
Originally committed as revision 24255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-16Add EAC3 regtestsVitor Sessak
Originally committed as revision 24254 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-16Add AC3 regtestsVitor Sessak
Originally committed as revision 24253 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-13Add TrueSpeech regtestVitor Sessak
Originally committed as revision 24221 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-13fate: add vp8 bilinear testsMåns Rullgård
Mike added these some time ago, and I forgot to update here. Originally committed as revision 24220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11NellyMoser regtestVitor Sessak
Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11DTS Coherent Acoustics regtestVitor Sessak
Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Add Pictor/PC Paint PIC regtestVitor Sessak
Originally committed as revision 24193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Psygnosis YOP demuxer and decoder testVitor Sessak
Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Add Intel Music Coder regtestVitor Sessak
Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Add QDM2 testVitor Sessak
Originally committed as revision 24178 to svn://svn.ffmpeg.org/ffmpeg/trunk