| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/movtextdec: Check style_start/end | Michael Niedermayer | 2018-04-09 | 1 | -0/+8 |
* | movtextdec: fix handling of UTF-8 subtitles | wm4 | 2018-03-25 | 1 | -13/+37 |
* | movtextdec: Move declaration out of for initialisation statement | Mark Thompson | 2017-10-21 | 1 | -1/+2 |
* | avcodec/movtextdec: run mov_text_cleanup() before overwriting pointers | Michael Niedermayer | 2017-03-09 | 1 | -0/+2 |
* | avcodec/movtextdec: Call mov_text_cleanup() on close | Michael Niedermayer | 2017-03-06 | 1 | -0/+1 |
* | avcodec/movtextdec: Fix decode_styl() cleanup | Michael Niedermayer | 2017-02-06 | 1 | -2/+6 |
* | avcodec/movtextdec: Add error message for tsmb_size check | Michael Niedermayer | 2016-11-15 | 1 | -0/+1 |
* | avcodec/movtextdec: Fix tsmb_size check==0 check | Michael Niedermayer | 2016-11-15 | 1 | -4/+4 |
* | avcodec/movtextdec: Fix potential integer overflow | Michael Niedermayer | 2016-11-15 | 1 | -1/+1 |
* | lavc/movtextdec.c: Avoid infinite loop on invalid data. | Sasi Inguva | 2016-09-27 | 1 | -0/+4 |
* | lavc/options: add ass_ro_flush_noop to flags2 | Clément Bœsch | 2016-02-26 | 1 | -1/+2 |
* | lavc: allow subtitle text format to be ASS without timing | Clément Bœsch | 2016-02-26 | 1 | -9/+10 |
* | lavc/ccaption_dec: improve default style | Clément Bœsch | 2016-01-10 | 1 | -1/+2 |
* | avcodec/movtextdec: Free ftab_temp | Michael Niedermayer | 2015-08-31 | 1 | -1/+5 |
* | avcodec/movtextdec: Make tx3g_ptr unsigned | Michael Niedermayer | 2015-08-31 | 1 | -1/+1 |
* | movtextdec: Add support for automatic text wrapping | Niklesh | 2015-08-14 | 1 | -1/+24 |
* | movtextdec: Use default style information from movtext header | Niklesh | 2015-08-12 | 1 | -4/+78 |
* | Revert "movtextdec: Use default style information from movtext header" | Michael Niedermayer | 2015-08-10 | 1 | -78/+4 |
* | movtextdec: Use default style information from movtext header | Niklesh | 2015-08-09 | 1 | -4/+78 |
* | movtextdec: Fix memory leaks by freeing mem allocs correctly | Niklesh | 2015-08-07 | 1 | -1/+1 |
* | avcodec/movtextdec: check that ftab has been allocated before dereferencing it | Michael Niedermayer | 2015-08-06 | 1 | -3/+5 |
* | movtextdec.c: Add support for font names | Niklesh | 2015-08-06 | 1 | -3/+108 |
* | movtextdec.c: Add support for fontsize | Niklesh | 2015-07-26 | 1 | -8/+6 |
* | movtextdec.c: Correct the highlight tags | Niklesh | 2015-07-20 | 1 | -3/+3 |
* | movtextdec.c: Add support for highlight and hilightcolor box | Niklesh | 2015-07-12 | 1 | -80/+172 |
* | movtextdec.c: Improve upon dynarrays and text_to_ass | Niklesh | 2015-06-22 | 1 | -45/+56 |
* | Improve upon dynamic arrays- movtext subtitles | Niklesh | 2015-05-25 | 1 | -16/+18 |
* | avcodec/movtextdec: Add support for large boxes(>32 bit) | Niklesh | 2015-05-22 | 1 | -4/+15 |
* | Fix movtext crashes caused due to lack of proper bounds checking | Niklesh | 2015-05-19 | 1 | -3/+15 |
* | avcodec/movtextdec: Decoding of Bold-Italic_Underlined styles for 3gpp timed ... | Niklesh | 2015-04-25 | 1 | -6/+91 |
* | avcodec/ass: add ASS trailing \r\n in one single place | Clément Bœsch | 2014-10-19 | 1 | -1/+0 |
* | avcodec/ass: assume raw=0 in ff_ass_add_rect_bprint | Clément Bœsch | 2014-10-19 | 1 | -1/+1 |
* | avcodec/movtextdec: add some memory checks | Clément Bœsch | 2014-09-21 | 1 | -7/+5 |
* | lavc/movtextdec: keep the min size instead of max to fix overread. | Clément Bœsch | 2013-01-01 | 1 | -1/+1 |
* | movtextdec: Don't emit errors for normal duration-end packets. | Philip Langdale | 2012-08-15 | 1 | -2/+12 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | movtextdec: fix return value for too small packets. | Nicolas George | 2012-07-31 | 1 | -1/+1 |
* | movtextdec: 3GPP TS 26.245 Timed Text Decoder. | Philip Langdale | 2012-07-14 | 1 | -0/+106 |