summaryrefslogtreecommitdiff
path: root/libavcodec/ttmlenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/ttmlenc: Use string literal macro for default namespacingAndreas Rheinhardt2022-07-311-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-5/+5
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialogAndreas Rheinhardt2021-08-081-1/+1
* avcodec/ttmlenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-101-1/+1
* avcodec/ttmlenc: Don't confuse capabilities and caps_internalAndreas Rheinhardt2021-05-071-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commitAndreas Rheinhardt2021-04-271-32/+29
* avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt2021-04-271-39/+0
* avcodec/ttmlenc: add support for region positioning and sizingJan Ekström2021-04-261-2/+43
* avcodec/ttmlenc: add initial support for regions and stylesJan Ekström2021-04-261-14/+192
* avcodec/ttmlenc: split header writing into its own functionJan Ekström2021-04-261-9/+18
* avcodec: add TTML encoderJan Ekström2021-03-051-0/+210