1. 14 Dec, 2016 1 commit
  2. 11 Sep, 2016 1 commit
  3. 21 Jun, 2016 1 commit
  4. 25 Mar, 2016 1 commit
  5. 16 Dec, 2015 1 commit
  6. 31 May, 2015 1 commit
  7. 14 May, 2015 1 commit
  8. 15 Mar, 2015 1 commit
  9. 14 Mar, 2015 1 commit
  10. 28 Nov, 2014 1 commit
  11. 10 Jun, 2014 1 commit
  12. 06 Jan, 2014 1 commit
  13. 29 Aug, 2013 1 commit
  14. 30 Apr, 2013 3 commits
  15. 10 Apr, 2013 1 commit
  16. 19 Feb, 2013 1 commit
  17. 05 Feb, 2013 1 commit
  18. 24 Jan, 2013 1 commit
  19. 23 Jan, 2013 1 commit
  20. 12 Nov, 2012 1 commit
  21. 12 Jun, 2012 1 commit
  22. 08 Jun, 2012 1 commit
  23. 15 Feb, 2012 2 commits
  24. 07 Dec, 2011 1 commit
  25. 21 Oct, 2011 3 commits
  26. 14 Aug, 2011 1 commit
  27. 21 Jul, 2011 1 commit
  28. 14 Jun, 2011 1 commit
  29. 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
  30. 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
  31. 19 Mar, 2011 1 commit
  32. 18 Feb, 2011 2 commits
  33. 08 Sep, 2010 2 commits