summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtkglsink: Hide and clean the GtkWindow we might createThibault Saunier2015-09-193-8/+24
* adaptivedemux: prefix the statistics message name macroPhilippe Normand2015-09-171-1/+1
* Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt2015-09-183-4/+28
* glimagesink: request a resize on caps/3d mode changesMatthew Waters2015-09-171-33/+20
* gl/uploadelement: fail earlier if we could not upload the bufferMatthew Waters2015-09-171-3/+10
* gl: Fix GError leaks during failuresVineeth T M2015-09-174-0/+5
* mpdparser: support for negative repeat count in segmentsVincent Penquerc'h2015-09-161-18/+87
* mpdparser: properly read signed r values for S elementsVincent Penquerc'h2015-09-162-2/+34
* mdpparser: catch failures to parseVincent Penquerc'h2015-09-161-5/+6
* glimagesink: avoid updating the viewport in the draw loopMatthew Waters2015-09-162-11/+10
* opusdec: remove check for number of channelsThiago Santos2015-09-151-6/+0
* dashdemux: fix return when trying to advance in subfragmented streamThiago Santos2015-09-151-2/+5
* pitch: Set seqnum on newly created segment eventThibault Saunier2015-09-151-0/+3
* mpdparser: Don't consider period start times in periods with segment lists ei...Sebastian Dröge2015-09-141-7/+6
* dashdemux: Export the period start time to the base classSebastian Dröge2015-09-143-3/+26
* Revert "dashdemux: Subtract the period start time from the presentation offset"Sebastian Dröge2015-09-141-5/+1
* Revert "dashdemux: Include the period start in the fragment timestamps in all...Sebastian Dröge2015-09-141-6/+2
* mpdparser: Consider the repeat count when checking if a segment is the last oneSebastian Dröge2015-09-141-1/+10
* dashdemux: also check for subfragments on has_next_fragmentThiago Santos2015-09-141-0/+23
* opusenc: improve deprecated properties docsMiguel París Díaz2015-09-111-12/+12
* opusenc: do not throw g_warning when getting deprecated propertiesMiguel París Díaz2015-09-111-3/+8
* gtk, qt: more specifically define the compile time requirementsMatthew Waters2015-09-102-8/+8
* qt: use our function table instead of directly calling gl functionsMatthew Waters2015-09-101-2/+5
* mpdparser: fix period start time scalingVincent Penquerc'h2015-09-071-1/+6
* faac: Add bitrate info to the tags output.Jan Schmidt2015-09-051-0/+18
* gtk: Do not consider GtkEvents as handledThibault Saunier2015-09-041-3/+3
* qmlsink: Ensure that at least one windowing system is availableNirbheek Chauhan2015-08-311-2/+2
* gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller2015-08-313-6/+6
* Fix file permissions of some filesTim-Philipp Müller2015-08-282-0/+0
* edgedetect: Rename gstedgedetect.c to gstedgedetect.cpp for consistency.Vanessa Chipirrás Navalón2015-08-282-6/+7
* edgedetect: remove unused and useless functions.Vanessa Chipirrás Navalón2015-08-281-2/+0
* textoverlay: remove unused variableLuis de Bethencourt2015-08-282-8/+0
* faceblur: remove unused variable.Vanessa Chipirrás Navalón2015-08-282-10/+0
* faceblur: need to migrate to C++.Vanessa Chipirrás Navalón2015-08-282-26/+30
* faceblur: Check CvHaarClassifierCascade is release before being modified.Vanessa Chipirrás Navalón2015-08-281-0/+2
* faceblur: Code refactoring of gst_face_blur_load_profile.Vanessa Chipirrás Navalón2015-08-281-11/+15
* faceblur: Change gstfaceblur to C++.Vanessa Chipirrás Navalón2015-08-282-9/+10
* dashdemux: don't meddle with the class struct from an instanceTim-Philipp Müller2015-08-271-8/+10
* hlsdemux: select correct position for live streams that don't remove fragmentsAthanasios Oikonomou2015-08-261-6/+5
* glupload: Use base class metadata copy functionNicolas Dufresne2015-08-251-24/+8
* glcolorconvert: Use base transform metadata copyNicolas Dufresne2015-08-251-2/+5