summaryrefslogtreecommitdiff
path: root/libavcodec/ttmlenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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