summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* opencv/meson: Allow 3.2.0Nicolas Dufresne2017-09-071-3/+3
* hlsdemux: fix compilation with OpenSSL 1.1.0George Kiagiadakis2017-09-072-6/+27
* qt: fix build with qmakeTim-Philipp Müller2017-09-072-7/+10
* meson: Fix build with openjpeg>=2.2Thibault Saunier2017-08-171-1/+1
* openjpeg: Fix build against openjpeg 2.2Clemens Lang2017-08-172-9/+16
* rtmpsrc: fix flushing seekGeorge Kiagiadakis2017-08-111-20/+47
* openh264dec: Drop current frame if passing it to the decoder caused an errorSebastian Dröge2017-08-111-0/+3
* openh264dec: Don't unref NULL frame on EOS decoding errorSebastian Dröge2017-08-111-1/+0
* gsm: unmap output buffer when doneSatya Prakash Gupta2017-07-171-1/+1
* dashdemux: update manifest streams correctly if pads aren't exposedThiago Santos2017-07-131-1/+12
* dashdemux: Implement a default presentation delayEdward Hervey2017-07-131-2/+2
* ttml: fix linking to libgstvideoTim-Philipp Müller2017-07-031-1/+2
* mpdparser: remove duplicate free of client dataThiago Santos2017-06-121-1/+0
* dashdemux: Remove wrong assertionEdward Hervey2017-06-121-2/+0
* dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONESeungha Yang2017-06-121-0/+1
* openjpegdec: fix display artifacts for RGB 8-bitAaron Boxer2017-06-121-5/+4
* openjpeg: guard against invalid memory access on crafted filesVincent Penquerc'h2017-06-121-0/+3
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-06-126-7/+6
* qt: Use GST_GL_HAVE_PLATFORM_CGL instead of GST_GL_HAVE_PLATFORM_COCOASimon Himmelbauer2017-05-291-4/+4
* 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