summaryrefslogtreecommitdiff
path: root/tests/libav.regression.ref
Commit message (Collapse)AuthorAge
* 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
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09
| | | | Originally committed as revision 4967 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
* >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
* 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
* 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
* 10l to michael not updating this after changing crc to output 0x prefixes ↵Alex Beregszaszi2005-11-13
| | | | | | (crc.c rev 1.10) Originally committed as revision 4696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a leading zero to the sequence files generated by the testsuiteSam Hocevar2005-09-21
| | | | | | | 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
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ↵Michael Niedermayer2005-09-11
| | | | | | ...) Originally committed as revision 4584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forward_ptr doesnt contain its own length anymoreMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to commit this after dv changesMichael Niedermayer2005-09-02
| | | | Originally committed as revision 4544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yamaha adpcm regression testMichael Niedermayer2005-07-25
| | | | Originally committed as revision 4473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut prefers extradata style global headersMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts regression testMichael Niedermayer2005-06-03
| | | | Originally committed as revision 4352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix stream classMichael Niedermayer2005-06-03
| | | | | | fix a infinite loop on corrupted streams Originally committed as revision 4344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffm.c rev 1.39+Michael Niedermayer2005-05-14
| | | | Originally committed as revision 4243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round duration up in movMichael Niedermayer2005-05-14
| | | | Originally committed as revision 4242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds read probe to y4m, and changes the extension to .y4m patch by (Roine ↵Roine Gustafsson2005-04-26
| | | | | | Gustafsson <roine users sourceforge net) Originally committed as revision 4164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ↵Calcium2005-03-23
| | | | | | or jp) Originally committed as revision 4073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix time stored in movMichael Niedermayer2005-03-23
| | | | | | based upon 23_fix_timestamp_in_mov.patch by (Calcium | calcium nurs or jp) Originally committed as revision 4067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix a few minor values in the mp4/mov muxerMichael Niedermayer2005-03-23
| | | | Originally committed as revision 4063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_size fixMichael Niedermayer2005-03-15
| | | | Originally committed as revision 4043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch MPEG4 fourcc to FMP4Michael Niedermayer2005-02-22
| | | | Originally committed as revision 3972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum change due to (don't crash on null codec patch which changed the ↵Michael Niedermayer2005-02-07
| | | | | | stored length of the compressor name, movenc.c 1.28->1.29) Originally committed as revision 3950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* max/avg bitrate change (movenc.c 1.25->1.26)Michael Niedermayer2005-02-07
| | | | Originally committed as revision 3948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test checksum change due to the mov header field and compressor ↵Michael Niedermayer2005-02-07
| | | | | | name patch (movenc.c 1.24->1.25) Originally committed as revision 3946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing the 1.52->1.53 change (handle fixed sample_size patch)Michael Niedermayer2005-02-07
| | | | | | as this patch has been removed from mov.c in the 1.61->1.62 change Originally committed as revision 3942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dithering for the mpeg audio decoderMichael Niedermayer2005-01-30
| | | | Originally committed as revision 3903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg style yuv fixesMichael Niedermayer2005-01-20
| | | | Originally committed as revision 3852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle fixed sample_size patch by Roine Gustafsson <roine AT ↵Roine Gustafsson2005-01-12
| | | | | | users.sourceforge.net> Originally committed as revision 3828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Writes correct unknown aspectRoine Gustafsson2005-01-04
| | | | | | | | - Adds read and write support for yuv422p and yuv444p - New parser will read all well-formed YUV4MPEG2 stream headers patch by (Roine Gustafsson <roine users.sourceforge net>) Originally committed as revision 3800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm encoding fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some codec_id values so that new ones can be added at the end of the ↵Michael Niedermayer2004-11-28
| | | | | | subsets without breaking binary compatibility Originally committed as revision 3719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fake regression errors caused by randomly choosen dct algoMichael Niedermayer2004-11-22
| | | | Originally committed as revision 3703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbr audio muxing fixMichael Niedermayer2004-11-06
| | | | Originally committed as revision 3661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot ↵Wolfram Gloger2004-10-25
| | | | | | uni-muenchen dot de>) Originally committed as revision 3636 to svn://svn.ffmpeg.org/ffmpeg/trunk