]> git.sesse.net Git - ffmpeg/commit
avformat: add TTML muxer
authorJan Ekström <jan.ekstrom@24i.com>
Thu, 4 Mar 2021 17:09:50 +0000 (19:09 +0200)
committerJan Ekström <jeebjp@gmail.com>
Fri, 5 Mar 2021 17:45:00 +0000 (19:45 +0200)
commit64af14555be2c9e522109e55160e0cb3f65c4690
tree17dbdb82f0aea09ae79ce588ee07d6843aac3a65
parent18713d22a2001321f9917fa4c7735f62563ec0a1
avformat: add TTML muxer

Enables writing TTML documents or encoded TTML paragraphs as such
documents.

Additionally, a test for the combined TTML encoder and muxer has
been added to validate that the components still work.

Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
Changelog
doc/general_contents.texi
libavformat/Makefile
libavformat/allformats.c
libavformat/ttmlenc.c [new file with mode: 0644]
libavformat/version.h
tests/fate/subtitles.mak
tests/ref/fate/sub-ttmlenc [new file with mode: 0644]