1. 19 6月, 2014 1 次提交
  2. 15 6月, 2014 1 次提交
  3. 20 3月, 2014 6 次提交
  4. 13 3月, 2014 1 次提交
  5. 29 8月, 2013 1 次提交
  6. 13 3月, 2013 1 次提交
  7. 26 2月, 2013 1 次提交
  8. 06 2月, 2013 2 次提交
  9. 23 1月, 2013 2 次提交
  10. 20 12月, 2012 1 次提交
  11. 16 8月, 2012 2 次提交
  12. 18 7月, 2012 1 次提交
  13. 23 4月, 2012 1 次提交
    • M
      lowres2 support. · 70d54392
      Michael Niedermayer 提交于
      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: NMichael Niedermayer <michaelni@gmx.at>
      70d54392
  14. 22 4月, 2012 1 次提交
  15. 16 2月, 2012 2 次提交
  16. 30 9月, 2011 1 次提交
  17. 22 7月, 2011 2 次提交
  18. 21 7月, 2011 1 次提交
  19. 16 7月, 2011 1 次提交
  20. 10 5月, 2011 1 次提交
    • O
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 19a0729b
      Oskar Arvidsson 提交于
      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: NRonald S. Bultje <rsbultje@gmail.com>
      19a0729b
  21. 11 4月, 2011 1 次提交
    • O
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 8dbe5856
      Oskar Arvidsson 提交于
      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: NMichael Niedermayer <michaelni@gmx.at>
      8dbe5856
  22. 19 3月, 2011 1 次提交
  23. 19 2月, 2011 1 次提交
  24. 18 2月, 2011 1 次提交
  25. 08 9月, 2010 2 次提交
  26. 04 9月, 2010 1 次提交
  27. 25 8月, 2010 1 次提交
  28. 27 6月, 2010 1 次提交
  29. 07 3月, 2010 1 次提交