1. 06 Jan, 2014 2 commits
    • Anton Khirnov's avatar
      4xm: replace forcing EMU_EDGE by a copy · fe80fa53
      Anton Khirnov authored
      The decoder currently sets CODEC_FLAG_EMU_EDGE and relies on
      get_buffer2() to always provide buffers with linesize == 2 * width.
      This is wrong, since we place no such restriction on get_buffer2()
      implementations.
      
      Fix this by decoding into internal buffers and copying them to output
      frames. Since this is a very obscure decoder, the performance hit should
      not be an issue.
      fe80fa53
    • Anton Khirnov's avatar
      4xm: return a proper error code. · fffca3d2
      Anton Khirnov authored
      fffca3d2
  2. 03 Oct, 2013 1 commit
  3. 23 Jul, 2013 1 commit
  4. 12 Jun, 2013 11 commits
  5. 15 May, 2013 1 commit
  6. 08 Mar, 2013 1 commit
  7. 23 Feb, 2013 1 commit
  8. 23 Jan, 2013 1 commit
  9. 06 Jan, 2013 4 commits
  10. 23 Dec, 2012 1 commit
  11. 20 Dec, 2012 1 commit
  12. 04 Dec, 2012 2 commits
  13. 08 Oct, 2012 1 commit
  14. 07 Aug, 2012 1 commit
  15. 29 Apr, 2012 1 commit
  16. 28 Mar, 2012 1 commit
  17. 15 Feb, 2012 2 commits
  18. 10 Feb, 2012 1 commit
  19. 28 Jan, 2012 1 commit
  20. 05 Jan, 2012 5 commits