summaryrefslogtreecommitdiff
path: root/ext/ttml
Commit message (Collapse)AuthorAgeFilesLines
...
* ttml: bump needed libxml2 versionLuis de Bethencourt2016-11-031-1/+1
| | | | | | | ttml was recently added but it won't compile unless libxml2 version 2.9.2 or later is available. In that version the first parameter of xmlGetProp switched to being a const. In previous versions the compiler complains about passing a const value to a non const argument.
* ttml: Add meson.buildSebastian Dröge2016-11-021-0/+20
|
* ttml: Add plugin that supports TTML subtitlesChris Bass2016-11-0112-0/+6233
Add a parser (ttmlparse) and renderer (ttmlrender) element that handle subtitles that use the EBU-TT-D profile of TTML1. https://bugzilla.gnome.org/show_bug.cgi?id=758232