aboutsummaryrefslogtreecommitdiffstats
path: root/tests/regression.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-141-1/+1
| | | | | | LAVC version to be in the file and thus breaking with the last change of that) Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-061-1/+1
| | | | Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiff & sgi regression testMichael Niedermayer2007-04-061-0/+6
| | | | Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* md5 test for the image formatsMichael Niedermayer2007-03-241-6/+6
| | | | Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bmp and tga image regression testMichael Niedermayer2007-03-241-0/+6
| | | | Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove -ab 64k from ffmpeg options, this is now default.Benoit Fouet2007-03-121-1/+1
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-051-6/+6
| | | | | | | | | patch by Benoit Fouet % benoit P fouet A purplelabs P com % Original thread: Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option Date: 03/03/2007 10:51 PM Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove md5 check for wma as there are rounding differences between cpusMichael Niedermayer2007-02-121-2/+21
| | | | Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling vorbis regression test for now, both encoder and decoder behave ↵Michael Niedermayer2007-02-121-4/+5
| | | | | | strange and have to be fixed Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis regression testMichael Niedermayer2007-02-071-0/+7
| | | | | | (using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea) Originally committed as revision 7874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression tests due to pixel format name changesBaptiste Coudurier2007-02-071-2/+2
| | | | Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wma regression testMichael Niedermayer2007-02-061-0/+14
| | | | Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add/update some comments.Diego Biurrun2007-01-181-2/+2
| | | | Originally committed as revision 7578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename do_libav var so as not to clash with the do_libav function on Solaris.Diego Biurrun2007-01-181-2/+2
| | | | Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert broken removal of variable indirection.Diego Biurrun2007-01-151-9/+12
| | | | Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove leftover variable.Diego Biurrun2007-01-151-1/+0
| | | | Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary variable indirection.Diego Biurrun2007-01-151-11/+9
| | | | Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge fragmented mpeg4adv section in regression.shMåns Rullgård2007-01-141-6/+3
| | | | Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Fix damage from a buggy emacs macro.Diego Biurrun2007-01-141-6/+4
| | | | Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge redundant comments.Diego Biurrun2007-01-141-108/+26
| | | | Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add two more variables for temporary files.Diego Biurrun2007-01-141-6/+8
| | | | Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment grammar fixesDiego Biurrun2007-01-141-3/+3
| | | | Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier2007-01-091-2/+2
| | | | Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change mpeg2 intra vlc test to advanced one, add qprd trell and b framesBaptiste Coudurier2006-12-211-2/+2
| | | | Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QPRD & adaptive quantization regression testsMichael Niedermayer2006-12-211-0/+12
| | | | Originally committed as revision 7340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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