1. 21 Oct, 2011 3 commits
  2. 30 Sep, 2011 1 commit
  3. 25 Sep, 2011 2 commits
  4. 14 Aug, 2011 1 commit
  5. 27 Jul, 2011 1 commit
  6. 21 Jul, 2011 3 commits
  7. 20 Jul, 2011 1 commit
  8. 16 Jul, 2011 1 commit
  9. 05 Jul, 2011 1 commit
  10. 21 Jun, 2011 1 commit
  11. 14 Jun, 2011 1 commit
  12. 07 Jun, 2011 1 commit
  13. 19 May, 2011 2 commits
  14. 10 May, 2011 1 commit
    • Oskar Arvidsson's avatar
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 19a0729b
      Oskar Arvidsson authored
      This patch lets e.g. dsputil_init chose dsp functions with respect to
      the bit depth to decode. The naming scheme of bit depth dependent
      functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
      clear_blocks_c is now named clear_blocks_8_c).
      
      Note: Some of the functions for high bit depth is not dependent on the
      bit depth, but only on the pixel size. This leaves some room for
      optimizing binary size.
      
      Preparatory patch for high bit depth h264 decoding support.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      19a0729b
  15. 04 May, 2011 1 commit
  16. 12 Apr, 2011 1 commit
    • Alex Converse's avatar
      Convert some undefined 1<<31 shifts into 1U<<31. · 187a5379
      Alex Converse authored
      According to ISO 9899:1999 S 6.5.7/4:
      
      The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits
      are filled with zeros. If E1 has an unsigned type, the value of the
      result is E1× 2^E2, reduced modulo one more than the maximum value
      representable in the result type. If E1 has a signed type and
      nonnegative value, and E1× 2^E2 is representable in the result type, then
      that is the resulting value; otherwise, the behavior is undefined.
      187a5379
  17. 10 Apr, 2011 1 commit
    • Oskar Arvidsson's avatar
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 8dbe5856
      Oskar Arvidsson authored
      This patch lets e.g. dsputil_init chose dsp functions with respect to
      the bit depth to decode. The naming scheme of bit depth dependent
      functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
      clear_blocks_c is now named clear_blocks_8_c).
      
      Note: Some of the functions for high bit depth is not dependent on the
      bit depth, but only on the pixel size. This leaves some room for
      optimizing binary size.
      
      Preparatory patch for high bit depth h264 decoding support.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      8dbe5856
  18. 19 Mar, 2011 1 commit
  19. 08 Mar, 2011 1 commit
  20. 07 Mar, 2011 1 commit
  21. 22 Feb, 2011 3 commits
  22. 21 Feb, 2011 3 commits
  23. 18 Feb, 2011 4 commits
  24. 17 Feb, 2011 2 commits
  25. 04 Feb, 2011 1 commit
  26. 02 Feb, 2011 1 commit