summaryrefslogtreecommitdiff
path: root/libavcodec/movtextdec.c
Commit message (Expand)AuthorAge
* avcodec/movtextdec: Fix wrong error codeAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Switch to pointer comparisons and bytestream APIAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Redo TextSampleModifierBox size checksAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Use const where appropriateAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Improve size checkAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Switch to smaller typeAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Sanitize style entriesAndreas Rheinhardt2021-12-08
* avcodec/movtextdec: Perform RGB->BGR color conversion earlyAndreas Rheinhardt2021-12-08
* avcodec/movtextdec: Deduplicate parsing of StyleRecordsAndreas Rheinhardt2021-12-08
* avcodec/movtextdec: Rename several structure elementsAndreas Rheinhardt2021-12-08
* avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/movtextdec: ReindentationAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Use bytestream APIAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Avoid loop when writing UTF-8 character to AVBPrintAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Remove unnecessary variableAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Fix immediately adjacent stylesAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Skip empty stylesAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Fix leaks on (re)allocation failureAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Simplify finding default fontAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Simplify checking for invalid extradataAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Fix leaks of strings upon reallocation failureAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Reset counter of fonts when freeing themAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Fix shift overflows in mov_text_init()Michael Niedermayer2020-06-11
* lavc/movtextdec: allow setting subtitle frame dimensionsJohn Stebbins2020-04-10
* lavc/movtextdec: restore active style color after hiliteJohn Stebbins2020-04-10
* lavc/movtextdec: add color and alpha style tagsJohn Stebbins2020-04-10
* lavc/movtextdec: add alpha default to ass header colorsJohn Stebbins2020-04-10
* lavc/movtextdec: make sure default font name is setJohn Stebbins2020-04-10
* lavc/movtextdec: only write fontsize, fontID tags if not defaultJohn Stebbins2020-04-10
* lavc/movtextdec: handle changes to default style flagsJohn Stebbins2020-04-10
* lavc/movtextdec: fix bold, italic, underline flagsJohn Stebbins2020-04-10
* lavc/movtextdec: simplify style record walkJohn Stebbins2020-04-10
* lavc/movtextdec: fix ass header colorsJohn Stebbins2020-04-10
* avcodec/movtextdec: Check style_start/endMichael Niedermayer2018-04-09
* movtextdec: fix handling of UTF-8 subtitleswm42018-03-25
* movtextdec: Move declaration out of for initialisation statementMark Thompson2017-10-21
* avcodec/movtextdec: run mov_text_cleanup() before overwriting pointersMichael Niedermayer2017-03-09
* avcodec/movtextdec: Call mov_text_cleanup() on closeMichael Niedermayer2017-03-06
* avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer2017-02-06
* avcodec/movtextdec: Add error message for tsmb_size checkMichael Niedermayer2016-11-15
* avcodec/movtextdec: Fix tsmb_size check==0 checkMichael Niedermayer2016-11-15
* avcodec/movtextdec: Fix potential integer overflowMichael Niedermayer2016-11-15
* lavc/movtextdec.c: Avoid infinite loop on invalid data.Sasi Inguva2016-09-27
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-26
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-10
* avcodec/movtextdec: Free ftab_tempMichael Niedermayer2015-08-31
* avcodec/movtextdec: Make tx3g_ptr unsignedMichael Niedermayer2015-08-31