1. 01 Jul, 2011 1 commit
  2. 30 Jun, 2011 1 commit
  3. 29 Jun, 2011 1 commit
  4. 28 Jun, 2011 4 commits
  5. 20 Jun, 2011 1 commit
  6. 14 Jun, 2011 1 commit
  7. 02 Jun, 2011 1 commit
  8. 23 May, 2011 2 commits
  9. 18 May, 2011 1 commit
  10. 14 May, 2011 1 commit
  11. 13 May, 2011 1 commit
  12. 12 May, 2011 1 commit
  13. 11 May, 2011 1 commit
    • Ronald S. Bultje's avatar
      swscale: fix YUV420P 9/10bit support. · c8f487de
      Ronald S. Bultje authored
      Fix handling of input if not in native endianness, and add support for
      9/10-bit output. This allows us to force endianness of YUV420P 9/10bit
      in the H264/10bit fate tests, which should fix them on big-endian
      systems.
      c8f487de
  14. 10 May, 2011 2 commits
  15. 04 May, 2011 1 commit
  16. 29 Apr, 2011 1 commit
  17. 28 Apr, 2011 4 commits
  18. 26 Apr, 2011 1 commit
  19. 17 Apr, 2011 1 commit
  20. 12 Apr, 2011 1 commit
  21. 07 Apr, 2011 1 commit
  22. 04 Apr, 2011 1 commit
  23. 03 Apr, 2011 1 commit
  24. 26 Mar, 2011 1 commit
  25. 23 Mar, 2011 1 commit
  26. 22 Mar, 2011 2 commits
  27. 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
  28. 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
  29. 25 Feb, 2011 1 commit
  30. 24 Feb, 2011 2 commits