1. 01 Feb, 2015 1 commit
  2. 13 Aug, 2014 1 commit
  3. 14 Nov, 2013 1 commit
  4. 16 Oct, 2013 1 commit
  5. 20 Sep, 2013 1 commit
  6. 16 Sep, 2013 1 commit
  7. 05 Sep, 2013 2 commits
  8. 04 Jun, 2013 1 commit
  9. 23 Feb, 2013 1 commit
  10. 04 Dec, 2012 1 commit
  11. 23 Nov, 2012 1 commit
  12. 25 Oct, 2012 1 commit
  13. 20 Oct, 2012 1 commit
  14. 10 Jul, 2012 1 commit
  15. 19 Jun, 2012 1 commit
  16. 10 Apr, 2012 1 commit
    • Martin Storsjö's avatar
      mem: Consistently return NULL for av_malloc(0) · 14f063d2
      Martin Storsjö authored
      Plain POSIX malloc(0) is allowed to return either NULL or a
      non-NULL pointer. The calling code should be ready to handle
      a NULL return as a correct return (instead of a failure) if the size
      to allocate was 0 - this makes sure the condition is handled
      in a consistent way across platforms.
      
      This also avoids calling posix_memalign(&ptr, 32, 0) on OS X,
      which returns an invalid pointer (a non-NULL pointer that causes
      crashes when passed to av_free).
      
      Abort in debug mode, to help track down issues related to
      incorrect handling of this case.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      14f063d2
  17. 28 Jan, 2012 1 commit
  18. 26 Apr, 2011 1 commit
  19. 19 Apr, 2011 1 commit
  20. 19 Mar, 2011 1 commit
  21. 03 Feb, 2011 1 commit
  22. 04 Dec, 2010 1 commit
  23. 20 Apr, 2010 1 commit
  24. 28 Jan, 2010 1 commit
  25. 21 Feb, 2009 1 commit
  26. 01 Feb, 2009 1 commit
  27. 28 Jan, 2009 1 commit
  28. 25 Jan, 2009 3 commits
  29. 24 Jan, 2009 1 commit
  30. 19 Jan, 2009 1 commit
  31. 13 Jan, 2009 1 commit
  32. 07 Jan, 2009 1 commit
  33. 23 May, 2008 2 commits
  34. 03 Apr, 2008 2 commits
  35. 12 Mar, 2008 1 commit