Måns Rullgård
673fe599b3
fate: delete build and install dirs after session
...
Originally committed as revision 24531 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
a9dc611145
fate: add fate session script
...
Originally committed as revision 24530 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
b82be63688
fate: create report files
...
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ce3a841da1
Add a simple base64 encoder for use in tests
...
Originally committed as revision 24526 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
e6e3069b54
Simplify lavfi test script a little
...
Originally committed as revision 24486 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
8fae6e7c11
Unbreak parallel lavfi testing
...
Originally committed as revision 24485 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
a58ed9a2e7
Add VP8 sign bias code regtest. Not tested by the official conformance suite.
...
Originally committed as revision 24457 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
0662bf22ec
Add WMAPro regtests
...
Originally committed as revision 24404 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
a4e6fa86ce
regtest: simplify cleanup after each test
...
Originally committed as revision 24396 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
157c924176
fate: delete useless artifacts after running each test
...
Originally committed as revision 24395 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
bcb0a1546d
fate: keep stderr from failing tests
...
Originally committed as revision 24394 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Thierry Foucu
591db22dff
gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof
...
Patch by Thierry Foucu, tfoucu at gmail
Originally committed as revision 24379 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
91c4d85f7b
WMAVoice regtests
...
Originally committed as revision 24374 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Rafaël Carré
e8723e242d
Lego Mindstorms RSO muxer and demuxer.
...
Patch by Rafaël Carré, rafael d carre a gmail
Originally committed as revision 24355 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ffe72624e7
fate: run diff even if command fails
...
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
15 years ago
Måns Rullgård
c963e961ac
Remove unused seek-regression.sh script
...
Originally committed as revision 24349 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
9a3f31efcb
fate: allow running regtests through fate frontend
...
Originally committed as revision 24347 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
f729c4aea8
regtest: rename seektest ref files using alphanumeric chars only
...
Originally committed as revision 24345 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
2d91366cc2
Make MP43 the default fourcc for msmpeg4v3:
...
DIV3 is not supported on default XP and Vista installations (MP43 is).
Originally committed as revision 24343 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
7c1bb9143e
Fix lavfi pixdesc test
...
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
15 years ago
Måns Rullgård
77cce79aa7
fate: ensure all imported rules are handled by helpers
...
Originally committed as revision 24318 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
cdaf4b79bb
fate: simplify test runner slightly
...
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
15 years ago
Måns Rullgård
f366a6de31
fate: use helper functions in test rules
...
Originally committed as revision 24316 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
2b18c451bd
fate: add some helper functions to simplify test rules
...
Originally committed as revision 24314 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
f0388cf716
fate: apply TARGET_EXEC only to commands starting with absolute path
...
Originally committed as revision 24313 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
d2f33c8021
fate: use our variable names in test rules imported from Mike's db
...
Originally committed as revision 24312 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
122a9af76b
fate-run: rename some variables consistently with other files
...
Originally committed as revision 24311 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ed62c6b624
fate: do not delete ref files when updating tests from db
...
Originally committed as revision 24310 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
e153cfa867
fate: add stddev comparator
...
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
15 years ago
Måns Rullgård
26e87a2261
fate: whitespace cosmetics
...
Originally committed as revision 24288 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
7c06faf894
Undo my revert at r24260.
...
This is the only way by now to test this codec.
Originally committed as revision 24286 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
6441d39d58
fate: update vc1 reference
...
Originally committed as revision 24263 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
1c435a0d4e
Vorbis regtests
...
Originally committed as revision 24262 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
605014ca33
Revert r24258:
...
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
15 years ago
Vitor Sessak
58c9c95c75
Add msmpeg4v1 regtest
...
Originally committed as revision 24258 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
abc152d78e
Add MS-GSM regtest
...
Originally committed as revision 24257 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
41511ae6cf
ATRAC3 regtests
...
Originally committed as revision 24256 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
6944215a2f
Add ATRAC1 regtest
...
Originally committed as revision 24255 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
044dadeff3
Add EAC3 regtests
...
Originally committed as revision 24254 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
cf39355978
Add AC3 regtests
...
Originally committed as revision 24253 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
0dc5ca2e12
Add TrueSpeech regtest
...
Originally committed as revision 24221 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
5ee08c8531
fate: add vp8 bilinear tests
...
Mike added these some time ago, and I forgot to update here.
Originally committed as revision 24220 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
e9e40c875e
NellyMoser regtest
...
Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
d4d5b66140
DTS Coherent Acoustics regtest
...
Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
bb1e597736
Add Pictor/PC Paint PIC regtest
...
Originally committed as revision 24193 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
e798dbdd34
Psygnosis YOP demuxer and decoder test
...
Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
e747ff1c63
Add Intel Music Coder regtest
...
Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
369b49630d
Add QDM2 test
...
Originally committed as revision 24178 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
827396688c
Add QCELP regtest
...
Originally committed as revision 24176 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
1d9a8c347a
Add MPEG2 field encoding fate2 regtest
...
Originally committed as revision 24175 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago