summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* 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
* second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-29
| | | | Originally committed as revision 4785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont discard least significant bitsMichael Niedermayer2005-12-25
| | | | Originally committed as revision 4773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly better mv_penalty tableMichael Niedermayer2005-12-24
| | | | Originally committed as revision 4770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor typoMichael Niedermayer2005-12-23
| | | | Originally committed as revision 4767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-22
| | | | | | this only affects encoding with bframes and rate control Originally committed as revision 4765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updated regression referenceAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4699 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
* make ffserver regressions work againAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -e debug=off, unsupported my some wget versions (1.9), and doesnt ↵Alex Beregszaszi2005-11-13
| | | | | | makes any difference Originally committed as revision 4690 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
* Add some files generated by regression tests.Diego Biurrun2005-09-21
| | | | Originally committed as revision 4605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the people want lower case ...Michael Niedermayer2005-09-12
| | | | Originally committed as revision 4592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4587 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
* set a few variables correctlyMichael Niedermayer2005-09-05
| | | | Originally committed as revision 4560 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
* optimizationsMichael Niedermayer2005-08-30
| | | | | | | | dc coeff rounding fix class=3 num of bits fix do interlaced check & idct only if CODEC_FLAG_INTERLACED_DCT Originally committed as revision 4542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression tests for dvMichael Niedermayer2005-08-30
| | | | Originally committed as revision 4541 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
* enabling ffserver regression testsMichael Niedermayer2005-07-18
| | | | | | note, none of the files is playable but this test should help against further breakage unless of course the checksums depend upon something they shouldnt Originally committed as revision 4456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver segfault & other fatal failure fixesMichael Niedermayer2005-07-18
| | | | Originally committed as revision 4454 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
* fix mpeg2 chroma_420_typeMichael Niedermayer2005-05-18
| | | | Originally committed as revision 4274 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
* #defines for strict_std_compliance and split between inofficial extensions ↵Michael Niedermayer2005-05-08
| | | | | | and non standarized things Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* While adding stereo rematrixing, I came across something that needs toJustin Ruggles2005-05-05
| | | | | | | | | | | | | | be fixed even without adding the feature. The output correctly uses 4 dummy values for the rematrixing flags in block-0, but the bit allocation routine does not take these bits into account. From what I can tell, there was a patch in 2003 that corrected the output to make it DVD and spec compatible, but it didn't correct the bit allocation. It's only 4 bits over the entire 6 blocks, so overflow errors would happen rarely or never, but it's still worth fixing. So here is a fix. patch by (Justin Ruggles {jruggle earthlink net) Originally committed as revision 4179 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
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink netYartrebo2005-04-17
| | | | Originally committed as revision 4132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store the number of runs to avoid storing the last run valueMichael Niedermayer2005-04-15
| | | | | | | | about 10% lower bitrate for -qscale 32 (forman & some music video) worst case bitrate increase <0.1% (lossless or low qscale) and now the bad news, even though this just adds a single subtraction and an if() into the medium sized unpack_coeffs() loop and the if() will only be false once per unpac_coeff() call, gcc produces 50% slower code, i didnt look at the generated asm yet, not sure if i want to ... Originally committed as revision 4131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale coefficients during IDWT, that way the lifting steps are much ↵Michael Niedermayer2005-04-10
| | | | | | simpler and faster Originally committed as revision 4119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increasing precission of the quantization parameterMichael Niedermayer2005-04-09
| | | | | | | this is needed as the quantization stepsize for each subband is also in this precission and insignificant changes to the wavelet like scaling its coefficients slightly differently would lead to wildly variing PSNR and bitrate note, a encoder could also simply choose to leave the least significant bits of the quantization parameters zero which would give the exact previous behaviour except a y very tiny number of bits in the header Originally committed as revision 4115 to svn://svn.ffmpeg.org/ffmpeg/trunk