1. 15 Jan, 2014 1 commit
    • Martin Storsjö's avatar
      mov: Free intermediate arrays in the normal cleanup function · d51f0996
      Martin Storsjö authored
      These arrays are normally freed at the end of mov_read_trak,
      but make sure they're freed in case mov_read_trak returned
      early (due to errors) or in case the atoms that allocate arrays
      are encountered at some other point than within a trak (which
      we don't have checks against).
      
      Sample-Id: 00000496-google
      Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      d51f0996
  2. 14 Jan, 2014 11 commits
  3. 13 Jan, 2014 10 commits
  4. 12 Jan, 2014 1 commit
  5. 11 Jan, 2014 1 commit
    • Benjamin Larsson's avatar
      flv: Workaround for buggy Omnia A/XE encoder · 547f8345
      Benjamin Larsson authored
      The Omnia A/XE encoder writes the explicit extra data incorrectly
      and wrongly disables parametric stereo. Truncating the extra data
      by setting the size to 2 works around this. The AAC extra data
      parser will then only parse the correct parts.
      
      Bug-id: 599
      547f8345
  6. 10 Jan, 2014 2 commits
  7. 09 Jan, 2014 14 commits