summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* gl: add and use gst_gl_internal_format_rgbaJulien Isorce2015-05-272-6/+8
* opencv: 'for' loop initial declarationLuis de Bethencourt2015-05-271-2/+4
* gleffects: 'for' loop initial declarationLuis de Bethencourt2015-05-271-10/+11
* resindvd: remove unused valueLuis de Bethencourt2015-05-271-2/+0
* hlsdemux: remove more unused attributesThiago Santos2015-05-272-8/+0
* hlsdemux: remove unused attributeThiago Santos2015-05-272-12/+0
* gloverlay: fix a leakXavier Claessens2015-05-261-0/+1
* gloverlay: properly handle errors while loading fileXavier Claessens2015-05-261-44/+91
* gloverlay: remove unused type_file fieldXavier Claessens2015-05-262-11/+10
* gleffects: properly initialize the shaders across contexts implementing multi...Matthew Waters2015-05-261-8/+14
* gleffects_laplacian: fix shader compilation in gl3/gles2Matthew Waters2015-05-261-0/+1
* curlsink: handle socket callback for active FTP connections as wellPatricia Muscalu2015-05-252-7/+27
* dashdemux: Fix segfault introduced by segment iteration refactoring (2105a310).David Waring2015-05-251-57/+123
* dashdemux: use signed integet to represent segment indexThiago Santos2015-05-252-3/+3
* dashdemux: fix outdated example launch lineSuhwang Kim2015-05-251-1/+1
* gltransformation: fix DrawElements call for element array buffersMatthew Waters2015-05-251-1/+1
* dashdemux: remove unnecessary semicolonJimmy Ohn2015-05-221-1/+1
* compositor/glvideomixer: Don't calculate PAR/DAR with unset GstVideoInfosSebastian Dröge2015-05-211-0/+9
* compositor/glvideomixer: fix up par handlingMatthew Waters2015-05-211-7/+8
* x265enc: Only copy VPS/SPS/PPS NAL units in header bufferThijs Vermeir2015-05-201-12/+18
* x265enc: Fix tune parameter mismatchThijs Vermeir2015-05-201-2/+2
* caopengllayersink: static const the indices arrayMatthew Waters2015-05-201-1/+1
* caopengllayersink: correctly use the sync meta across multiple contextsMatthew Waters2015-05-202-7/+39
* caopengllayersink: update for GL3 element array buffer usageMatthew Waters2015-05-202-9/+33
* glimagesink: correctly use the sync meta across multiple contextsMatthew Waters2015-05-202-5/+36
* hlsdemux: Simplify logic in process_manifestJimmy Ohn2015-05-182-11/+10
* cvsmooth: rename propertiesVineeth T M2015-05-182-50/+50
* cvsmooth: Wrong assignment of prop leads to crashVineeth T M2015-05-181-2/+2
* pyramidsegment: wrong value of level propertyVineeth T M2015-05-181-1/+1
* dtls: Fix memory leakJose Antonio Santos Cadenas2015-05-154-0/+16
* glimagesink: free the vertex buffer when doneMatthew Waters2015-05-141-1/+6
* gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) callsMatthew Waters2015-05-1424-113/+1
* glimagesink: cleanup propertiesMatthew Waters2015-05-142-24/+6
* gleffects: only try the GL2 shader init path if we have a GL2 contextMatthew Waters2015-05-141-7/+9
* gl: element buffers are part of vao stateMatthew Waters2015-05-1410-54/+146
* dashdemux: avoid busy-looping when waiting for new fragmentThiago Santos2015-05-133-0/+30
* dashdemux: Improve live stream manifest update repositioningThiago Santos2015-05-133-8/+20
* dashdemux: add more protection when acessing gptrarray entriesThiago Santos2015-05-131-11/+49
* dashdemux: remove unused functionsThiago Santos2015-05-132-53/+10
* dashdemux: reuse seeking function to reduce repeated codeThiago Santos2015-05-133-58/+4
* dashdemux: refactor segment iteration for better performanceThiago Santos2015-05-133-63/+93
* dashdemux: improve mpd parsing for repeated segment entriesThiago Santos2015-05-132-67/+97
* dtlsenc: Fix memory leak releasing connection_idJose Antonio Santos Cadenas2015-05-131-0/+5
* dtlsenc: Fix memory leak while setting connection-idJose Antonio Santos Cadenas2015-05-131-0/+4
* dtlsdec: Fix memory leak, release previous pemJose Antonio Santos Cadenas2015-05-131-0/+4
* dtlsdec: Fix memory leak on disposeJose Antonio Santos Cadenas2015-05-131-0/+2
* dtlsconnection: Fix memory leak while setting closureJose Antonio Santos Cadenas2015-05-131-0/+4
* gl: don't deadlock on context creation failureMatthew Waters2015-05-133-4/+12
* glmixerbin: Don't unref pad templatesSebastian Dröge2015-05-131-1/+0
* srtpenc: fix failure return values from create_session()Tim-Philipp Müller2015-05-131-2/+2