summaryrefslogtreecommitdiffstats
path: root/libavcodec/movtextdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/movtextdec: Check style_start/endMichael Niedermayer2018-04-091-0/+8
* movtextdec: fix handling of UTF-8 subtitleswm42018-03-251-13/+37
* movtextdec: Move declaration out of for initialisation statementMark Thompson2017-10-211-1/+2
* avcodec/movtextdec: run mov_text_cleanup() before overwriting pointersMichael Niedermayer2017-03-091-0/+2
* avcodec/movtextdec: Call mov_text_cleanup() on closeMichael Niedermayer2017-03-061-0/+1
* avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer2017-02-061-2/+6
* avcodec/movtextdec: Add error message for tsmb_size checkMichael Niedermayer2016-11-151-0/+1
* avcodec/movtextdec: Fix tsmb_size check==0 checkMichael Niedermayer2016-11-151-4/+4
* avcodec/movtextdec: Fix potential integer overflowMichael Niedermayer2016-11-151-1/+1
* lavc/movtextdec.c: Avoid infinite loop on invalid data.Sasi Inguva2016-09-271-0/+4
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-261-1/+2
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-9/+10
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-101-1/+2
* avcodec/movtextdec: Free ftab_tempMichael Niedermayer2015-08-311-1/+5
* avcodec/movtextdec: Make tx3g_ptr unsignedMichael Niedermayer2015-08-311-1/+1
* movtextdec: Add support for automatic text wrappingNiklesh2015-08-141-1/+24
* movtextdec: Use default style information from movtext headerNiklesh2015-08-121-4/+78
* Revert "movtextdec: Use default style information from movtext header"Michael Niedermayer2015-08-101-78/+4
* movtextdec: Use default style information from movtext headerNiklesh2015-08-091-4/+78
* movtextdec: Fix memory leaks by freeing mem allocs correctlyNiklesh2015-08-071-1/+1
* avcodec/movtextdec: check that ftab has been allocated before dereferencing itMichael Niedermayer2015-08-061-3/+5
* movtextdec.c: Add support for font namesNiklesh2015-08-061-3/+108
* movtextdec.c: Add support for fontsizeNiklesh2015-07-261-8/+6
* movtextdec.c: Correct the highlight tagsNiklesh2015-07-201-3/+3
* movtextdec.c: Add support for highlight and hilightcolor boxNiklesh2015-07-121-80/+172
* movtextdec.c: Improve upon dynarrays and text_to_assNiklesh2015-06-221-45/+56
* Improve upon dynamic arrays- movtext subtitlesNiklesh2015-05-251-16/+18
* avcodec/movtextdec: Add support for large boxes(>32 bit)Niklesh2015-05-221-4/+15
* Fix movtext crashes caused due to lack of proper bounds checkingNiklesh2015-05-191-3/+15
* avcodec/movtextdec: Decoding of Bold-Italic_Underlined styles for 3gpp timed ...Niklesh2015-04-251-6/+91
* avcodec/ass: add ASS trailing \r\n in one single placeClément Bœsch2014-10-191-1/+0
* avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch2014-10-191-1/+1
* avcodec/movtextdec: add some memory checksClément Bœsch2014-09-211-7/+5
* lavc/movtextdec: keep the min size instead of max to fix overread.Clément Bœsch2013-01-011-1/+1
* movtextdec: Don't emit errors for normal duration-end packets.Philip Langdale2012-08-151-2/+12
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* movtextdec: fix return value for too small packets.Nicolas George2012-07-311-1/+1
* movtextdec: 3GPP TS 26.245 Timed Text Decoder.Philip Langdale2012-07-141-0/+106
OpenPOWER on IntegriCloud