summaryrefslogtreecommitdiff
path: root/libavcodec/movtextdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-051-4/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/movtextdec: add () to CMP() macro to avoid unexpected behaviorMichael Niedermayer2022-02-251-1/+1
* avcodec/movtextdec: Fix wrong error codeAndreas Rheinhardt2021-12-111-1/+1
* avcodec/movtextdec: Switch to pointer comparisons and bytestream APIAndreas Rheinhardt2021-12-111-22/+14
* avcodec/movtextdec: Redo TextSampleModifierBox size checksAndreas Rheinhardt2021-12-111-13/+15
* avcodec/movtextdec: Use const where appropriateAndreas Rheinhardt2021-12-111-2/+1
* avcodec/movtextdec: Improve size checkAndreas Rheinhardt2021-12-111-2/+2
* avcodec/movtextdec: Switch to smaller typeAndreas Rheinhardt2021-12-111-1/+1
* avcodec/movtextdec: Sanitize style entriesAndreas Rheinhardt2021-12-081-0/+21
* avcodec/movtextdec: Perform RGB->BGR color conversion earlyAndreas Rheinhardt2021-12-081-7/+9
* avcodec/movtextdec: Deduplicate parsing of StyleRecordsAndreas Rheinhardt2021-12-081-51/+44
* avcodec/movtextdec: Rename several structure elementsAndreas Rheinhardt2021-12-081-27/+27
* avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafeAndreas Rheinhardt2021-05-021-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-091-5/+5
* avcodec/movtextdec: ReindentationAndreas Rheinhardt2020-10-191-10/+10
* avcodec/movtextdec: Use bytestream APIAndreas Rheinhardt2020-10-191-46/+28
* avcodec/movtextdec: Avoid loop when writing UTF-8 character to AVBPrintAndreas Rheinhardt2020-10-191-4/+2
* avcodec/movtextdec: Remove unnecessary variableAndreas Rheinhardt2020-10-191-7/+2
* avcodec/movtextdec: Fix immediately adjacent stylesAndreas Rheinhardt2020-10-191-9/+10
* avcodec/movtextdec: Skip empty stylesAndreas Rheinhardt2020-10-191-0/+8
* avcodec/movtextdec: Fix leaks on (re)allocation failureAndreas Rheinhardt2020-10-191-48/+36
* avcodec/movtextdec: Simplify finding default fontAndreas Rheinhardt2020-10-191-5/+5
* avcodec/movtextdec: Simplify checking for invalid extradataAndreas Rheinhardt2020-10-191-11/+7
* avcodec/movtextdec: Fix leaks of strings upon reallocation failureAndreas Rheinhardt2020-10-191-37/+24
* avcodec/movtextdec: Reset counter of fonts when freeing themAndreas Rheinhardt2020-10-191-2/+1
* avcodec/movtextdec: Fix shift overflows in mov_text_init()Michael Niedermayer2020-06-111-4/+4
* lavc/movtextdec: allow setting subtitle frame dimensionsJohn Stebbins2020-04-101-1/+29
* lavc/movtextdec: restore active style color after hiliteJohn Stebbins2020-04-101-5/+9
* lavc/movtextdec: add color and alpha style tagsJohn Stebbins2020-04-101-3/+12
* lavc/movtextdec: add alpha default to ass header colorsJohn Stebbins2020-04-101-4/+10
* lavc/movtextdec: make sure default font name is setJohn Stebbins2020-04-101-1/+3
* lavc/movtextdec: only write fontsize, fontID tags if not defaultJohn Stebbins2020-04-101-9/+11
* lavc/movtextdec: handle changes to default style flagsJohn Stebbins2020-04-101-9/+15
* lavc/movtextdec: fix bold, italic, underline flagsJohn Stebbins2020-04-101-3/+3
* lavc/movtextdec: simplify style record walkJohn Stebbins2020-04-101-18/+20
* lavc/movtextdec: fix ass header colorsJohn Stebbins2020-04-101-4/+7
* avcodec/movtextdec: Check style_start/endMichael Niedermayer2018-04-091-0/+8
* movtextdec: fix handling of UTF-8 subtitleswm42018-03-251-13/+37
* movtextdec: Move declaration out of for initialisation statementMark Thompson2017-10-211-1/+2
* avcodec/movtextdec: run mov_text_cleanup() before overwriting pointersMichael Niedermayer2017-03-091-0/+2
* avcodec/movtextdec: Call mov_text_cleanup() on closeMichael Niedermayer2017-03-061-0/+1
* avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer2017-02-061-2/+6
* avcodec/movtextdec: Add error message for tsmb_size checkMichael Niedermayer2016-11-151-0/+1