summaryrefslogtreecommitdiff
path: root/ext/gl
Commit message (Expand)AuthorAgeFilesLines
* glimagesink: Show error when video frame is not mapped.Lubosz Sarnecki2015-12-181-0/+1
* glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina2015-12-181-4/+4
* glimagesink: don't deadlock on resizeMatthew Waters2015-12-181-4/+4
* glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters2015-12-171-4/+24
* plugins-bad: Fix example pipelinesVineeth TM2015-12-159-12/+12
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-142-3/+4
* gldownload: remove helper api from the libraryMatthew Waters2015-12-141-1/+0
* gltransformation: clear to transparentMatthew Waters2015-12-121-1/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-184-14/+7
* glimagesink: Remove unused variableSebastian Dröge2015-11-171-1/+0
* glimagesink: wait on the correct sync meta when renderingMatthew Waters2015-11-172-9/+22
* glimagesink: add support for rendering external-oes texturesMatthew Waters2015-11-172-10/+81
* glimagesink: Fix structure memory leakVineeth TM2015-11-171-1/+3
* glviewconvert: remove set_formatMatthew Waters2015-11-113-9/+33
* glimagesink: fix a memory leak if the view conversion failsMatthew Waters2015-11-111-1/+5
* glimagesink: balance the creation/destruction of the overlay compositorMatthew Waters2015-11-111-6/+13
* glimagesink: wait on the provided sync meta provided to glimagesinkMatthew Waters2015-11-101-0/+5
* glmixerbin: fix minor leakTim-Philipp Müller2015-11-061-1/+1
* glcolorconvert: remove unused ret variableMatthew Waters2015-10-301-1/+0
* glcolorconvert: add support for converting texture targetsMatthew Waters2015-10-301-12/+2
* glmemory: add support for rectangle texturesMatthew Waters2015-10-306-25/+48
* opengl: build/provide glstereomix/split on gles only systemsMatthew Waters2015-10-272-17/+19
* glviewconvert: expose the element on gles2 platformsMatthew Waters2015-10-261-5/+5
* glshaderelement: free the vertex and fragment strings on finalizeMatthew Waters2015-10-211-0/+8
* glshaderelement: remove unneeded reference to <gst/gl/gstglshadervariables.h>Matthew Waters2015-10-211-1/+0
* glimagesink: create a context in NULL_READYMatthew Waters2015-10-211-7/+7
* glshaderelement: implement setting arbitrary uniformsMatthew Waters2015-10-212-0/+94
* gl: be consistent in gobject boilerpateMatthew Waters2015-10-191-1/+1
* glshaderelement: implement on-demand create-shader signallingMatthew Waters2015-10-172-20/+40
* gl/calayer: don't leak a gl shader objectMatthew Waters2015-10-171-2/+0
* gl/caopengllayersink: port to new GstGLShader APIMatthew Waters2015-10-151-3/+12
* glshader: port element to GstGLSLStageMatthew Waters2015-10-152-237/+211
* glshader: port to using GstGLSLStage objects for string managementMatthew Waters2015-10-155-53/+80
* glvideomixer: Proxy the ignore-eos videoaggregator property as wellNirbheek Chauhan2015-10-061-0/+7
* glcolorscale: use glbasefilter vfuncsMatthew Waters2015-10-011-78/+36
* glupload: remove useless release_bufferMatthew Waters2015-09-301-2/+0
* gl: chain up to the parent class for GstElement::set_contextMatthew Waters2015-09-285-0/+11
* gl: sprinkle some debug markers to ease debuggingMatthew Waters2015-09-281-0/+5
* Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt2015-09-181-1/+8
* glimagesink: request a resize on caps/3d mode changesMatthew Waters2015-09-171-33/+20
* gl/uploadelement: fail earlier if we could not upload the bufferMatthew Waters2015-09-171-3/+10
* gl: Fix GError leaks during failuresVineeth T M2015-09-173-0/+3
* glimagesink: avoid updating the viewport in the draw loopMatthew Waters2015-09-162-11/+10
* glupload: Use base class metadata copy functionNicolas Dufresne2015-08-251-24/+8
* glcolorconvert: Use base transform metadata copyNicolas Dufresne2015-08-251-2/+5
* glimagesink: update display size before sending eventNicolas Dufresne2015-08-221-3/+3
* gl: Let base transform relay the meta api for usNicolas Dufresne2015-08-222-20/+27
* caopengllayersink: Don't chain up to parent's query handling twice for DRAIN ...hoonhee.lee2015-08-211-1/+0
* glsink: Enable sync meta on pools we offerNicolas Dufresne2015-08-151-0/+2
* glimagesink: Move overlay rendering after video renderingNicolas Dufresne2015-08-151-2/+2