summaryrefslogtreecommitdiff
path: root/ext/ttml
Commit message (Expand)AuthorAgeFilesLines
* ttml: allow per feature registrationStéphane Cerveau2021-03-236-23/+129
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* ttmlparse: Handle whitespace before XML declarationChris Bass2020-10-301-3/+8
* ttmlparse: Ensure only single TTML doc parsedChris Bass2020-10-301-1/+1
* ttmlparse: Collect buffers until detecting complete xml documentSeungha Yang2019-11-223-25/+59
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-3/+3
* Remove autotools build systemTim-Philipp Müller2019-10-141-37/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-7/+5
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* ttml: Add support for IMSC 1.0.1 fillLineGap attributeChris Bass2018-02-274-19/+36
* ttmlparse: Ensure default showBackground behaviour is enactedChris Bass2017-09-201-1/+1
* ttml: fix linking to libgstvideoTim-Philipp Müller2017-07-031-1/+2
* ttml: Simplify codeEdward Hervey2017-05-261-1/+1
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* 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
* ttmlrender: Fix potential resource leak identified by coverityChris Bass2017-04-201-0/+2
* ttmlrender: Fix potential problem identified by clangChris Bass2017-04-191-1/+16
* ttmlparse: Fix potential NULL dereference identified by coverityChris Bass2017-04-191-2/+2
* ttmlrender: Fix integer handling issue identified by coverityChris Bass2017-04-191-1/+1
* ttml: build, but don't autoplug unless GST_TTML_AUTOPLUG env var is setTim-Philipp Müller2017-04-131-4/+13
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-124-6/+8
* ttmlparse: push segment events downstreamChris Bass2017-04-091-0/+1
* ttmlparse: don't filter out untimed whitespaceChris Bass2017-04-091-6/+37
* ttmlparse: don't leak caps.Chris Bass2017-04-091-0/+1
* ttmlrender: improve function comments/descriptionsChris Bass2017-04-091-4/+11
* ttmlrender: relocate type definitions to head of fileChris Bass2017-04-091-26/+27
* ttml: correctly implement lineHeight behaviourChris Bass2017-04-093-11/+42
* ttmlrender: apply correct line height to blocks with multiple text sizesChris Bass2017-04-092-412/+745
* ttmlrender: add facility to stitch images in both directionsChris Bass2017-04-091-23/+66
* ttmlrender: extend UnifiedElement type to include font metricsChris Bass2017-04-091-4/+119
* ttmlrender: extend UnifiedBlock typeChris Bass2017-04-091-2/+19
* ttml: add refcounting to GstSubtitleStlyeSet typeChris Bass2017-04-093-22/+62
* ttmlrender: rename TextRange type and its fields.Chris Bass2017-04-091-19/+19
* ttmlrender: store PangoLayout in object stateChris Bass2017-04-092-23/+20
* ttmlrender: put all functions in gst_ttml_render namespaceChris Bass2017-04-091-13/+13
* ttml: Replace assertionsChris Bass2017-03-152-31/+41
* ttml: Link with -lm for round()Sebastian Dröge2017-01-121-1/+2
* ttmlrender: Fix segfault on _render_text_region()Seungha Yang2016-12-121-4/+12
* ttmlparse: Transform caps eventSeungha Yang2016-12-121-0/+12
* meson/ttml: Add missing math library dependencyNicolas Dufresne2016-11-301-1/+3
* ttmlrender: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+16