summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove plugin specific static build optionNicolas Dufresne2017-05-1662-66/+2
* dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONESeungha Yang2017-05-161-0/+1
* hlssink2: New HLS sink element based on splitmuxsinkSebastian Dröge2017-05-125-0/+555
* opencv/meson: Allow 3.2.0Nicolas Dufresne2017-05-111-1/+1
* opencv/meson: Ensure variable opencv_found is setNicolas Dufresne2017-05-091-2/+2
* Bump and update for meson 0.40.1Nicolas Dufresne2017-05-092-28/+14
* opusparse: do not drop preskip and gain from OpusHead headerVincent Penquerc'h2017-05-091-42/+33
* qmlgl: Make the plugin name match the pugin file nameNicolas Dufresne2017-05-091-1/+1
* gme: Make the plugin name match the plugin library nameNicolas Dufresne2017-05-091-1/+1
* neon: Make the plugin name match the plugin libraryNicolas Dufresne2017-05-091-1/+1
* glvideomixer: fix whole example launch line actuallyTim-Philipp Müller2017-05-071-1/+1
* glvideomixer: remove extraneous \ from example launch line in docsTim-Philipp Müller2017-05-071-1/+1
* 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