[vlc-commits] Add basic TTML support
Hugo Beauzée-Luyssen
git at videolan.org
Thu Apr 30 12:34:10 CEST 2015
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Mar 16 13:33:51 2015 +0100| [44dd0225bb814b7ba2ef4cbb29509a5f92856487] | committer: Hugo Beauzée-Luyssen
Add basic TTML support
This is meant to serve as a base for our Outreachy student's project:
https://wiki.gnome.org/Outreachy/2015/MayAugust#VideoLAN
refs #9396
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44dd0225bb814b7ba2ef4cbb29509a5f92856487
---
NEWS | 1 +
modules/MODULES_LIST | 2 +
modules/codec/Makefile.am | 3 +
modules/codec/substtml.c | 164 ++++++++++++++++++++++
modules/demux/Makefile.am | 2 +
modules/demux/ttml.c | 337 +++++++++++++++++++++++++++++++++++++++++++++
po/POTFILES.in | 2 +
7 files changed, 511 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=44dd0225bb814b7ba2ef4cbb29509a5f92856487
More information about the vlc-commits
mailing list