summaryrefslogtreecommitdiff
path: root/tests/regression.sh
Commit message (Collapse)AuthorAge
...
* snow regression testMichael Niedermayer2005-04-03
| | | | Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compare audio files 16bit wise instead of 8bitMichael Niedermayer2005-02-01
| | | | | | additionally compare the mp2 case with some delay as this matches better (the delay issue obviously should be fixed) Originally committed as revision 3922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quick and dirty PSNR check for audioMichael Niedermayer2005-01-30
| | | | Originally committed as revision 3902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg style yuv fixesMichael Niedermayer2005-01-20
| | | | Originally committed as revision 3852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spaces in path fixesMichael Niedermayer2005-01-01
| | | | Originally committed as revision 3791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 regression testMichael Niedermayer2004-12-07
| | | | Originally committed as revision 3740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ffhuffyuv into 2 codecs:Loren Merritt2004-11-28
| | | | | | | "huffyuv" is compatible with the official version "ffvhuff" contains our improvements Originally committed as revision 3720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fake regression errors caused by randomly choosen dct algoMichael Niedermayer2004-11-22
| | | | Originally committed as revision 3703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mv/mb reuse regression testMichael Niedermayer2004-11-16
| | | | Originally committed as revision 3686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch pnm from imagepipe to image2pipeMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppress uninerresting outputMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.261 regression testMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg regression testMichael Niedermayer2004-09-22
| | | | Originally committed as revision 3496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use non zero qscale for svq1 testMichael Niedermayer2004-07-28
| | | | Originally committed as revision 3358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a small quirk with DV audio muxingRoman Shaposhnik2004-07-27
| | | | | | * making DV testable via libavtest Originally committed as revision 3355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file id stringMichael Niedermayer2004-06-14
| | | | | | max short startcode distance Originally committed as revision 3223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv regression testMichael Niedermayer2004-05-31
| | | | Originally committed as revision 3181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq1 regression testMichael Niedermayer2004-05-12
| | | | Originally committed as revision 3129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel & SSE/SATD regression testMichael Niedermayer2004-04-24
| | | | Originally committed as revision 3056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* diff -wMichael Niedermayer2004-03-26
| | | | Originally committed as revision 2936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size of encoded stream to the regression testsMichael Niedermayer2004-03-23
| | | | Originally committed as revision 2918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test more (i)dctsMichael Niedermayer2004-03-22
| | | | Originally committed as revision 2917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable .ffm regression test as it works againMichael Niedermayer2004-03-18
| | | | 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-09
| | | | | | 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-28
| | | | 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-18
| | | | | | 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-13
| | | | | | | | | 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-08
| | | | Originally committed as revision 2766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* g726 regression testMichael Niedermayer2004-02-07
| | | | Originally committed as revision 2761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* noise reduction regression testMichael Niedermayer2004-01-02
| | | | Originally committed as revision 2656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trellis quantization regression testMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test interlaced motion estimation tooMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced motion estimationMichael Niedermayer2003-12-30
| | | | | | | | | | | | | | 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-14
| | | | 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-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-08
| | | | | | regression tests Originally committed as revision 2574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-11-28
| | | | Originally committed as revision 2537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use .mp4 in one of the mpeg4 regression testsMichael Niedermayer2003-11-04
| | | | Originally committed as revision 2479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffv1 regression testMichael Niedermayer2003-11-03
| | | | Originally committed as revision 2477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut regression testMichael Niedermayer2003-10-01
| | | | | | mpeg4 ac prediction cleanup Originally committed as revision 2326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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