summaryrefslogtreecommitdiff
path: root/tests/libav.regression.ref
Commit message (Collapse)AuthorAge
* tiff & sgi regression testMichael Niedermayer2007-04-06
| | | | Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* md5 test for the image formatsMichael Niedermayer2007-03-24
| | | | Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bmp and tga image regression testMichael Niedermayer2007-03-24
| | | | Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000l for me ive misstakely reverted the regression checksum change from ↵Michael Niedermayer2007-03-24
| | | | | | | | | | | | | | | | | | r8444 in r8486 how did i succeed doing such a ridiculously silly thing? well i think it happened like: 1. verifying that the regression tests pass with old resample2.c 2. updating the regressions to the new resample2.c ... failed svn complained 3. svn up 4. updating the regressions to the new resample2.c success (r8485) at that point everything was still ok 5. some more resample2.c work update regressions, read diff, commit (r8486) my misstake was that the svn up at point 3 was run in tests/ -> iam an idiot Originally committed as revision 8489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set more reasonable cutoff for audio rate conversionMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update resgression tests after the resampler changesMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy2007-03-18
| | | | | | | | | | | bring AC3 encoder output up to input volume level patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 8444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent audio packets from being fragmented, wmp mac doesnt seem to like ↵Michael Niedermayer2007-03-05
| | | | | | that and microshitty also doesnt seem to ever fragment them Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have the 2 redundant duration fields differ by the ↵Michael Niedermayer2007-03-05
| | | | | | preroll time so lets set them up like that too Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-05
| | | | Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* synchronize to latest ffm changesAlex Beregszaszi2007-02-23
| | | | Originally committed as revision 8092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-12
| | | | Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops forgot this one (increase preroll time to min of my asfs)Michael Niedermayer2007-02-12
| | | | Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the keyframe flag for audio as microshitty doesnt do it and some ↵Michael Niedermayer2007-02-12
| | | | | | things have problems with our asfs, maybe that has a positive effect? Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-09
| | | | | | add a few asserts Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-07
| | | | Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression tests due to pixel format name changesBaptiste Coudurier2007-02-07
| | | | Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update swf regression checksumMåns Rullgård2007-01-16
| | | | Originally committed as revision 7557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
| | | | | | | * Making DV codec release a buffer on exit * Flagging accepted pix_fmts for DV encoder Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier2007-01-09
| | | | Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct value for the test.Benjamin Larsson2007-01-01
| | | | Originally committed as revision 7398 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
* readjust dts if negativeBaptiste Coudurier2006-11-28
| | | | Originally committed as revision 7179 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
* disable nut regression test until we have a working muxerMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong ASF duration of generated filesBrian Brice2006-10-01
| | | | | | | | | | Patch by Brian Brice % bbrice AH newtek.com % Original thread: Message-ID: <451DA316.6060001@newtek.com> Date: Fri, 29 Sep 2006 17:49:58 -0500 Subject: [Ffmpeg-devel] [PATCH] ASF Duration Originally committed as revision 6407 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
* 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
* gxf regression testsBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6041 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
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-06
| | | | Originally committed as revision 5939 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
* update libav regression tests for r5449 (adpcm)Baptiste Coudurier2006-06-17
| | | | Originally committed as revision 5490 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
* 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
* 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
* 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
* 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
* 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