1. 04 Dec, 2012 1 commit
  2. 16 Aug, 2012 1 commit
  3. 07 Aug, 2012 1 commit
  4. 31 Jul, 2012 1 commit
    • Nicolas George's avatar
      sp5xdec: sanitize return value. · b2814b03
      Nicolas George authored
      i is the decoded size of a recoded packet, which is larger
      than the original packet. Assume that if decoding succeeded,
      all the packet was used.
      b2814b03
  5. 17 Jun, 2012 1 commit
  6. 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
  7. 21 Apr, 2012 1 commit
  8. 06 Apr, 2012 1 commit
  9. 29 Jul, 2011 1 commit
  10. 20 Jul, 2011 1 commit
  11. 02 Jun, 2011 1 commit
  12. 29 May, 2011 1 commit
  13. 29 Apr, 2011 1 commit
  14. 28 Apr, 2011 1 commit
  15. 21 Apr, 2011 1 commit
  16. 19 Mar, 2011 1 commit
  17. 28 Jan, 2011 1 commit
  18. 26 Jan, 2011 1 commit
  19. 25 Aug, 2010 1 commit
  20. 07 Jul, 2010 1 commit
  21. 20 Apr, 2010 1 commit
  22. 30 Mar, 2010 1 commit
  23. 05 Jun, 2009 1 commit
  24. 03 May, 2009 1 commit
  25. 07 Apr, 2009 1 commit
  26. 01 Feb, 2009 1 commit
  27. 12 Jun, 2008 1 commit
  28. 27 Apr, 2008 1 commit
  29. 09 Mar, 2008 1 commit
  30. 01 Feb, 2008 1 commit
  31. 13 Oct, 2007 1 commit
    • Vladimir Voroshilov's avatar
      Fix MJPEG decoder for AMV files. · 3c3704d2
      Vladimir Voroshilov authored
      Since decoding is doing from the end and aligned by 16
      previous code worked correctly only when picture height was dividable by 16,
      otherwise it provides garbage in top lines and truncates bottom.
      New code adjusts data[] pointers taking in account alignment issue.
      
      Originally committed as revision 10727 to svn://svn.ffmpeg.org/ffmpeg/trunk
      3c3704d2
  32. 29 Sep, 2007 1 commit
  33. 02 Jun, 2007 1 commit
  34. 19 May, 2007 1 commit