summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* glimagesink: update display size before sending eventNicolas Dufresne2015-08-221-3/+3
* gl: Let base transform relay the meta api for usNicolas Dufresne2015-08-222-20/+27
* dtsdec: remove unused valueLuis de Bethencourt2015-08-211-1/+1
* facedetect: remove unnecessary variable.Vanessa Chipirrás Navalón2015-08-212-9/+0
* caopengllayersink: Don't chain up to parent's query handling twice for DRAIN ...hoonhee.lee2015-08-211-1/+0
* dashdemux: Handle encoding specified in the <xml> element when dumping nodesSebastian Dröge2015-08-191-9/+1
* assrender: check video frame mapping succeeded before blendingArnaud Vrac2015-08-191-15/+30
* dashdemux: replace xmlNodeDump with xmlNodeDumpOutputAlex Ashley2015-08-191-8/+36
* hlsdemux: abort playlist update when cancelledArnaud Vrac2015-08-191-1/+1
* gtk/gl: Use our GL function table instead of directly calling GL functionsSebastian Dröge2015-08-191-5/+7
* handdetect: remove unnecessary variable.Vanessa Chipirrás Navalón2015-08-182-7/+0
* handdetect: check CvHaarClassifierCascade is release before being modified.Vanessa Chipirrás Navalón2015-08-181-0/+4
* handdetect: code refactoring of gst_handdetect_load_profile.Vanessa Chipirrás Navalón2015-08-181-23/+21
* daalaenc: Fix buildSebastian Dröge2015-08-181-86/+90
* x265enc: add accept-caps handlingThiago Santos2015-08-171-0/+27