1. 11 Jan, 2013 2 commits
  2. 30 Dec, 2012 1 commit
    • Clément Bœsch's avatar
      lavc/ass_split: check for NULL pointer in ff_ass_split_override_codes(). · c83002a4
      Clément Bœsch authored
      This is consistent with the other ff_ass_split_* functions.
      
      It also fixes a crash when trying to split a dialog with text=NULL
      (which seems to happen when the text of the dialog is empty); basically,
      this commit fixes crashes when trying to encode an empty text subtitle
      dialog (see subrip and mov_text encoders).
      
      Fixes Ticket2048.
      c83002a4
  3. 14 Dec, 2012 1 commit
  4. 16 Sep, 2012 1 commit
  5. 05 Aug, 2012 1 commit
    • Philip Langdale's avatar
      ass subtitles: Fix valgrind warnings. · 50b4dbf6
      Philip Langdale authored
      We're now running some of this code through valgrind for the first
      time, and a few warnings showed up stemming from two problems.
      
      1) The ASS code assumes the subtitle header is null terminated, but
      it wasn't, and passing the size down doesn't look like fun, so I
      added a terminator
      
      2) The code wasn't freeing all of its state.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      50b4dbf6
  6. 07 Mar, 2012 1 commit
  7. 27 Mar, 2011 1 commit