1. 07 Aug, 2012 1 commit
  2. 29 Jul, 2012 1 commit
    • Mans Rullgard's avatar
      eamad/eatgq/eatqi: call special EA IDCT directly · f3eb0083
      Mans Rullgard authored
      These decoders use a special non-MPEG2 IDCT.  Call it directly
      instead of going through dsputil.  There is never any reason
      to use a regular IDCT with these decoders or to use the EA IDCT
      with other codecs.
      
      This also fixes the bizarre situation of eamad and eatqi decoding
      incorrectly if eatgq is disabled.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      f3eb0083
  3. 23 May, 2012 1 commit
  4. 06 Apr, 2012 1 commit
  5. 22 Mar, 2012 1 commit
  6. 15 Feb, 2012 1 commit
  7. 01 Feb, 2012 1 commit
  8. 17 Jan, 2012 1 commit
    • Reimar Döffinger's avatar
      Add and use av_fast_padded_malloc. · 3b55429d
      Reimar Döffinger authored
      The same as av_fast_malloc but uses av_mallocz and keeps extra
      always-0 padding.
      This does not mean the memory will be 0-initialized after each call,
      but actually only after each growth of the buffer.
      However this makes sure that
      a) all data anywhere in the buffer is always initialized
      b) the padding is always 0
      c) the user does not have to bother with adding the padding themselves
      Fixes another valgrind warning about use of uninitialized data,
      this time with fate-vsynth1-jpegls.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      3b55429d
  9. 19 Dec, 2011 1 commit
  10. 29 Jul, 2011 1 commit
  11. 15 Jul, 2011 1 commit
  12. 19 Mar, 2011 1 commit
  13. 28 Jan, 2011 1 commit
  14. 26 Jan, 2011 1 commit
  15. 20 Apr, 2010 1 commit
  16. 30 Mar, 2010 1 commit
  17. 06 Mar, 2010 1 commit
  18. 22 Jan, 2010 1 commit
  19. 24 May, 2009 1 commit
  20. 13 Apr, 2009 1 commit
  21. 12 Apr, 2009 3 commits
  22. 07 Apr, 2009 1 commit
  23. 08 Feb, 2009 1 commit
  24. 05 Feb, 2009 1 commit