- 11 Sep, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Sep, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4560 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Sep, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4544 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2005 2 commits
-
-
Michael Niedermayer authored
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
-
Michael Niedermayer authored
Originally committed as revision 4541 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jul, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4473 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jul, 2005 2 commits
-
-
Michael Niedermayer authored
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
-
Michael Niedermayer authored
Originally committed as revision 4454 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jun, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4396 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2005 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4352 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fix a infinite loop on corrupted streams Originally committed as revision 4344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 May, 2005 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4243 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 4242 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 May, 2005 1 commit
-
-
Michael Niedermayer authored
#defines for strict_std_compliance and split between inofficial extensions and non standarized things Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 May, 2005 1 commit
-
-
Justin Ruggles authored
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
-
- 26 Apr, 2005 1 commit
-
-
Roine Gustafsson authored
Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) Originally committed as revision 4164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Apr, 2005 1 commit
-
-
Yartrebo authored
Originally committed as revision 4132 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
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
-
- 10 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4119 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
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
-
- 05 Apr, 2005 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 4107 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Mar, 2005 4 commits
-
-
Calcium authored
Originally committed as revision 4073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Calcium authored
Originally committed as revision 4070 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
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
-
Michael Niedermayer authored
Originally committed as revision 4063 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Mar, 2005 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4043 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 4042 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Feb, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3972 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Feb, 2005 5 commits
-
-
Michael Niedermayer authored
checksum change due to (don't crash on null codec patch which changed the stored length of the compressor name, movenc.c 1.28->1.29) Originally committed as revision 3950 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3948 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3947 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
regression test checksum change due to the mov header field and compressor name patch (movenc.c 1.24->1.25) Originally committed as revision 3946 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
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
-
- 01 Feb, 2005 3 commits
-
-
Michael Niedermayer authored
additionally compare the mp2 case with some delay as this matches better (the delay issue obviously should be fixed) Originally committed as revision 3922 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3913 to svn://svn.ffmpeg.org/ffmpeg/trunk
-