summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* curlsink: catch an unknown errorPatricia Muscalu2016-04-061-0/+9
* wayland: fix null pointer dereference on errorMatthew Waters2016-04-061-1/+2
* qml: Fix leak of the OpenGL contextsSergey Borovkov2016-04-061-1/+4
* dashdemux: correctly handle an HTTP-XSDATE that is exactly the size of the da...Florin Apostol2016-04-061-6/+8
* curlbasesink: don't send empty buffersDavid Fernandez2016-04-061-2/+7
* mssdemux: do not assert on fragment reloads for non-liveThiago Santos2016-04-061-2/+0
* opusdec: fix wrong buffer being checked for missing dataVincent Penquerc'h2016-04-061-2/+2
* mpeg2enc: Provide format as a string instead of a char to gst_structure_newVivia Nikolaidou2016-03-041-1/+1
* ladspa: Fix some debugsThibault Saunier2016-02-171-4/+3
* gtk(gl)sink: remove the signal handlers on finalizeMatthew Waters2016-02-162-3/+12
* glvideomixer: fix checker vbo leakWang Xin-yu (王昕宇)2016-02-011-0/+5
* gleffects: fix gleffects fisheye shader compile errorHaihua Hu2016-01-291-1/+1
* sbc: sbcdec: Fix frame length calculationTim Sheridan2016-01-161-4/+4
* qml: Mark material dirty when texture buffer is updatedSergey Borovkov2016-01-151-0/+1
* openjpegdec: Don't crash when decoding returns NULL data for any componentSebastian Dröge2015-12-181-0/+9
* gltransformation: clear to transparentMatthew Waters2015-12-121-1/+1
* openjpegenc: All frames in JPEG2000 are keyframes, mark them as suchSebastian Dröge2015-12-081-0/+1
* qml: reuse existing GstQSGTextureRoman Nowicki2015-11-201-4/+2
* qml: activate the wrapped context when bindingMatthew Waters2015-11-201-4/+9
* qml: proper initialization if scene is already initializedRoman Nowicki2015-11-201-1/+5
* glimagesink: Fix structure memory leakVineeth TM2015-11-171-1/+3
* gtk: add the overlaycomposition feature to the template capsMatthew Waters2015-11-101-2/+5
* assrender: don't send flush events on seeksTim-Philipp Müller2015-11-071-45/+7
* opusenc: Place 48kHz first in the capsSebastian Dröge2015-11-031-1/+6
* opusdec: Assume 48kHz if no sample rate is given in the headerSebastian Dröge2015-11-031-0/+2
* waylandsink: don't advertise the local wl_display contextGeorge Kiagiadakis2015-10-261-6/+0
* hlsdemux: don't crash or leak memory on broken master playlistAndré Draszik2015-10-251-3/+4
* srtp: Fix critical warning trying to retrieve SSRC from a non fb messageSantiago Carot-Nemesio2015-10-231-1/+0
* srtpdec: skip padding when mapping RTP packetsMiguel París Díaz2015-10-201-2/+4
* mpdparser: Set default last_byte_pos to -1Sebastian Dröge2015-10-201-1/+1
* hls/m3u8: Update current position in all casesEdward Hervey2015-10-202-15/+25
* gtk: separate out the widget/window destroy callbacksMatthew Waters2015-10-191-7/+10
* dtls: Fix name conflict with openssl on win32Paul Arzelier2015-10-171-0/+7
* hlsdemux: Avoid negative sequence numbersEdward Hervey2015-10-151-4/+12
* dashdemux: fix undefined reference to gst_ntp_clock_newJulien Isorce2015-10-111-1/+1
* glvideomixer: Proxy the ignore-eos videoaggregator property as wellNirbheek Chauhan2015-10-071-0/+7
* dashdemux: fixed has_next_periodFlorin Apostol2015-10-071-0/+8
* rtmpsrc: plug memory-leaksHavard Graff2015-10-051-4/+4
* dtls: fix printf format on win32Polochon_street2015-10-051-1/+1
* dtls: fix printf format on win32Paul Arzelier2015-10-051-2/+2
* dashdemux: Correctly assign earliest pts instead of overriding it with first ...John Chang2015-10-051-1/+1
* dashdemux: Implement lazy-loading of external periodsSebastian Dröge2015-10-023-9/+58
* mpdparser: Load OnLoad external resources immediately instead of on demandSebastian Dröge2015-10-021-0/+172
* mpdparser: Add support for loading external SegmentListsSebastian Dröge2015-10-021-9/+143
* mpdparser: Add support for loading external AdaptationSetsSebastian Dröge2015-10-021-3/+149
* mpdparser: Implement loading of external Period nodesSebastian Dröge2015-10-021-13/+190
* mpdparser: Store an URI downloader in the parser for downloading additional M...Sebastian Dröge2015-10-023-0/+21
* mpdparser: Parse xlink attributes from Period, AdaptationSet and SegmentListSebastian Dröge2015-10-022-0/+78
* dashdemux: Properly handle relative and non-HTTP URIs for the headers/indicesSebastian Dröge2015-10-021-7/+3
* mpdparser: If no Initialization is present in the SegmentBase, assume it is b...Sebastian Dröge2015-10-021-26/+26