summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* update libav regression tests for r5449 (adpcm)Baptiste Coudurier2006-06-17
| | | | Originally committed as revision 5490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regression tests for r5449 (adpcm)Loren Merritt2006-06-14
| | | | Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in ↵Loren Merritt2006-05-30
| | | | | | iterative motion estimation. Originally committed as revision 5427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow multiple reference framesLoren Merritt2006-05-28
| | | | | | (bitstream is not backwards compatible, even if refs aren't used) Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow 1pass ratecontrolLoren Merritt2006-05-28
| | | | Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-26
| | | | Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer2006-05-18
| | | | Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
| | | | Originally committed as revision 5328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix samples to bytes relation.Benjamin Larsson2006-04-24
| | | | Originally committed as revision 5314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.Benjamin Larsson2006-04-10
| | | | Originally committed as revision 5281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests to match changed output of AC3 encoderCorey Hickey2006-04-07
| | | | | | (ac3enc.c r1.30) Originally committed as revision 5275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reenable NUT and NUT regression tests as requested by Michael.Diego Biurrun2006-03-17
| | | | 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-17
| | | | Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seed iterative_me with mvs from conventional search.Loren Merritt2006-03-13
| | | | | | +15% speed, +.1 dB Originally committed as revision 5159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffserver regression tests:Aurelien Jacobs2006-03-09
| | | | | | | | | - really produce readable files (instead of 0 byte files or headers only) - use bitexact, fastint dct, simple idct and qscale - gives consistent results across several archs - still fails on altivec ppc Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVCPRO50 support.Daniel Maas2006-03-06
| | | | | | Patch by Daniel Maas dmaas at maasdigital dot com Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing total_framesMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-03-02
| | | | Originally committed as revision 5098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute output format before setting language patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-02
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -loop was renamed to -loop_inputAurelien Jacobs2006-02-28
| | | | Originally committed as revision 5078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas2006-02-28
| | | | | | | | method defined by SMPTE Patch by Dan Maas Originally committed as revision 5074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas2006-02-27
| | | | | | | | performance impact is less than 1%. Patch by Dan Maas (dmaas at maasdigital dot com) Originally committed as revision 5070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't try to test streams which are commented out in test.confAurelien Jacobs2006-02-26
| | | | Originally committed as revision 5068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-25
| | | | | | | | | | | | | | | values), so the comparison with vs_total_ac_bits is messed up on the first couple loop iterations, leading to AC underflows. the b->prev[] pointers were not being maintained correctly. We potentially have to update b->prev[] both before and after the area whose VLC length is getting adjusted. this also might fix the ppc regression failure? patch by (Dan Maas <dmaas maasdigital com>) Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use BSD-compatible expr syntax and change test -ne to test != for portability.Diego Biurrun2006-02-24
| | | | Originally committed as revision 5060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get ride of perl and sort in ffserver regtest (and avoid problem with ↵Aurelien Jacobs2006-02-23
| | | | | | behavior of sort changing with locales) Originally committed as revision 5058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ffserver.regression.ref to the actual md5 valuesAurelien Jacobs2006-02-23
| | | | Originally committed as revision 5057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ffserver regtest inconsistency between different arch (and even ↵Aurelien Jacobs2006-02-23
| | | | | | different kind of x86) Originally committed as revision 5056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-23
| | | | Originally committed as revision 5055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing dv_guess_qnos()Michael Niedermayer2006-02-23
| | | | | | roman, dont hesitate to reverse this and solve it differntly if you want ... Originally committed as revision 5053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09
| | | | Originally committed as revision 4967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg-ls regression testMichael Niedermayer2006-02-02
| | | | 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-02
| | | | Originally committed as revision 4924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid using non constant fields of AVCodecContext in avi muxerMichael Niedermayer2006-01-25
| | | | Originally committed as revision 4897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the wrongly commited regressions stuff for psp compatible mp4 files.Benjamin Larsson2006-01-24
| | | | Originally committed as revision 4890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for title field in PSP compatible mp4 files. Patch byBenjamin Larsson2006-01-24
| | | | | | 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-23
| | | | Originally committed as revision 4888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)Michael Niedermayer2006-01-23
| | | | Originally committed as revision 4886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix convergence of snow iterative_meLoren Merritt2006-01-21
| | | | Originally committed as revision 4876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect when iterative_me fails to converge, and stop searchingLoren Merritt2006-01-19
| | | | Originally committed as revision 4868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split snow53 test outMichael Niedermayer2006-01-14
| | | | Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2006-01-13
| | | | | | | | | patch by Robert Swain. probably this change is caused by the flags2 default change why ohh why does noone run the regression tests before cvs commit :( Originally committed as revision 4845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bugs found by valgrindMichael Niedermayer2006-01-12
| | | | Originally committed as revision 4841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing second last time François Revol applies a patch without running the ↵Michael Niedermayer2006-01-08
| | | | | | | | | | | regression tests, next time his account is disabled Note, if you think thats too harsh, look at the cvs history he has broken the regression tests many times and has not once updated the checksums ... regression test checksum change due to: movenc.c 1.46->1.47 "finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track" Originally committed as revision 4826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-08
| | | | Originally committed as revision 4824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use h264 MC functions for rectangular blocks tooMichael Niedermayer2006-01-07
| | | | Originally committed as revision 4821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for iterative ME & wavelet cmp functionsMichael Niedermayer2006-01-07
| | | | Originally committed as revision 4820 to svn://svn.ffmpeg.org/ffmpeg/trunk