summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* qt: add support for building on osx/iosMatthew Waters2015-10-025-10/+44
* rtmpsrc: Fix indentation with gst-indentJohn Slade2015-10-021-2/+2
* glcolorscale: use glbasefilter vfuncsMatthew Waters2015-10-011-78/+36
* mssdemux: activate streams before configuring bitratePhilippe Normand2015-09-301-2/+15
* mssdemux: PlayReady WRM parsing supportPhilippe Normand2015-09-304-0/+140
* mssdemux: always use timescale for gst timestamp calculationPhilippe Normand2015-09-301-6/+5
* glupload: remove useless release_bufferMatthew Waters2015-09-301-2/+0
* gtk: add some GL debug statements to show up in GL tracesMatthew Waters2015-09-301-4/+10
* hls: m3u8playlist: more clean-upsTim-Philipp Müller2015-09-302-37/+22
* hls: m3u8playlist: fix silly queue iteration codeTim-Philipp Müller2015-09-301-4/+4
* hls: m3u8playlist: more minor playlist_render() clean-upsTim-Philipp Müller2015-09-301-19/+10
* hls: m3u8playlist: move entry rendering into render_playlist()Tim-Philipp Müller2015-09-301-27/+15
* hls: m3u8playlist: simplify gst_m3u8_playlist_render()Tim-Philipp Müller2015-09-302-25/+20
* hls: remove unused macro and direct gio usageTim-Philipp Müller2015-09-304-6/+2
* opencv: erode: remove non-ip transform funcLuis de Bethencourt2015-09-291-15/+0
* opencv: dilate: remove non-ip transform funcLuis de Bethencourt2015-09-291-15/+0
* opencv: use gst_opencv_video_filter_set_in_place()Luis de Bethencourt2015-09-298-9/+19
* handdetect: check for haar cascade files pathLuis de Bethencourt2015-09-291-2/+11
* opencv: cvlaplace: add scale and shift propertiesLuis de Bethencourt2015-09-292-2/+31
* qtsink: explicitely fallthrough switch statementLuis de Bethencourt2015-09-291-0/+2
* 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
* gl: chain up to the parent class for GstElement::set_contextMatthew Waters2015-09-285-0/+11
* qml: remove overwritten valueLuis de Bethencourt2015-09-281-2/+0
* qt: add support for building/running on androidMatthew Waters2015-09-285-4/+64
* qt: don't use CPPFLAGS for tools that cannot use themMatthew Waters2015-09-281-1/+1
* qt: rename library to include gst prefixMatthew Waters2015-09-281-7/+7
* gl: sprinkle some debug markers to ease debuggingMatthew Waters2015-09-281-0/+5
* resindvd: Send gap updates to the segment stop during stillsJan Schmidt2015-09-271-10/+15
* sfdec: Fix typo in goto variable nameJimmy Ohn2015-09-261-2/+2
* dashdemux: create src pads for subtitle streams.Chris Bass2015-09-264-22/+65
* dashdemux: Implement lazy-loading of external periodsSebastian Dröge2015-09-253-9/+58
* mpdparser: Load OnLoad external resources immediately instead of on demandSebastian Dröge2015-09-251-0/+172
* mpdparser: Add support for loading external SegmentListsSebastian Dröge2015-09-251-9/+143
* mpdparser: Add support for loading external AdaptationSetsSebastian Dröge2015-09-251-3/+149
* mpdparser: Implement loading of external Period nodesSebastian Dröge2015-09-251-13/+190
* mpdparser: Store an URI downloader in the parser for downloading additional M...Sebastian Dröge2015-09-253-0/+21
* mpdparser: Parse xlink attributes from Period, AdaptationSet and SegmentListSebastian Dröge2015-09-252-0/+78
* dashdemux: Properly handle relative and non-HTTP URIs for the headers/indicesSebastian Dröge2015-09-251-7/+3
* mpdparser: If no Initialization is present in the SegmentBase, assume it is b...Sebastian Dröge2015-09-251-26/+26
* 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
* mpdparser: Only check stream->segments for a repeated last segment if we have...Sebastian Dröge2015-09-221-1/+2
* x265enc: Drop incorrect stream-format="avc" in template capsArun Raghavan2015-09-211-1/+1
* gtksink: Do not re destroy the GtkWindow if destroyed by the userThibault Saunier2015-09-211-1/+8