1. 12 Apr, 2011 1 commit
  2. 07 Apr, 2011 1 commit
  3. 04 Apr, 2011 1 commit
  4. 03 Apr, 2011 1 commit
  5. 26 Mar, 2011 1 commit
  6. 23 Mar, 2011 1 commit
  7. 22 Mar, 2011 2 commits
  8. 17 Mar, 2011 1 commit
    • Mans Rullgard's avatar
      asf: update seek test reference · 487fef2d
      Mans Rullgard authored
      This updates the seek test reference to match de11ee90.  Before this
      change, most of the seeks requested positions before the supposed
      start of the file (the preroll time), resulting in the first packet
      being returned.  With the preroll subtracted, some of these seeks
      will land within the file and some beyond the end, thus returning
      a different set of packets.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      487fef2d
  9. 14 Mar, 2011 1 commit
    • Justin's avatar
      ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. · 323e6fea
      Justin authored
      This increases the accuracy of coefficients, leading to improved quality.
      Rescaling of the coefficients to full 25-bit accuracy is done rather than
      offsetting the exponent values. This requires coefficient scaling to be done
      before determining the rematrixing strategy. Also, the rematrixing strategy
      calculation must use 64-bit math to prevent overflow due to the higher
      precision coefficients.
      323e6fea
  10. 25 Feb, 2011 1 commit
  11. 24 Feb, 2011 2 commits
  12. 16 Feb, 2011 1 commit
  13. 15 Feb, 2011 1 commit
  14. 11 Feb, 2011 1 commit
  15. 02 Feb, 2011 1 commit
  16. 28 Jan, 2011 1 commit
  17. 26 Jan, 2011 1 commit
  18. 24 Jan, 2011 1 commit
  19. 22 Jan, 2011 2 commits
  20. 19 Jan, 2011 1 commit
  21. 14 Jan, 2011 1 commit
  22. 08 Jan, 2011 1 commit
  23. 05 Jan, 2011 1 commit
  24. 04 Jan, 2011 1 commit
  25. 29 Dec, 2010 1 commit
    • Justin Ruggles's avatar
      Change the default dB-per-bit code from 2 to 3. · ec44dd5f
      Justin Ruggles authored
      This gives slightly better quality in PEAQ tests.
      Code 3 gives a dBpb value of 2816 = -132dB (128 psd units = -6dB), which
      corresponds to 22 bits. Since the exponents have an offset applied, the
      16-bit source looks like 24-bit source to the bit allocation routine.
      So using dBpb code=3 is a closer match to the exponent range.
      
      Regression test refs updated for acodec-ac3, lavf-rm, and seek-ac3_rm.
      
      Originally committed as revision 26144 to svn://svn.ffmpeg.org/ffmpeg/trunk
      ec44dd5f
  26. 28 Dec, 2010 2 commits
  27. 21 Dec, 2010 1 commit
  28. 18 Dec, 2010 3 commits
  29. 14 Dec, 2010 2 commits
  30. 07 Dec, 2010 1 commit
  31. 29 Nov, 2010 1 commit
  32. 28 Nov, 2010 1 commit
  33. 16 Nov, 2010 1 commit