summaryrefslogtreecommitdiff
path: root/ext/ttml
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-7/+5
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-02-27ttml: Add support for IMSC 1.0.1 fillLineGap attributeChris Bass4-19/+36
2017-09-20ttmlparse: Ensure default showBackground behaviour is enactedChris Bass1-1/+1
2017-07-03ttml: fix linking to libgstvideoTim-Philipp Müller1-1/+2
2017-05-26ttml: Simplify codeEdward Hervey1-1/+1
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-25ttmlparse: Consolidate adjacent co-styled inline elementsChris Bass1-2/+149
2017-04-25ttmlparse: Don't add GstMemorys to a GstBuffer that is fullChris Bass1-14/+32
2017-04-25ttmlparse: Store newline as text of br elementChris Bass1-8/+10
2017-04-25ttmlparse: Replace repeated warning code with a function.Chris Bass1-12/+14
2017-04-25ttmlparse: Remove redundant text_index field of TtmlElementChris Bass1-4/+0
2017-04-25ttmlparse: Don't leak TtmlElements when deleting GNodes/trees.Chris Bass1-2/+2
2017-04-20ttmlparse: Convert tabs to spaces in inputChris Bass1-4/+12
2017-04-20ttmlparse: Fix potential resource leak identified by coverity.Chris Bass1-8/+13
2017-04-20ttmlrender: Fix potential resource leak identified by coverityChris Bass1-0/+2
2017-04-19ttmlrender: Fix potential problem identified by clangChris Bass1-1/+16
2017-04-19ttmlparse: Fix potential NULL dereference identified by coverityChris Bass1-2/+2
2017-04-19ttmlrender: Fix integer handling issue identified by coverityChris Bass1-1/+1
2017-04-13ttml: build, but don't autoplug unless GST_TTML_AUTOPLUG env var is setTim-Philipp Müller1-4/+13
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier4-6/+8
2017-04-09ttmlparse: push segment events downstreamChris Bass1-0/+1
2017-04-09ttmlparse: don't filter out untimed whitespaceChris Bass1-6/+37
2017-04-09ttmlparse: don't leak caps.Chris Bass1-0/+1
2017-04-09ttmlrender: improve function comments/descriptionsChris Bass1-4/+11
2017-04-09ttmlrender: relocate type definitions to head of fileChris Bass1-26/+27
2017-04-09ttml: correctly implement lineHeight behaviourChris Bass3-11/+42
2017-04-09ttmlrender: apply correct line height to blocks with multiple text sizesChris Bass2-412/+745
2017-04-09ttmlrender: add facility to stitch images in both directionsChris Bass1-23/+66
2017-04-09ttmlrender: extend UnifiedElement type to include font metricsChris Bass1-4/+119
2017-04-09ttmlrender: extend UnifiedBlock typeChris Bass1-2/+19
2017-04-09ttml: add refcounting to GstSubtitleStlyeSet typeChris Bass3-22/+62
2017-04-09ttmlrender: rename TextRange type and its fields.Chris Bass1-19/+19
2017-04-09ttmlrender: store PangoLayout in object stateChris Bass2-23/+20
2017-04-09ttmlrender: put all functions in gst_ttml_render namespaceChris Bass1-13/+13
2017-03-15ttml: Replace assertionsChris Bass2-31/+41
2017-01-12ttml: Link with -lm for round()Sebastian Dröge1-1/+2
2016-12-12ttmlrender: Fix segfault on _render_text_region()Seungha Yang1-4/+12
2016-12-12ttmlparse: Transform caps eventSeungha Yang1-0/+12
2016-11-30meson/ttml: Add missing math library dependencyNicolas Dufresne1-1/+3
2016-11-18ttmlrender: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+16
2016-11-03ttml: bump needed libxml2 versionLuis de Bethencourt1-1/+1
2016-11-02ttml: Add meson.buildSebastian Dröge1-0/+20
2016-11-01ttml: Add plugin that supports TTML subtitlesChris Bass12-0/+6233