summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-112-1/+2
* id3tag: fix sample memory leakVineeth TM2015-10-071-1/+5
* glvideomixer: Proxy the ignore-eos videoaggregator property as wellNirbheek Chauhan2015-10-071-0/+7
* audioaggregator: Fix build errorVineeth TM2015-10-071-7/+8
* 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: require openssl >= 1.0.1Aleix Conchillo Flaqué2015-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
* audioaggregator: Select the initial offset based on the start segment positionSebastian Dröge2015-10-021-3/+10
* aggregator: Convert GST_ERROR_OBJECT() for seek events to GST_DEBUG_OBJECT()Sebastian Dröge2015-10-021-3/+2
* aggregator: For the start time selection, only set the segment positionSebastian Dröge2015-10-021-2/+0
* dashdemux: Implement lazy-loading of external periodsSebastian Dröge2015-10-024-30/+121
* 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-024-2/+24
* 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
* gl: Pass GL_CFLAGS to g-ir-scannerAntoine Jacoutot2015-09-301-0/+1
* applemedia: dist missing header filesAleix Conchillo Flaqué2015-09-301-0/+2
* audiointerleave: typecast bit-mask to guint64 to fix segmentation faultVineeth TM2015-09-301-1/+2
* mpegtsmux: fix downstream key unit events handling with hlssinkTim-Philipp Müller2015-09-301-2/+1
* videoaggregator: fix compilation with older glib versionTim-Philipp Müller2015-09-291-10/+4
* 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
* gl/eagl: use the default GL context debug categoryMatthew Waters2015-09-291-0/+2
* 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
* dvdspu: fix pgs palette colorsArnaud Vrac2015-09-271-2/+2
* audiomixer: fix deadlock when G_DISABLE_ASSERT is not definedTim-Philipp Müller2015-09-261-1/+1
* Release 1.6.01.6.0Sebastian Dröge2015-09-2580-165/+425
* Update .po filesSebastian Dröge2015-09-2540-40/+40
* glfilter: use GL_ELEMENT_ARRAY_BUFFER for vbo indicesJulien Isorce2015-09-251-2/+2
* glmemory: fix texture leak in _gl_mem_copyJulien Isorce2015-09-251-2/+2
* 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
* decklink: Add a clock epoch that is used as offset whenever restarting the clockSebastian Dröge2015-09-244-2/+10
* decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED ag...Sebastian Dröge2015-09-243-21/+72