summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* meson: hls: libm is required because m3u8.c uses math.hTing-Wei Lan2017-05-031-1/+1
* webrtcdsp: fix doc string of echo-cancel propertyGeorge Kiagiadakis2017-05-021-2/+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
* mssdemux: Fix compiler warningSebastian Dröge2017-04-251-2/+0
* mss: always periodically update the manifest taking the new fragmentsMatthew Waters2017-04-252-4/+1
* 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
* hlssink: Remove some unused struct fieldsSebastian Dröge2017-04-192-4/+0
* dashdemux: Rewrite ISOBMFF & SIDX handlingSebastian Dröge2017-04-183-421/+335
* mpdparser: Do sanity check of Segment Base Information only at Repesentation ...Seungha Yang2017-04-151-36/+8
* mpdparser: Allow inherit Segment{Base,Template} from PeriodSeungha Yang2017-04-151-2/+4
* motioncells: Fix cell string generationJan Schmidt2017-04-141-6/+5
* ttml: build, but don't autoplug unless GST_TTML_AUTOPLUG env var is setTim-Philipp Müller2017-04-131-4/+13
* Revert "dashdemux: Fix issue when manifest update sets slow start without pas...Sebastian Dröge2017-04-122-35/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-1293-446/+360
* mpdparser: Fix leakEdward Hervey2017-04-121-2/+2
* mpdparser: Run gst-indentEdward Hervey2017-04-121-2/+2
* dashdemux/mpdparser: Fix wrong false sanity check for manifests with nested S...Jürgen Sachs2017-04-111-2/+35
* dashdemux: Handle current SIDX before current position in normal mode like in...Sebastian Dröge2017-04-101-4/+9
* mpdparser: Report error if Representation is invalidSeungha Yang2017-04-091-4/+10
* dashdemux: Fix SEEK of multi-period On-Demand profileSeungha Yang2017-04-091-0/+12
* 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
* meson: Fix mplex plugin file nameNicolas Dufresne2017-03-291-1/+1
* webrtcechoprobe: return from _read() early if the probe is not configured yetGeorge Kiagiadakis2017-03-291-1/+2
* dashdemux: fix typo in implementation notesLuis de Bethencourt2017-03-281-2/+2
* webrtcdsp: Add support to build with mesonNicolas Dufresne2017-03-272-1/+24
* webrtcdsp: expose voice activity detection.Mathieu Duponchelle2017-03-271-1/+129
* mssdemux: only add live fragments after manifest fragmentsMatthew Waters2017-03-271-15/+14