1. 03 Oct, 2013 1 commit
  2. 29 Sep, 2013 1 commit
  3. 28 Sep, 2013 1 commit
  4. 24 Sep, 2013 1 commit
  5. 07 Aug, 2013 1 commit
  6. 27 Jun, 2013 1 commit
  7. 30 May, 2013 1 commit
  8. 25 May, 2013 1 commit
  9. 15 May, 2013 2 commits
  10. 19 Apr, 2013 1 commit
  11. 05 Apr, 2013 1 commit
  12. 27 Mar, 2013 1 commit
  13. 19 Mar, 2013 1 commit
  14. 13 Mar, 2013 1 commit
  15. 11 Mar, 2013 1 commit
  16. 09 Mar, 2013 1 commit
  17. 08 Mar, 2013 2 commits
  18. 27 Feb, 2013 1 commit
  19. 16 Feb, 2013 1 commit
  20. 15 Feb, 2013 1 commit
  21. 08 Feb, 2013 2 commits
  22. 30 Jan, 2013 1 commit
  23. 26 Jan, 2013 2 commits
  24. 23 Jan, 2013 1 commit
  25. 23 Dec, 2012 1 commit
  26. 20 Dec, 2012 1 commit
  27. 18 Dec, 2012 1 commit
    • Janne Grunau's avatar
      mpegvideo: allocate scratch buffers after linesize is known · f1d8763a
      Janne Grunau authored
      Since we can't know which stride a custom get_buffer() implementation is
      going to use we have to allocate this scratch buffers after the linesize
      is known. It was pretty safe for 8 bit per pixel pixel formats since we
      always allocated memory for up to 16 bits per pixel. It broke hoever
      with cmdutis.c's alloc_buffer() and high pixel bit depth since it
      allocated larger edges than mpegvideo expected.
      
      Fixes fuzzed sample nasa-8s2.ts_s244342.
      f1d8763a
  28. 16 Dec, 2012 1 commit
  29. 15 Dec, 2012 2 commits
  30. 12 Dec, 2012 1 commit
  31. 05 Dec, 2012 2 commits
  32. 18 Nov, 2012 1 commit
  33. 13 Nov, 2012 1 commit
  34. 23 Oct, 2012 1 commit