summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* videoaggregator: fix caps query to properly handle alpha formatsThiago Santos2015-09-112-12/+199
* vtdec: Use R/RG textures for NV12 when the context provides themJan Schmidt2015-09-121-5/+15
* vtdec: Prefer GL output caps.Jan Schmidt2015-09-121-23/+33
* codecparsers: h265: Fix the selection of Active Ref Pic SetSreerenj Balachandran2015-09-101-4/+3
* codecparsers: h265 : Fix default scaling list valuesSreerenj Balachandran2015-09-101-2/+2
* decklinkvideosink: less-than-zero comparison of an unsigned value is never trueSebastian Dröge2015-09-101-2/+3
* gtk, qt: more specifically define the compile time requirementsMatthew Waters2015-09-103-24/+43
* build/qt: indent configure fileMatthew Waters2015-09-101-6/+6
* qt: use our function table instead of directly calling gl functionsMatthew Waters2015-09-101-2/+5
* gl/api: use public rather than private defineMatthew Waters2015-09-101-1/+1
* decklinkvideosink: Handle pipelines where the running time does not start aro...Sebastian Dröge2015-09-091-4/+26
* decklinkvideosink: Consider pipeline latency, render delay and ts offset when...Sebastian Dröge2015-09-091-0/+23
* directsoundsrc: fix build error for 64bit Windows build by MinGWKouhei Sutou2015-09-091-1/+1
* gl/eagl: Also unbind renderbuffer after setting up framebufferSebastian Dröge2015-09-091-0/+1
* gl/eagl: Don't make context uncurrent just to make it current again in the ne...Sebastian Dröge2015-09-091-4/+0
* 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
* compositor: Ensure all arguments to CLAMP are signed intNirbheek Chauhan2015-09-042-2/+13
* gtk: Do not consider GtkEvents as handledThibault Saunier2015-09-041-3/+3
* videoaggregator: lift restriction of changing pixel-aspect-ratioThiago Santos2015-09-031-3/+1
* qmlsink: Ensure that at least one windowing system is availableNirbheek Chauhan2015-08-312-4/+17
* pcapparse: Reset state on flush and state changesOlivier Crête2015-08-311-4/+23
* gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller2015-08-314-7/+7
* aggregator: Also ignore start-time on seek from gst_element_send_event()Olivier Crête2015-08-311-0/+1
* compositor: variables in clamp_rectangle() should be signedNirbheek Chauhan2015-08-291-7/+7
* Fix file permissions of some filesTim-Philipp Müller2015-08-2810-0/+0
* compositor: remove check for below zero for unsigned valueLuis de Bethencourt2015-08-281-4/+4
* 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
* dvbsuboverlay: Fix caps memory leak by making static caps actually staticSebastian Dröge2015-08-271-1/+1
* dashdemux: don't meddle with the class struct from an instanceTim-Philipp Müller2015-08-271-8/+10
* h264parse/h265parse: Fix negotiation crashNicolas Dufresne2015-08-262-2/+4
* compositor: Actually use the output resolution for clampingNirbheek Chauhan2015-08-262-17/+52
* codecparsers: h265: Fix tile row and column parsingXuGuangxin2015-08-262-18/+43
* 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
* gl/eagl: Unref context after setting a window handleSebastian Dröge2015-08-251-0/+2
* win32: Add new h265 parser symbolsSebastian Dröge2015-08-241-0/+4
* codecparsers: h265: Add APIs for up-right-diagonal/raster scan conversionlyb2015-08-242-0/+141
* codecparsers: h265: Fix the range of delta_chroma_log2_weight_denomXuGuangxin2015-08-241-2/+4