1. 09 Dec, 2011 5 commits
  2. 08 Dec, 2011 14 commits
  3. 07 Dec, 2011 15 commits
  4. 06 Dec, 2011 5 commits
  5. 05 Dec, 2011 1 commit
    • Alex Converse's avatar
      mov: Don't av_malloc(0). · 52401b82
      Alex Converse authored
      malloc() is allowed to return NULL when zero is the argument. This
      causes us to think malloc has failed and return AVERROR(ENOMEM). In
      addition OS X malloc() returns an unfreeable non-NULL pointer for size
      zero when alignment is greater than 16.
      52401b82