summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* mssdemux: activate streams before configuring bitratePhilippe Normand2015-09-301-6/+15
* mssdemux: always use timescale for gst timestamp calculationPhilippe Normand2015-09-301-6/+5
* assrender: fix leak of tag samples in the tag listArnaud Vrac2015-09-291-48/+60
* assrender: fix gap event leak and invalid return valueArnaud Vrac2015-09-291-0/+3
* gtk: fix assertion when the element has no peerMatthew Waters2015-09-291-3/+5
* resindvd: Send gap updates to the segment stop during stillsJan Schmidt2015-09-271-10/+15
* gtk: Only run from the main thread in stop() if we created the windowSebastian Dröge2015-09-241-2/+7
* gtk: When setting format check if pending format changedThibault Saunier2015-09-241-1/+1
* gtk: Do not forget to release OBJECT_LOCK on error pathThibault Saunier2015-09-241-4/+6
* gtk: Factor out a function to run a function on main threadThibault Saunier2015-09-245-103/+114
* gtk: Marshall state changes in the main threadThibault Saunier2015-09-241-7/+90
* gtksink: Do not show window until we reach the PAUSED stateThibault Saunier2015-09-231-1/+14