1. 23 Jan, 2013 3 commits
  2. 09 Sep, 2012 1 commit
  3. 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
  4. 21 Apr, 2012 1 commit
  5. 15 Feb, 2012 1 commit
  6. 21 Jul, 2011 2 commits
  7. 20 Jul, 2011 1 commit
  8. 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
  9. 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
  10. 19 Mar, 2011 1 commit
  11. 08 Mar, 2010 1 commit
  12. 18 Jan, 2009 4 commits
  13. 03 Dec, 2008 1 commit
  14. 09 May, 2008 1 commit
  15. 16 May, 2007 1 commit
  16. 07 Oct, 2006 1 commit
  17. 12 Jan, 2006 1 commit
  18. 17 Dec, 2005 1 commit
  19. 30 Dec, 2003 1 commit
    • Michael Niedermayer's avatar
      interlaced motion estimation · bb198e19
      Michael Niedermayer authored
      interlaced mpeg2 encoding
        P & B frames
        rate distored interlaced mb decission
        alternate scantable support
      4mv encoding fixes (thats also why the regression tests change)
      passing height to most dsp functions
      interlaced mpeg4 encoding (no direct mode MBs yet)
      various related cleanups
      disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed
      
      Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
      bb198e19
  20. 13 Sep, 2003 1 commit
  21. 29 Jun, 2003 1 commit
  22. 21 Jun, 2003 1 commit
  23. 03 Mar, 2003 1 commit
  24. 10 Jan, 2003 1 commit
  25. 27 Nov, 2002 1 commit
  26. 11 Nov, 2002 1 commit
  27. 11 Oct, 2002 1 commit
  28. 29 Sep, 2002 1 commit
  29. 13 Sep, 2002 2 commits
  30. 29 Jul, 2002 1 commit
  31. 13 Jul, 2002 2 commits
  32. 05 Jul, 2002 1 commit