summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* curl: curlqueue: add symbol name to avoid confusing gtkdocReynaldo H. Verdejo Pinochet2017-07-261-0/+6
* curlhttpsrc: do not check for NULL before g_free()Reynaldo H. Verdejo Pinochet2017-07-261-21/+7
* curlhttpsrc: Fix flagged Coverity errorsSam Hurst2017-07-263-32/+60
* curl: Reorganise header files to fix macOS buildsSam Hurst2017-07-264-25/+28
* curlhttpsrc: Fix compilation without debugging system enabledEdward Hervey2017-07-261-0/+2
* curl: Add curlhttpsrc elementSam Hurst2017-07-2610-3/+2614
* meson: make smoothstreaming depend on gioAlessandro Decina2017-07-201-1/+1
* dashdemux: Add support webvtt subtitle streamSeungha Yang2017-07-181-2/+5
* openh264enc: set GST_PARAM_MUTABLE_PLAYING for bitrate/max-bitrate propertiesNicola Murino2017-07-171-2/+4
* openh264enc: allow to dynamically change bitrateNicola Murino2017-07-172-2/+54
* openh264enc: fix indentationNicola Murino2017-07-171-4/+6
* 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
* qt: Use a proxy object for access to the QML widgetJan Schmidt2017-07-124-70/+174
* glfilter: Remove hard-coded pad templatesJan Schmidt2017-07-1214-0/+29
* openexr: Header are not C++11, force C++98Olivier Crête2017-07-111-1/+1
* vulkan: Use the generated version of vkconfig.hJussi Kukkonen2017-07-103-1/+3
* vkdisplay: Use ifdef for platform specific definesJussi Kukkonen2017-07-101-0/+4
* openjpegdec: support grayscale with alpha channelAaron Boxer2017-07-101-3/+105
* meson: Added meson.build for gsmYasushi SHOJI2017-07-072-1/+14
* Revert "openjpegdec: support grayscale with alpha channel"Tim-Philipp Müller2017-07-061-186/+3
* openjpegdec: support grayscale with alpha channelAaron Boxer2017-07-061-3/+186
* ttml: fix linking to libgstvideoTim-Philipp Müller2017-07-031-1/+2
* qt: Remove misleading reference to GTK in qtitem.ccJan Schmidt2017-06-221-4/+1
* directfb: fix caps leakEunhae Choi2017-06-201-0/+2
* 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-081-0/+3
* gl: Add dependency to gstallocatorsNicolas Dufresne2017-06-071-0/+4
* dashdemux: Implement a default presentation delayEdward Hervey2017-06-011-2/+2
* mpdparser: remove duplicate free of client dataThiago Santos2017-06-011-1/+0
* dashdemux: Remove wrong assertionEdward Hervey2017-05-311-2/+0
* ttml: Simplify codeEdward Hervey2017-05-261-1/+1
* glframebuffer: check frame buffer status need use specific fbo targetHaihua Hu2017-05-251-2/+2
* openmpt: Fix compilation with 0.2.7386 as in DebianSebastian Dröge2017-05-241-0/+3
* wildmidi: include stdint.h for int8_tTim-Philipp Müller2017-05-231-0/+4
* wildmididec: explicitly cast buffer data to int8 in _decode()Reynaldo H. Verdejo Pinochet2017-05-231-1/+2
* openmpt: Add openmptdec elementCarlos Rafael Giani2017-05-225-0/+1119
* wildmidi: Port to 1.0 on top of the nonstreamaudiodecoder base classCarlos Rafael Giani2017-05-225-1132/+764
* gltestsrc: Fix typo (occured->occurred)Anders Jonsson2017-05-221-1/+1
* glbasemixer: Remove unused negotiated memberOlivier Crête2017-05-212-46/+0
* gl*mixer: Use propose_allocation from the GstAggregator base classOlivier Crête2017-05-214-80/+34
* qmlglsink: Add dummy texture that is shown as placeholder for NULL buffersCarlos Rafael Giani2017-05-212-0/+42
* glbasemixer: Remove own decide_allocation, use GstAggregator'sOlivier Crête2017-05-213-10/+11
* glbasemixer: Use aggregator for allocation handlingOlivier Crête2017-05-211-117/+4
* videoaggregator: Get the buffer from the pool if availableOlivier Crête2017-05-213-47/+0
* aggregator: add simple support for caps handlingMatthew Waters2017-05-204-57/+26
* dashdemux: Use correct (sub) fragment start when clipping chunk sizeSebastian Dröge2017-05-181-11/+10
* dashdemux: Make sure to pass the next buffer after a seek with DISCONT flagSebastian Dröge2017-05-181-0/+2
* dashdemux: Ensure that we never ever download over the current SIDX entrySebastian Dröge2017-05-181-6/+18
* dashdemux: Take SIDX entry timestamp/duration into account for keyunit-only modeSebastian Dröge2017-05-181-20/+48