glvideomixer: avoid gl resource race condition between different thread
[platform/upstream/gstreamer.git] / ext /
2017-12-09 Wang Xin-yu (王昕宇)glvideomixer: avoid gl resource race condition between...
2017-12-09 Matthew Watersglvideomixer: don't clobber unnecessary GstVideoInfo...
2017-12-09 Matthew Watersglvideomixer: get the attribute from the correct shader
2017-12-09 Matthew Watersglimagesink: unref the window on navigation event
2017-12-09 Tim-Philipp Mülleropengl: update element docs for 1.x
2017-12-09 Matthew Watersglvideomixer: add a background property
2017-12-09 Vasilis LiaskovitisGstGLWindow, GstGLImagesink, x11: Scale navigation...
2017-12-09 Matthew Watersgl: document GST_GL_* environment variables
2017-12-09 Matthew Watersglimagesink: keep the uploaded buffer around on success...
2017-12-09 Matthew Watersglimagesink: silence gsignal warning
2017-12-09 Matthew Watersglimagesink: remove extra argument from debug call
2017-12-09 Vasilis Liaskovitisglimagesink: Add navigation interface and callbacks...
2017-12-09 Wang Xin-yu (王昕宇)gl: fix multi gl object leaks
2017-12-09 Sebastian Drögegl: Always build gstglmixer, not only when full OpenGL...
2017-12-09 Sebastian Drögegl: Link to all required libraries but not more
2017-12-09 Sebastian Drögegl: Move GstGLMixer to the plugin for now
2017-12-09 Nicolas Dufresneglimagesink: Keep aspect ratio by default
2017-12-09 Sebastian Drögeglimagesink: Chain up to the parent class' finalize...
2017-12-09 Sebastian Drögeglimagesink: Make sure to always unref the display
2017-12-09 Matthew Watersglshader: enable glshader on GLES2
2017-12-09 Julien Isorceglcolorscale: do passthrough on same caps
2017-12-09 Julien Isorcegl: enable glvideomixer on GLES2
2017-12-09 Matthew Watersglvideomixer: bas output width/height on the pad properties
2017-12-09 Matthew Watersglvideomixer: don't clobber already allocated shader
2017-12-09 Matthew Watersgl: XInitThreads when env variable is set
2017-12-09 Sebastian Drögegl: Need to link to new badvideo library for the video...
2017-12-09 Thibault Sauniergl:glvideomixer: Add the Compositor in the element...
2017-12-09 Thibault Sauniergl: Port glmixer to the GstVideoAggregator baseclass
2017-12-09 Lubosz Sarneckiopengl: add element for transforming video geometry
2017-12-09 Matthew Watersglfiltershader: port to GLES2
2017-12-09 Matthew Watersglvideomixer: silence incorrect number of arguments...
2017-12-09 Matthew Watersglvideomixer: wire up the alpha pad property
2017-12-09 Matthew Watersglvideomixer: support input frame scaling
2017-12-09 Matthew Watersglvideomixer: add positioning of input streams
2017-12-09 Matthew Watersglfilterapp: actually emit the client-draw signal
2017-12-09 Matthew Watersglfilterapp: remove the reshape/draw properties
2017-12-09 Matthew Watersglimagesink: replace pointer properties with signals
2017-12-09 Matthieu Bouronglimagesink: improve state change debug message
2017-12-09 Matthew Watersglimagesink: unref the old buffer outside the lock
2017-12-09 Matthew WatersRevert "[880/906] glimagesink: remove unused stored_buf...
2017-12-09 Matthew Watersglfeature: remove GST_GL_API_GLES3
2017-12-09 Matthew Watersgl/upload: add GstGLUploadMeta object
2017-12-09 Julien Isorceglimagesink: make it actually honor show-preroll-frame...
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