aboutsummaryrefslogtreecommitdiffstats
path: root/tests/regression.sh
Commit message (Collapse)AuthorAgeFilesLines
* diff -wMichael Niedermayer2004-03-261-0/+5
| | | | Originally committed as revision 2936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size of encoded stream to the regression testsMichael Niedermayer2004-03-231-0/+2
| | | | Originally committed as revision 2918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test more (i)dctsMichael Niedermayer2004-03-221-0/+7
| | | | Originally committed as revision 2917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable .ffm regression test as it works againMichael Niedermayer2004-03-181-3/+3
| | | | Originally committed as revision 2907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test fix (forcing specific audio codecs as the default often ↵Michael Niedermayer2004-03-091-3/+3
| | | | | | depends upon HAVE_MP3LAME or similar) Originally committed as revision 2861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os x md5sum patch by (John Dalgliesh <johnd at defyne dot org>)John Dalgliesh2004-02-281-1/+9
| | | | Originally committed as revision 2824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update libavformat regression checksums (it should be checked why exactly ↵Michael Niedermayer2004-02-181-7/+7
| | | | | | they changed ...), and always test libavformat in make test so this doesnt happen again Originally committed as revision 2799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-1/+23
| | | | | | | | | multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263 all pthread specific code is in pthread.c to try it, run configure --enable-pthreads and ffmpeg ... -threads <num> the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ima & ms adpcm regression testMichael Niedermayer2004-02-081-0/+22
| | | | Originally committed as revision 2766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* g726 regression testMichael Niedermayer2004-02-071-0/+11
| | | | Originally committed as revision 2761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* noise reduction regression testMichael Niedermayer2004-01-021-0/+11
| | | | Originally committed as revision 2656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trellis quantization regression testMichael Niedermayer2004-01-011-1/+1
| | | | Originally committed as revision 2648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test interlaced motion estimation tooMichael Niedermayer2004-01-011-1/+1
| | | | Originally committed as revision 2644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced motion estimationMichael Niedermayer2003-12-301-1/+1
| | | | | | | | | | | | | | interlaced mpeg2 encoding P & B frames rate distored interlaced mb decission alternate scantable support 4mv encoding fixes (thats also why the regression tests change) passing height to most dsp functions interlaced mpeg4 encoding (no direct mode MBs yet) various related cleanups disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment regression testMichael Niedermayer2003-12-141-0/+11
| | | | Originally committed as revision 2606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate MPEG elementary streams in all cases - added interlaced MPEG2 testFabrice Bellard2003-12-101-3/+10
| | | | Originally committed as revision 2593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Advanced intra coding, modified quantization and alternative inter vlc ↵Michael Niedermayer2003-12-081-1/+1
| | | | | | regression tests Originally committed as revision 2574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-11-281-1/+1
| | | | Originally committed as revision 2537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use .mp4 in one of the mpeg4 regression testsMichael Niedermayer2003-11-041-1/+1
| | | | Originally committed as revision 2479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffv1 regression testMichael Niedermayer2003-11-031-0/+11
| | | | Originally committed as revision 2477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut regression testMichael Niedermayer2003-10-011-2/+12
| | | | | | mpeg4 ac prediction cleanup Originally committed as revision 2326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv2 regression testMichael Niedermayer2003-09-011-0/+11
| | | | Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 regression testMichael Niedermayer2003-08-261-2/+9
| | | | | | 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-241-3/+3
| | | | 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-161-1/+2
| | | | Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless jpeg regression testMichael Niedermayer2003-07-121-0/+11
| | | | Originally committed as revision 2036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv regression testMichael Niedermayer2003-07-091-0/+16
| | | | Originally committed as revision 2025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv1 regression testMichael Niedermayer2003-05-271-0/+11
| | | | 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-121-13/+29
| | | | | | | * 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-151-2/+10
| | | | | | 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-151-1/+3
| | | | | | * 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-111-1/+1
| | | | | | 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-101-2/+21
| | | | | | | | 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-101-3/+3
| | | | | | 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-301-1/+1
| | | | | | compilers/platforms due to float use) Originally committed as revision 1718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv2 & huffyuv regression testMichael Niedermayer2003-03-081-1/+12
| | | | Originally committed as revision 1650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling aic for h263p regression testMichael Niedermayer2003-03-051-1/+1
| | | | Originally committed as revision 1623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 b frame regression testMichael Niedermayer2003-02-081-0/+11
| | | | 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-111-0/+11
| | | | Originally committed as revision 1448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more formatsFabrice Bellard2003-01-111-8/+20
| | | | Originally committed as revision 1442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-221-1/+1
| | | | Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for H263+Michael Niedermayer2002-10-251-0/+11
| | | | Originally committed as revision 1070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-4/+4
| | | | | | 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-201-0/+22
| | | | Originally committed as revision 962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression tests for msmpeg4v2 & wmv1Michael Niedermayer2002-09-061-0/+22
| | | | Originally committed as revision 910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do regression tests for rv10 tooMichael Niedermayer2002-09-031-1/+1
| | | | Originally committed as revision 904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using only the fast int dct for regression testsMichael Niedermayer2002-08-301-4/+4
| | | | 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-301-3/+3
| | | | 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-211-1/+1
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a local dir for testsFabrice Bellard2002-06-051-12/+17
| | | | Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk