summaryrefslogtreecommitdiffstats
path: root/libavcodec/ass_split.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ass_split: fix a memory leak defect when realloc failsFan Gang2018-12-141-3/+3
* avcodec/ass_split: Change order of operations in ass_split_section()Michael Niedermayer2016-11-171-1/+1
* ass_split: reindentRodger Combs2016-09-121-17/+17
* ass_split: fix handling of streams with no [Events] or Format: lineRodger Combs2016-09-121-9/+27
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-0/+49
* avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()Michael Niedermayer2016-01-201-1/+1
* avcodec/ass_split: check ASSSplitContext allocClément Bœsch2015-06-131-0/+2
* avcodec/ass_split: use *alloc_array()Michael Niedermayer2015-01-091-3/+3
* avcodec/ass_split: realign after addition of new fieldsClément Bœsch2014-10-151-51/+51
* avcodec/ass_split: assume default order when "Format:" line is not foundClément Bœsch2014-10-151-1/+25
* avcodec/ass_split: extend recognized fields in ASS splitterClément Bœsch2014-10-151-1/+30
* ass_split: fix out of array access in ass_split()Michael Niedermayer2013-01-111-3/+6
* ass_split: fix out of array accessMichael Niedermayer2013-01-111-1/+3
* lavc/ass_split: check for NULL pointer in ff_ass_split_override_codes().Clément Bœsch2012-12-301-1/+1
* ass_split_section: dont overread arrayMichael Niedermayer2012-12-141-1/+2
* lavc/ass_split: add ff_ prefix to ass_style_get().Clément Bœsch2012-09-161-1/+1
* ass subtitles: Fix valgrind warnings.Philip Langdale2012-08-051-1/+3
* ass_split: accept files with only \n and no \r.Nicolas George2012-03-071-1/+1
* add SubRip encoderAurelien Jacobs2011-03-281-0/+468
OpenPOWER on IntegriCloud