Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-09avcodec/movtextdec: Check style_start/endMichael Niedermayer
2018-03-25movtextdec: fix handling of UTF-8 subtitleswm4
2017-10-22movtextdec: Move declaration out of for initialisation statementMark Thompson
2017-03-10avcodec/movtextdec: run mov_text_cleanup() before overwriting pointersMichael Niedermayer
2017-03-06avcodec/movtextdec: Call mov_text_cleanup() on closeMichael Niedermayer
2017-02-06avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer
2016-11-15avcodec/movtextdec: Add error message for tsmb_size checkMichael Niedermayer
2016-11-15avcodec/movtextdec: Fix tsmb_size check==0 checkMichael Niedermayer
2016-11-15avcodec/movtextdec: Fix potential integer overflowMichael Niedermayer
2016-09-28lavc/movtextdec.c: Avoid infinite loop on invalid data.Sasi Inguva
2016-02-26lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch
2016-02-26lavc: allow subtitle text format to be ASS without timingClément Bœsch
2016-01-10lavc/ccaption_dec: improve default styleClément Bœsch
2015-09-01avcodec/movtextdec: Free ftab_tempMichael Niedermayer
2015-09-01avcodec/movtextdec: Make tx3g_ptr unsignedMichael Niedermayer
2015-08-15movtextdec: Add support for automatic text wrappingNiklesh
2015-08-13movtextdec: Use default style information from movtext headerNiklesh
2015-08-10Revert "movtextdec: Use default style information from movtext header"Michael Niedermayer
2015-08-10movtextdec: Use default style information from movtext headerNiklesh
2015-08-08movtextdec: Fix memory leaks by freeing mem allocs correctlyNiklesh
2015-08-07avcodec/movtextdec: check that ftab has been allocated before dereferencing itMichael Niedermayer
2015-08-06movtextdec.c: Add support for font namesNiklesh
2015-07-26movtextdec.c: Add support for fontsizeNiklesh
2015-07-20movtextdec.c: Correct the highlight tagsNiklesh
2015-07-12movtextdec.c: Add support for highlight and hilightcolor boxNiklesh
2015-06-23movtextdec.c: Improve upon dynarrays and text_to_assNiklesh
2015-05-25Improve upon dynamic arrays- movtext subtitlesNiklesh
2015-05-22avcodec/movtextdec: Add support for large boxes(>32 bit)Niklesh
2015-05-20Fix movtext crashes caused due to lack of proper bounds checkingNiklesh
2015-04-25avcodec/movtextdec: Decoding of Bold-Italic_Underlined styles for 3gpp timed ...Niklesh
2014-10-20avcodec/ass: add ASS trailing \r\n in one single placeClément Bœsch
2014-10-20avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch
2014-09-21avcodec/movtextdec: add some memory checksClément Bœsch
2013-01-01lavc/movtextdec: keep the min size instead of max to fix overread.Clément Bœsch
2012-08-16movtextdec: Don't emit errors for normal duration-end packets.Philip Langdale
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-07-31movtextdec: fix return value for too small packets.Nicolas George
2012-07-15movtextdec: 3GPP TS 26.245 Timed Text Decoder.Philip Langdale