1. 03 Oct, 2015 1 commit
  2. 02 Oct, 2015 1 commit
  3. 25 Sep, 2014 1 commit
  4. 06 Aug, 2014 1 commit
  5. 18 Jul, 2014 2 commits
  6. 10 Jul, 2014 1 commit
  7. 08 Jul, 2014 2 commits
  8. 19 Jun, 2014 1 commit
  9. 13 Nov, 2013 1 commit
  10. 19 Apr, 2013 1 commit
  11. 13 Mar, 2013 1 commit
  12. 25 Feb, 2013 1 commit
  13. 24 Feb, 2013 1 commit
  14. 05 Feb, 2013 2 commits
  15. 23 Jan, 2013 3 commits
  16. 09 Oct, 2012 1 commit
  17. 09 Sep, 2012 1 commit
  18. 22 Apr, 2012 1 commit
    • Michael Niedermayer's avatar
      lowres2 support. · 70d54392
      Michael Niedermayer authored
      The new lowres support is limited to decoders where lowres decoding
      is possible in high quality.
      I was not able to measure any speed difference, but if one is found
      the 2-3 lines that might affect speed can be made compile time conditional
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      70d54392
  19. 21 Apr, 2012 1 commit
  20. 26 Mar, 2012 1 commit
  21. 15 Feb, 2012 2 commits
  22. 21 Jul, 2011 2 commits
  23. 20 Jul, 2011 1 commit
  24. 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
  25. 01 May, 2011 1 commit
  26. 27 Apr, 2011 1 commit
  27. 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
  28. 19 Mar, 2011 1 commit
  29. 18 Jan, 2011 1 commit
  30. 17 Jan, 2011 1 commit
  31. 26 Jun, 2010 1 commit
  32. 16 Mar, 2010 2 commits