summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-16adaptivedemux: refactor chunk_received functionadaptivedemuxThiago Santos6-253/+277
2015-01-16dashdemux: Fix detection for the end of segment.David Waring1-1/+1
2015-01-16dashdemux: remove unused segment attributeThiago Santos2-6/+0
2015-01-16dashdemux: implement ISOBMFF profile handlingThiago Santos2-38/+264
2015-01-16dashdemux: parse the sidx index from isobmff streamsThiago Santos5-0/+323
2015-01-16dashdemux: check for profilesThiago Santos2-0/+26
2015-01-16adaptivedemux: add a special return to signal subsegment boundaryThiago Santos2-4/+17
2015-01-16adaptivedemux: Actually use the byte range for the fragment urlThiago Santos1-1/+3
2015-01-16adaptivedemux: allow downloads of headers onlyThiago Santos1-28/+30
2015-01-16adaptivedemux: refactor common code to functionThiago Santos1-41/+53
2015-01-16adaptivedemux: inform subclass when headers/index are being downloadedThiago Santos2-0/+7
2015-01-16uridownloader: a few leak fixesVincent Penquerc'h1-1/+6
2015-01-16fragment: fix caps and buffer leaks in get_propertyVincent Penquerc'h1-2/+2
2015-01-16hlsdemux: remove unused fragments_cache fieldVincent Penquerc'h1-1/+0
2015-01-16hlsdemux: a few leak fixesVincent Penquerc'h1-0/+4
2015-01-15bs2b: implement the preset interfaceStefan Sauer1-93/+99
2015-01-15docs: add new bs2b plugin and elementStefan Sauer5-20/+408
2015-01-15bs2b: add new plugin (Effect/Audio, crossfeed)Christoph Reiter5-0/+513
2015-01-15interaudiosink: Make sure that buffer time is always bigger than period timeSebastian Dröge1-0/+10
2015-01-15decklinkvideosink: Also consider max-lateness property value before dropping ...Sebastian Dröge1-2/+4
2015-01-15vtdec: implement the GL texture upload metaAlessandro Decina3-43/+154
2015-01-15avfvideosrc: implement the GL texture upload metaAlessandro Decina5-6/+229
2015-01-15glvideomixer: don't upload if alpha <= 0Matthew Waters3-77/+116
2015-01-15glmemory: remove spurious gst_video_info_alignMatthew Waters1-2/+0
2015-01-14compositor: Document the zorder pad property from gstvideoaggregatorNirbheek Chauhan1-0/+4
2015-01-14aggregator: Nitpick spacing/punctuation in debug loggingNirbheek Chauhan1-2/+3
2015-01-14decklinkvideosink: Stop scheduled playback shortly in PAUSED->PLAYING if it w...Sebastian Dröge1-1/+15
2015-01-14decklinkvideosink: Don't schedule too late frames in prepare()Sebastian Dröge2-14/+54
2015-01-14decklinkvideosink: Keep track of the time when we went to PLAYING for the ext...Sebastian Dröge2-2/+13
2015-01-14decklinkvideosink: Enable QoS and set max-lateness to 20msSebastian Dröge1-0/+3
2015-01-14h264parser: fix stack smashingVincent Penquerc'h1-4/+8
2015-01-14gl: split glcolorconvert usage from gluploadMatthew Waters13-103/+253
2015-01-14glmemory: offset the data pointer for upload for GstVideoAlignmentMatthew Waters1-8/+23
2015-01-14glmemory: use pbo's for uploadMatthew Waters2-6/+71
2015-01-14glupload: relax the GLMemory uploader check for input caps featuresMatthew Waters1-4/+0
2015-01-13Revert "Revert "openh264: fix to work with released versions and master of up...Zaheer Abbas Merali3-27/+9
2015-01-13openh264: remove all trace output to console from encoderZaheer Abbas Merali1-0/+3
2015-01-13decklink: Use BT2020 colorspace for UltraHD resolutionsSebastian Dröge2-14/+14
2015-01-13decklink: Fix indention once againSebastian Dröge3-6/+3
2015-01-13audiovisualizer: handle the return of the setup functionLuis de Bethencourt1-2/+8
2015-01-13Revert "audiovisualizer: remove unused value"Luis de Bethencourt1-1/+1
2015-01-13decklinkvideosink: Get our own "start time" instead of the one of the pipelineSebastian Dröge1-2/+14
2015-01-13inter: Use a #define for the default value of the channel propertySebastian Dröge5-10/+20
2015-01-13intervideosrc: Make the timeout configurable after which we start showing a b...Sebastian Dröge2-9/+27
2015-01-13audiovisualizer: remove unused valueLuis de Bethencourt1-1/+1
2015-01-13compositor: Don't do any conversions if the pad is completely transparent anywaySebastian Dröge1-1/+6
2015-01-13inter: silence messages for flushed / created samplesBranislav Katreniak3-3/+3
2015-01-13glcolorconvert: fix memleakNicola Murino1-1/+3
2015-01-13glupload: fix some memory leaksNicola Murino1-0/+3
2015-01-13glcontext: allow wrapped contexts to be utilised like non-wrapped contextsMatthew Waters3-64/+158