summaryrefslogtreecommitdiff
path: root/libavcodec/ttmlenc.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avcodec/ttmlenc: Remove always-true checkAndreas Rheinhardt2024-02-22
* avcodec/ttmlenc: Don't copy data around unnecessarilyAndreas Rheinhardt2024-02-22
* avcodec/libaribb24,ttmlenc, avutil/tx: Remove redundant init of AVBPrintAndreas Rheinhardt2023-09-14
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/ttmlenc: Use string literal macro for default namespacingAndreas Rheinhardt2022-07-31
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialogAndreas Rheinhardt2021-08-08
* avcodec/ttmlenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-10
* avcodec/ttmlenc: Don't confuse capabilities and caps_internalAndreas Rheinhardt2021-05-07
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commitAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt2021-04-27
* avcodec/ttmlenc: add support for region positioning and sizingJan Ekström2021-04-26
* avcodec/ttmlenc: add initial support for regions and stylesJan Ekström2021-04-26
* avcodec/ttmlenc: split header writing into its own functionJan Ekström2021-04-26
* avcodec: add TTML encoderJan Ekström2021-03-05