summaryrefslogtreecommitdiff
path: root/tests/regression.sh
Commit message (Collapse)AuthorAge
* asv2 regression testMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 regression testMichael Niedermayer2003-08-26
| | | | | | add mpeg2video_decoder, thats more consistant with the encoders, note, both mpeg1video and mpeg2video decoder will happily decode both mpeg1 and 2 Originally committed as revision 2166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exclude Duration field tooFabrice Bellard2003-08-24
| | | | Originally committed as revision 2147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put b- prefix to libav tests to avoid incorrect ffserver testFabrice Bellard2003-07-16
| | | | Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless jpeg regression testMichael Niedermayer2003-07-12
| | | | Originally committed as revision 2036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv regression testMichael Niedermayer2003-07-09
| | | | Originally committed as revision 2025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv1 regression testMichael Niedermayer2003-05-27
| | | | Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)Roman Shaposhnik2003-05-12
| | | | | | | * adding regression tests for all pix_fmt conversions * making libavtest part of the default testsuite Originally committed as revision 1855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changes for SPARC/Solaris compatibility. Now it should be possible toRoman Shaposhnik2003-04-15
| | | | | | build and test ffmpeg on SPARC/Solaris 8+ out of the box. Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Removed ffmpeg output during encoding runs. Now only print out errorsPhilip Gladstone2003-04-15
| | | | | | * Try to fix mysterious sort order issue in ffserver tests Originally committed as revision 1775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finished integrating rotozoom test in ffmpegMichael Niedermayer2003-04-11
| | | | | | replaced float by integer to avoid rounding differenes between platforms Originally committed as revision 1755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check quality too, not only md5 (but dont take the scores too serious, the ↵Michael Niedermayer2003-04-10
| | | | | | | | different codecs use different quality/bitrates and its just based on a artificially generated testvideo) small changes to some test to check a broader area of features Originally committed as revision 1751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* smaller slices for the regression tests, i hope that way we'll catch the ↵Michael Niedermayer2003-04-10
| | | | | | next 10l slice bug earlier ... Originally committed as revision 1748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling ac3 decoding regression test (its different between different ↵Michael Niedermayer2003-03-30
| | | | | | compilers/platforms due to float use) Originally committed as revision 1718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv2 & huffyuv regression testMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling aic for h263p regression testMichael Niedermayer2003-03-05
| | | | Originally committed as revision 1623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 b frame regression testMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-11
| | | | Originally committed as revision 1448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more formatsFabrice Bellard2003-01-11
| | | | Originally committed as revision 1442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-22
| | | | Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for H263+Michael Niedermayer2002-10-25
| | | | Originally committed as revision 1070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for ratecontrol & adv mpeg4 stuffMichael Niedermayer2002-09-20
| | | | Originally committed as revision 962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression tests for msmpeg4v2 & wmv1Michael Niedermayer2002-09-06
| | | | Originally committed as revision 910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do regression tests for rv10 tooMichael Niedermayer2002-09-03
| | | | Originally committed as revision 904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using only the fast int dct for regression testsMichael Niedermayer2002-08-30
| | | | Originally committed as revision 884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)Felix Bünemann2002-08-30
| | | | Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-21
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a local dir for testsFabrice Bellard2002-06-05
| | | | Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reactivated swf/mjpeg/jpg formats testingFabrice Bellard2002-05-25
| | | | Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added libav regression testsFabrice Bellard2002-05-20
| | | | Originally committed as revision 537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added first version of regression tests - simply type 'make test' to test ↵Fabrice Bellard2002-05-18
every codec and some mux/demuxes - added simple synthetic audio and video bitstreams generators so that no big streams needs to be used Originally committed as revision 532 to svn://svn.ffmpeg.org/ffmpeg/trunk