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
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