summaryrefslogtreecommitdiff
path: root/ext/gl
Commit message (Expand)AuthorAgeFilesLines
* gl/eglimage: add eglimage context featureMatthew Waters2014-05-201-3/+6
* glimagesink: Check if context creation failed before trying to use itSebastian Dröge2014-05-191-0/+9
* gl/download: update to be similar to the glupload semanticsMatthew Waters2014-05-141-11/+2
* gleffects: use gl_vtableJulien Isorce2014-05-081-11/+13
* gl/upload: implement lazy initMatthew Waters2014-05-081-9/+1
* gl: advertise GstGLMemory usage in the caps as capsfeaturesMatthew Waters2014-05-072-3/+23
* gl/sink: make sure we always initialize the upload objectMatthew Waters2014-05-071-0/+12
* gl: use the bufferpool's upload when availableMatthew Waters2014-05-021-14/+2
* glcolorscale: fix operation with dual GL, GLES2 libgstglMatthew Waters2014-05-011-13/+17
* glcolorscale: use a shader on GLESv2Julien Isorce2014-04-302-2/+76
* glimagesink: use new helper function to avoid duplicating default shader textJulien Isorce2014-04-301-45/+4
* gleffects: use new helper functions to avoid duplicating the same vertex shad...Julien Isorce2014-04-305-82/+24
* gl: use gst_gl_platform_from_string because we support gl shareList on all pl...Julien Isorce2014-04-281-3/+1
* gl: fails glimagesink when shader compilation went wrongJulien Isorce2014-04-241-1/+8
* gl: call glClearColor before glClearJulien Isorce2014-04-241-0/+3
* glimagesink: Use the pixel-aspect-ratio adjusted width/height when centering ...Sebastian Dröge2014-04-231-2/+2
* glimagesink: By default keep the display aspect ratioSebastian Dröge2014-04-231-8/+8
* gltestsrc: Unref context when creation failed and guard against that in fill()Sebastian Dröge2014-04-231-1/+3
* glimagesink: Call gst_object_unref() on the GstGL GObjects againSebastian Dröge2014-04-231-4/+4
* glimagesink: If creating a context or upload failed, destroy itSebastian Dröge2014-04-231-2/+8
* gl: a couple spelling/grammar fixesVincent Penquerc'h2014-04-211-2/+2
* gl: guard against using a NULL window pointerVincent Penquerc'h2014-04-211-1/+3
* glimagesink: remove unused textureMatthew Waters2014-04-132-8/+0
* glimagesink: move upload into _prepare()Matthew Waters2014-04-132-15/+31
* gl: Set glimagesink rank to SECONDARYSebastian Dröge2014-04-121-1/+1
* glimagesink: First handle GL window setup, then create the context and its th...Sebastian Dröge2014-04-121-3/+4
* gl/mem: allocate the memory per planeMatthew Waters2014-04-111-4/+2
* gl: add colorconvert object that converts between color spaces/formatsMatthew Waters2014-04-112-3/+3
* gl: pass large structure by const pointer, not valueVincent Penquerc'h2014-04-094-12/+12
* gl: test for frame NULLness before dereferencing itVincent Penquerc'h2014-04-082-2/+12
* glimagesink: Create GL context and set up window from the streaming threadSebastian Dröge2014-04-071-46/+31
* gl: pass video info's by referenceMatthew Waters2014-04-021-2/+2
* gl: fix array initializationMatthew Waters2014-04-022-3/+3
* glbumper: remove redundant checkMatthew Waters2014-04-021-3/+0
* gl: fix assignment of temporary variablesMatthew Waters2014-04-022-77/+45
* gl: avoid adding a NULL pool to propose allocationMatthew Waters2014-04-021-2/+4
* gl: only set CAPS_FEATURE_MEMORY_EGL_IMAGE on egl platformJulien Isorce2014-03-271-3/+6
* gl: let the user includes itself our egl headers if neededJulien Isorce2014-03-261-0/+4
* gl: add EGLImage supportJulien Isorce2014-03-261-1/+17
* gl: fix out-of-source builds.Gwenole Beauchesne2014-03-241-2/+8
* gl: silence a critical if upstream does not provide us with meta paramsMatthew Waters2014-03-201-26/+28
* gl: silence warnings building for RPI related to 'vcos_*'Julien Isorce2014-03-191-4/+4
* gl: keep only one occurence of '#include <EGL/egl.h>'Julien Isorce2014-03-191-2/+0
* gl: silence all the compiler warningsMatthew Waters2014-03-1626-57/+46
* move gl elements to ext subdirectoryMatthew Waters2014-03-1659-0/+12789