gl/memory: RGBA/UNSIGNED_BYTE only format supported by ReadPixels GLES2
[platform/upstream/gstreamer.git] / ext /
2017-12-09 Matthew Watersgl/eglimage: add eglimage context feature
2017-12-09 Sebastian Drögeglimagesink: Check if context creation failed before...
2017-12-09 Matthew Watersgl/download: update to be similar to the glupload semantics
2017-12-09 Julien Isorcegleffects: use gl_vtable
2017-12-09 Matthew Watersgl/upload: implement lazy init
2017-12-09 Matthew Watersgl: advertise GstGLMemory usage in the caps as capsfeatures
2017-12-09 Matthew Watersgl/sink: make sure we always initialize the upload...
2017-12-09 Matthew Watersgl: use the bufferpool's upload when available
2017-12-09 Matthew Watersglcolorscale: fix operation with dual GL, GLES2 libgstgl
2017-12-09 Julien Isorceglcolorscale: use a shader on GLESv2
2017-12-09 Julien Isorceglimagesink: use new helper function to avoid duplicati...
2017-12-09 Julien Isorcegleffects: use new helper functions to avoid duplicatin...
2017-12-09 Julien Isorcegl: use gst_gl_platform_from_string because we support...
2017-12-09 Julien Isorcegl: fails glimagesink when shader compilation went...
2017-12-09 Julien Isorcegl: call glClearColor before glClear
2017-12-09 Sebastian Drögeglimagesink: Use the pixel-aspect-ratio adjusted width...
2017-12-09 Sebastian Drögeglimagesink: By default keep the display aspect ratio
2017-12-09 Sebastian Drögegltestsrc: Unref context when creation failed and guard...
2017-12-09 Sebastian Drögeglimagesink: Call gst_object_unref() on the GstGL GObje...
2017-12-09 Sebastian Drögeglimagesink: If creating a context or upload failed...
2017-12-09 Vincent Penquerc'hgl: a couple spelling/grammar fixes
2017-12-09 Vincent Penquerc'hgl: guard against using a NULL window pointer
2017-12-09 Matthew Watersglimagesink: remove unused texture
2017-12-09 Matthew Watersglimagesink: move upload into _prepare()
2017-12-09 Sebastian Drögegl: Set glimagesink rank to SECONDARY
2017-12-09 Sebastian Drögeglimagesink: First handle GL window setup, then create...
2017-12-09 Matthew Watersgl/mem: allocate the memory per plane
2017-12-09 Matthew Watersgl: add colorconvert object that converts between color...
2017-12-09 Vincent Penquerc'hgl: pass large structure by const pointer, not value
2017-12-09 Vincent Penquerc'hgl: test for frame NULLness before dereferencing it
2017-12-09 Sebastian Drögeglimagesink: Create GL context and set up window from...
2017-12-09 Matthew Watersgl: pass video info's by reference
2017-12-09 Matthew Watersgl: fix array initialization
2017-12-09 Matthew Watersglbumper: remove redundant check
2017-12-09 Matthew Watersgl: fix assignment of temporary variables
2017-12-09 Matthew Watersgl: avoid adding a NULL pool to propose allocation
2017-12-09 Julien Isorcegl: only set CAPS_FEATURE_MEMORY_EGL_IMAGE on egl platform
2017-12-09 Julien Isorcegl: let the user includes itself our egl headers if...
2017-12-09 Julien Isorcegl: add EGLImage support
2017-12-09 Gwenole Beauchesnegl: fix out-of-source builds.
2017-12-09 Matthew Watersgl: silence a critical if upstream does not provide...
2017-12-09 Julien Isorcegl: silence warnings building for RPI related to 'vcos_*'
2017-12-09 Julien Isorcegl: keep only one occurence of '#include <EGL/egl.h>'
2017-12-09 Matthew Watersgl: silence all the compiler warnings
2017-12-09 Matthew Watersmove gl elements to ext subdirectory