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
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2020-10-19avcodec/movtextdec: ReindentationAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Use bytestream APIAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Avoid loop when writing UTF-8 character to AVBPrintAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Remove unnecessary variableAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Fix immediately adjacent stylesAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Skip empty stylesAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Fix leaks on (re)allocation failureAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Simplify finding default fontAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Simplify checking for invalid extradataAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Fix leaks of strings upon reallocation failureAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Reset counter of fonts when freeing themAndreas Rheinhardt
2020-06-11avcodec/movtextdec: Fix shift overflows in mov_text_init()Michael Niedermayer
2020-04-10lavc/movtextdec: allow setting subtitle frame dimensionsJohn Stebbins
2020-04-10lavc/movtextdec: restore active style color after hiliteJohn Stebbins
2020-04-10lavc/movtextdec: add color and alpha style tagsJohn Stebbins
2020-04-10lavc/movtextdec: add alpha default to ass header colorsJohn Stebbins
2020-04-10lavc/movtextdec: make sure default font name is setJohn Stebbins
2020-04-10lavc/movtextdec: only write fontsize, fontID tags if not defaultJohn Stebbins
2020-04-10lavc/movtextdec: handle changes to default style flagsJohn Stebbins
2020-04-10lavc/movtextdec: fix bold, italic, underline flagsJohn Stebbins
2020-04-10lavc/movtextdec: simplify style record walkJohn Stebbins
2020-04-10lavc/movtextdec: fix ass header colorsJohn Stebbins
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