movtextdec: 3GPP TS 26.245 Timed Text Decoder.
This change introduces a basic decoder for 3GPP Timed Text subtitles,
also known as TX3G, Quicktime subtitles, or "movtext" in the existing
code.
This initial change doesn't attempt to parse styling information,
and just reads the plain text of the subtitles. I intend to add
support for styles eventually, but it's challenging due to a lack
of existing players that support them.
Signed-off-by:
Philip Langdale <philipl@overt.org>
Showing
- Changelog 1 addition, 0 deletionsChangelog
- doc/general.texi 11 additions, 10 deletionsdoc/general.texi
- libavcodec/Makefile 1 addition, 0 deletionslibavcodec/Makefile
- libavcodec/allcodecs.c 1 addition, 0 deletionslibavcodec/allcodecs.c
- libavcodec/movtextdec.c 106 additions, 0 deletionslibavcodec/movtextdec.c
- libavcodec/version.h 1 addition, 1 deletionlibavcodec/version.h
- tests/fate/subtitles.mak 3 additions, 0 deletionstests/fate/subtitles.mak
- tests/ref/fate/sub-movtext 1 addition, 0 deletionstests/ref/fate/sub-movtext
Loading
Please register or sign in to comment