aboutsummaryrefslogtreecommitdiffstats
path: root/tests/regression.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make do_video_encoding general enough to accomodate all cases.Diego Biurrun2006-12-021-40/+39
| | | | Originally committed as revision 7212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make do_video_decoding general enough to accomodate all cases.Diego Biurrun2006-12-021-9/+9
| | | | Originally committed as revision 7211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge a repeating variable declaration into do_video_encoding.Diego Biurrun2006-12-021-75/+39
| | | | Originally committed as revision 7209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for audio encoding and decoding.Diego Biurrun2006-12-011-21/+25
| | | | Originally committed as revision 7199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for libav.Diego Biurrun2006-12-011-33/+19
| | | | Originally committed as revision 7198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for image formats.Diego Biurrun2006-12-011-9/+11
| | | | Originally committed as revision 7197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for streamed images.Diego Biurrun2006-12-011-9/+10
| | | | Originally committed as revision 7196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for audio-only tests.Diego Biurrun2006-12-011-21/+14
| | | | Originally committed as revision 7195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable nut regression test until we have a working muxerMichael Niedermayer2006-11-111-3/+3
| | | | Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify regression test execution.Diego Biurrun2006-11-051-74/+84
| | | | Originally committed as revision 6906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a variable for FFmpeg options.Diego Biurrun2006-11-051-6/+8
| | | | Originally committed as revision 6904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris2006-09-151-3/+3
| | | | | | | -b of ffmpeg is bits/sec not kbits/sec, as already was the case for the AVOption. "k" and "M" suffixes are available though. Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gxf regression testsBaptiste Coudurier2006-08-211-0/+5
| | | | Originally committed as revision 6041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set the codec's pixel format in the format's write_header()Luca Abeni2006-08-021-1/+1
| | | | Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-021-1/+1
| | | | | | tabs removed and regression.sh fixed (it was missing in the patch) by me Originally committed as revision 5572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac regression testMichael Niedermayer2006-06-241-0/+11
| | | | Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow 1pass ratecontrolLoren Merritt2006-05-281-1/+1
| | | | Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-131-0/+14
| | | | Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reenable NUT and NUT regression tests as requested by Michael.Diego Biurrun2006-03-171-4/+3
| | | | Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable the NUT (de)muxer until it has been synced with the specification.Diego Biurrun2006-03-171-3/+4
| | | | Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVCPRO50 support.Daniel Maas2006-03-061-0/+12
| | | | | | Patch by Daniel Maas dmaas at maasdigital dot com Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-091-0/+5
| | | | Originally committed as revision 4967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg-ls regression testMichael Niedermayer2006-02-021-0/+11
| | | | Originally committed as revision 4925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-021-0/+5
| | | | Originally committed as revision 4924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for title field in PSP compatible mp4 files. Patch byBenjamin Larsson2006-01-241-0/+8
| | | | | | Olivier, oandrieu <at> gmail.com. Originally committed as revision 4889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scale video for snow iterative me down so the egression test is fasterMichael Niedermayer2006-01-231-2/+2
| | | | Originally committed as revision 4888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split snow53 test outMichael Niedermayer2006-01-141-0/+6
| | | | Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for iterative ME & wavelet cmp functionsMichael Niedermayer2006-01-071-1/+1
| | | | Originally committed as revision 4820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-50/+50
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a leading zero to the sequence files generated by the testsuiteSam Hocevar2005-09-211-4/+4
| | | | | | | so they always appear in proper order. patch by Sam Hocevar < sam -- at -- zoy -- dot -- org > Originally committed as revision 4606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the people want lower case ...Michael Niedermayer2005-09-121-21/+21
| | | | Originally committed as revision 4592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converting a few more options to AVOptionsMichael Niedermayer2005-09-121-5/+5
| | | | Originally committed as revision 4587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-121-21/+21
| | | | Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression tests for dvMichael Niedermayer2005-08-301-0/+11
| | | | Originally committed as revision 4541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yamaha adpcm regression testMichael Niedermayer2005-07-251-0/+16
| | | | Originally committed as revision 4473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts regression testMichael Niedermayer2005-06-031-2/+5
| | | | Originally committed as revision 4352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #defines for strict_std_compliance and split between inofficial extensions ↵Michael Niedermayer2005-05-081-4/+4
| | | | | | and non standarized things Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds read probe to y4m, and changes the extension to .y4m patch by (Roine ↵Roine Gustafsson2005-04-261-1/+1
| | | | | | Gustafsson <roine users sourceforge net) Originally committed as revision 4164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-3/+3
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow regression testMichael Niedermayer2005-04-031-0/+20
| | | | Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compare audio files 16bit wise instead of 8bitMichael Niedermayer2005-02-011-1/+2
| | | | | | 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-301-0/+4
| | | | Originally committed as revision 3902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg style yuv fixesMichael Niedermayer2005-01-201-3/+3
| | | | Originally committed as revision 3852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spaces in path fixesMichael Niedermayer2005-01-011-3/+3
| | | | Originally committed as revision 3791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 regression testMichael Niedermayer2004-12-071-0/+11
| | | | Originally committed as revision 3740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ffhuffyuv into 2 codecs:Loren Merritt2004-11-281-1/+1
| | | | | | | "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-221-1/+1
| | | | Originally committed as revision 3703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mv/mb reuse regression testMichael Niedermayer2004-11-161-0/+9
| | | | Originally committed as revision 3686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch pnm from imagepipe to image2pipeMichael Niedermayer2004-11-121-6/+8
| | | | Originally committed as revision 3676 to svn://svn.ffmpeg.org/ffmpeg/trunk