summaryrefslogtreecommitdiff
path: root/ext/ttml/ttmlparse.c
Commit message (Expand)AuthorAgeFilesLines
* ttmlparse: Ensure default showBackground behaviour is enactedChris Bass2017-10-191-1/+1
* ttmlparse: Consolidate adjacent co-styled inline elementsChris Bass2017-04-251-2/+149
* ttmlparse: Don't add GstMemorys to a GstBuffer that is fullChris Bass2017-04-251-14/+32
* ttmlparse: Store newline as text of br elementChris Bass2017-04-251-8/+10
* ttmlparse: Replace repeated warning code with a function.Chris Bass2017-04-251-12/+14
* ttmlparse: Remove redundant text_index field of TtmlElementChris Bass2017-04-251-4/+0
* ttmlparse: Don't leak TtmlElements when deleting GNodes/trees.Chris Bass2017-04-251-2/+2
* ttmlparse: Convert tabs to spaces in inputChris Bass2017-04-201-4/+12
* ttmlparse: Fix potential resource leak identified by coverity.Chris Bass2017-04-201-8/+13
* ttmlparse: Fix potential NULL dereference identified by coverityChris Bass2017-04-191-2/+2
* ttmlparse: don't filter out untimed whitespaceChris Bass2017-04-091-6/+37
* ttml: correctly implement lineHeight behaviourChris Bass2017-04-091-3/+1
* ttml: Replace assertionsChris Bass2017-03-151-15/+23
* ttml: Add plugin that supports TTML subtitlesChris Bass2016-11-011-0/+1813