summaryrefslogtreecommitdiff
path: root/tests/rotozoom.regression.ref
Commit message (Collapse)AuthorAge
* merge fragmented mpeg4adv section in regression.shMåns Rullgård2007-01-14
| | | | Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-02
| | | | | | this makes frames a few bytes smaller (0.1% for high bitrate but >1% for low bitrates) Originally committed as revision 7401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-28
| | | | | | in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>. Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-22
| | | | | | slight PSNR/bitrate increase Originally committed as revision 7361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change mpeg2 intra vlc test to advanced one, add qprd trell and b framesBaptiste Coudurier2006-12-21
| | | | Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use qscale_table in adaptive quantMichael Niedermayer2006-12-21
| | | | | | some PSNR/bitrate improvement for adaptive quant Originally committed as revision 7346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is ↵Michael Niedermayer2006-12-21
| | | | | | skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) Originally committed as revision 7343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-21
| | | | | | | | some PSNR/bitrate gain if adaptive quant is used initalize qscale_table correctly (it was pretty much random since the qp->lambda change) this probably has not much effect as the table isnt used currently IIRC Originally committed as revision 7342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-21
| | | | | | some PSNR/bitrate gain for b frames with adaptive quant or QPRD Originally committed as revision 7341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QPRD & adaptive quantization regression testsMichael Niedermayer2006-12-21
| | | | Originally committed as revision 7340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-20
| | | | Originally committed as revision 7334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-11
| | | | Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-01
| | | | | | this has pretty much no quality or speed effect except very small random changes Originally committed as revision 7202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-30
| | | | | | | +0.01 PSNR idea from x264 Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-23
| | | | | | | | | | patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36 PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 7160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer2006-11-22
| | | | | | probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
| | | | | | [ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace MULL by MULH + shift in dct32() (code is very slightly faster, and ↵Michael Niedermayer2006-08-22
| | | | | | the compiler should be able to optimize the shift away on 64bit archs) Originally committed as revision 6045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
| | | | | | umovimus at gmail dot com Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update rotozoom regression ref after patches r5945-r5950Baptiste Coudurier2006-08-11
| | | | Originally committed as revision 5982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add header info to flv format based on a patch by (Philipp Klaus ↵Michael Niedermayer2006-07-17
| | | | | | >ffmpegdevel ad pylonsoft mot ch ) Originally committed as revision 5779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-02
| | | | | | 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
* flacenc - rice param search patch by (Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-27
| | | | | | | | | | | | | | | | | | | | | | | 1) search for optimal rice parameters and partition order. i also modified the stereo method estimation to use this to calculate estimated bit count instead of using just the pure sums. 2) search for the best fixed prediction order 3) constant subframe mode (good for encoding silence) Note that the regression test for the decoded wav file also changed. This is due to FFmpeg's FLAC decoder truncating the file, which it did before anyway...just at a different cutoff point. The generated FLAC files are still 100% lossless. With this update, FFmpeg's FLAC encoder has speed and compression somewhere between "flac -1" and "flac -2". On my machine, it's about 15% faster than "flac -2", and about 10% slower than "flac -1". The encoding parameters are identical to "flac -2" (fixed predictors, 1152 blocksize, partition order 0 to 3). Originally committed as revision 5536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)Michael Niedermayer2006-06-26
| | | | Originally committed as revision 5528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac regression testMichael Niedermayer2006-06-24
| | | | Originally committed as revision 5515 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
* 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
* 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
* 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
* 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
* 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
* 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
* jpeg-ls regression testMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4925 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