1. 12 Sep, 2005 3 commits
  2. 11 Sep, 2005 2 commits
  3. 05 Sep, 2005 1 commit
  4. 02 Sep, 2005 1 commit
  5. 30 Aug, 2005 2 commits
  6. 25 Jul, 2005 1 commit
  7. 18 Jul, 2005 2 commits
  8. 27 Jun, 2005 1 commit
  9. 03 Jun, 2005 2 commits
  10. 18 May, 2005 1 commit
  11. 14 May, 2005 2 commits
  12. 08 May, 2005 1 commit
  13. 05 May, 2005 1 commit
    • Justin Ruggles's avatar
      While adding stereo rematrixing, I came across something that needs to · 132041f0
      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
      132041f0
  14. 26 Apr, 2005 1 commit
  15. 25 Apr, 2005 1 commit
  16. 17 Apr, 2005 1 commit
  17. 15 Apr, 2005 1 commit
    • Michael Niedermayer's avatar
      store the number of runs to avoid storing the last run value · b44985ba
      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
      b44985ba
  18. 10 Apr, 2005 1 commit
  19. 09 Apr, 2005 1 commit
    • Michael Niedermayer's avatar
      increasing precission of the quantization parameter · a0a74ad9
      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
      a0a74ad9
  20. 05 Apr, 2005 2 commits
  21. 03 Apr, 2005 1 commit
  22. 23 Mar, 2005 4 commits
  23. 15 Mar, 2005 2 commits
  24. 22 Feb, 2005 1 commit
  25. 07 Feb, 2005 4 commits