summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* srtpenc: Fix typo in logJose Antonio Santos Cadenas2015-03-171-1/+1
* dtls: Initialize debug category earlierSebastian Dröge2015-03-171-3/+4
* dtls: make sure we actually log into the right debug categoryTim-Philipp Müller2015-03-163-15/+5
* dtls: fix some more compiler warningsTim-Philipp Müller2015-03-162-10/+21
* dtls: Unconditionally use GStreamer debug log systemSebastian Dröge2015-03-167-172/+106
* dtls: Re-namespace from Er to GstSebastian Dröge2015-03-1620-645/+622
* dtls: Fix some compiler warningsSebastian Dröge2015-03-161-3/+4
* dtls: Fix indentionSebastian Dröge2015-03-1610-2504/+2741
* dtls: Add new DTLS pluginSebastian Dröge2015-03-1622-2/+4656
* dashdemux: fetch wrong segment at the end of Periodxixi2015-03-151-1/+1
* glupload: move meta-data copy into gst-gl libraryVíctor Manuel Jáquez Leal2015-03-141-3/+0
* glimagesink: keep window invisible when sharing outputJulien Isorce2015-03-141-1/+7
* glimagesink: provide GstSample in client-draw signalJulien Isorce2015-03-141-11/+14
* glsyncmeta: make context to wait and set sync explicitMatthew Waters2015-03-142-2/+2
* glimagesink: Add NULL check in error caseNicolas Dufresne2015-03-141-1/+2
* glupload/colorconvert: only copy timestamps if the input buffer != outputMatthew Waters2015-03-142-4/+6
* glshader: attribute locations are -1 on errorMatthew Waters2015-03-131-3/+3
* GL: Remove annoying printf in the filterbin class_initJan Schmidt2015-03-141-2/+0
* glimagesink: add pixel-aspect-ratio property on the binMatthew Waters2015-03-131-1/+5
* glimagesink: forward ALL the properties on the binMatthew Waters2015-03-131-8/+93
* gluploadelement: properly unref buffers that are the same as the inputMatthew Waters2015-03-131-0/+5
* gl: get the context from basemixer/basefilterMatthew Waters2015-03-1333-202/+217
* gl: retreive the gldisplay/app gl context as soon as possibleMatthew Waters2015-03-133-7/+80
* caopengllayersink: implement as a bin like glimagesinkMatthew Waters2015-03-123-165/+150
* gl/cocoa: avoid deadlock when creating context on the main thread.Matthew Waters2015-03-121-2/+1
* gl: store the list of contexts within gldisplayMatthew Waters2015-03-123-199/+87
* glimagesink: unset the current shader after renderingMatthew Waters2015-03-121-0/+2
* gltestsrc: remove usage of gldownload library objectMatthew Waters2015-03-122-89/+82
* gl: new glsrcbin elementMatthew Waters2015-03-124-0/+352
* glvideomixer: implement with glmixerbinMatthew Waters2015-03-123-52/+264
* glmixer: remove usage of upload/download objectsMatthew Waters2015-03-122-270/+40
* gl: new glmixerbin elementMatthew Waters2015-03-124-0/+650
* glimagesink: implement as a binMatthew Waters2015-03-123-105/+185
* gl: new glsinkbin elementMatthew Waters2015-03-124-0/+484
* gl: new element glfilterbinMatthew Waters2015-03-124-0/+375
* gl: add new gldownloadelementMatthew Waters2015-03-124-0/+247
* gl: add a new glcolorconvert element based on the glcolorconvert library objectMatthew Waters2015-03-124-0/+272
* gl: add a new glupload element based on the glupload library objectMatthew Waters2015-03-124-0/+327
* gl: add a new glbasemixer class below glmixerMatthew Waters2015-03-127-486/+957
* opusenc: replace cbr and constrained-vbr properties with an enumVincent Penquerc'h2015-03-122-14/+83
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-124-5/+5
* dashdemux: implement get_presentation_offset.Mathieu Duponchelle2015-03-103-5/+45
* gstmpdparser: Really set the default value for startNumber.Mathieu Duponchelle2015-03-101-4/+3
* glmixer: Don't share our downstream pool with upstreamNicolas Dufresne2015-03-061-22/+3
* glimagesink: Only cache pool, don't manage itNicolas Dufresne2015-03-061-64/+35
* gl: Remove format info in glcolorconvert's transform_caps function instead of...Sebastian Dröge2015-03-063-139/+9
* motioncells: protect against not found idLuis de Bethencourt2015-03-051-14/+14
* opencv: remove always-true checkLuis de Bethencourt2015-03-051-1/+1
* opusdec: fix latency query in FEC caseVincent Penquerc'h2015-03-041-4/+4
* hlsdemux: set timestamp on discont buffersThiago Santos2015-03-041-1/+1