summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* audioaggregator: Fix mixup of running times and segment positionsSebastian Dröge2015-09-141-38/+100
* audioaggregator: Use stream time in the position query instead of segment pos...Sebastian Dröge2015-09-141-2/+3
* videoaggregator: Fix mixup of running times and segment positionsSebastian Dröge2015-09-141-29/+61
* aggregator: Document that get_next_time() should return running timeSebastian Dröge2015-09-141-1/+1
* mpdparser: Don't consider period start times in periods with segment lists ei...Sebastian Dröge2015-09-142-16/+21
* mpdparser: Fix unit test that assumed that fragment timestamps should include...Sebastian Dröge2015-09-141-1/+8
* dashdemux: Export the period start time to the base classSebastian Dröge2015-09-143-3/+26
* adaptivedemux: Properly implement timestamping of multi-period streamsSebastian Dröge2015-09-142-48/+151
* 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
* 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