glsyncmeta: make context to wait and set sync explicit
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / gstglfilter.c
2017-12-09 Matthew Watersglsyncmeta: make context to wait and set sync explicit
2017-12-09 Matthew Watersgl: get the context from basemixer/basefilter
2017-12-09 Matthew Watersgl: retreive the gldisplay/app gl context as soon as...
2017-12-09 Matthew Watersglfilter: don't use the library upload/convert objects
2017-12-09 Matthew Watersgl: add a new glbasefilter class below glfilter
2017-12-09 Matthew Watersglfilter: advertise resize in the caps negotiation...
2017-12-09 Jan Schmidtglfilter: Remove redundant check for clearing context...
2017-12-09 Jan SchmidtRemove a bunch of silly ';;' typos at the end of lines
2017-12-09 Nicolas Dufresneglfilter: Don't chain downstream pool
2017-12-09 Sebastian Drögegl: Remove format info in glcolorconvert's transform_ca...
2017-12-09 Nicolas Dufresneglfilter: Get rid of uploader if caps have changed
2017-12-09 Matthew Watersglfilter: ensure that the input upload/colorconvert...
2017-12-09 Luis de Bethencourtgl: fix memory leak
2017-12-09 Matthew Watersgl: remove the egl caps from the src pads
2017-12-09 Matthew Watersglupload/download/convert: provide transform_caps functions
2017-12-09 Alessandro Decinagl: initial support for texture targets other than...
2017-12-09 Matthew Watersgl: split glcolorconvert usage from glupload
2017-12-09 Luis de Bethencourtglfilter: remove logically dead code
2017-12-09 Wang Xin-yu (王昕宇)glfilter: fix position/texcoord attrib index usage
2017-12-09 Matthew Watersgl: fixup vao and vbo usage for legacy GL
2017-12-09 Matthew Watersgldisplay: implement runtime GL api filtering
2017-12-09 Matthew Watersgl: add a sync meta for synchronizing across GL contexts
2017-12-09 Matthew Watersglfilter: add a gl3 code path using vao's and vbo's
2017-12-09 Matthew Watersglfilter: support fixed dimensions on both sides of...
2017-12-09 Matthew Watersglupload: rearchitecture for non GLMemory inputs/outputs
2017-12-09 Matthew Watersglfilter: add read-only context property
2017-12-09 Matthew Watersgl: remove the width/height fields from the caps to...
2017-12-09 Matthew Watersglfilter: get the config from the correct pool
2017-12-09 Matthew Watersglfilter: avoid uninitialized variable size when chaini...
2017-12-09 Matthew Watersglfilter: gst-indent file
2017-12-09 Matthew Watersgl: propogate other-context using GstContext
2017-12-09 Matthew Watersglbufferpool: add the GstVideoGLTextureUploadMeta buffe...
2017-12-09 Matthew Watersglfilter: add uploaded_buffer field
2017-12-09 Matthew Watersglfilter: silence a warning with empty input caps
2017-12-09 Matthew Watersgl: download whenever we have sysmem capsfeatures
2017-12-09 Anuj Jaiswalgl: consecutive return, break statement
2017-12-09 Matthew Watersglupload: provide the output buffer that is rendered...
2017-12-09 Ognyan Tonchevglfilter: do not leak pool in error cases
2017-12-09 Wang Xin-yu (王昕宇)gl: fix multi gl object leaks
2017-12-09 Matthew Watersglfilter: pass through the allocation query when in...
2017-12-09 Matthew Watersglfilter: prefer passthrough for non-sysmem caps
2017-12-09 Julien Isorceglfilter: handle NULL decide_query which means passthrough
2017-12-09 Julien Isorceglfilter: prepend intersection to src caps
2017-12-09 Matthew Watersgl/filter: also remove the width/height in transform_caps
2017-12-09 Matthew Watersgl/upload: add GstGLUploadMeta object
2017-12-09 Nicolas Dufresneglfilter: Remove format information to allow color...
2017-12-09 Matthew Watersgl/filter: fixup passthrough bufferpool
2017-12-09 Matthew Watersgl/eglimage: add eglimage context feature
2017-12-09 Matthew Watersgl/download: update to be similar to the glupload semantics
2017-12-09 Nicolas Dufresneglfilter: Fix building without EGL support
2017-12-09 Julien Isorceglfilter: rewrite transform_caps to preserve caps fields
2017-12-09 Matthew Watersgl/upload: implement lazy init
2017-12-09 Matthew Watersgl/filter: attempt to passthrough the pool if the caps...
2017-12-09 Matthew Watersgl/filter: always initialize the upload object
2017-12-09 Matthew Watersgl: advertise GstGLMemory usage in the caps as capsfeatures
2017-12-09 Matthew Watersgl: use the bufferpool's upload when available
2017-12-09 Julien Isorcegl: use gst_gl_platform_from_string because we support...
2017-12-09 Julien Isorceglfilter: only warn when other_context attribute is set
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 Matthew Watersgl: pass video info's by reference
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 Matthew Watersgl: silence a critical if upstream does not provide...
2017-12-09 Matthew Waters[906/906] filter: warn about trying to share with multi...
2017-12-09 Matthew Waters[905/906] Add GL context sharing support for non-gstgl...
2017-12-09 Matthew Waters[886/906] fixup a memory leak of the context in the...
2017-12-09 Matthew Waters[885/906] filter: free our data
2017-12-09 Matthew Waters[884/906] filter: return the pad template caps in trans...
2017-12-09 Matthew Waters[874/906] filter: implement draw_texture for GLES2
2017-12-09 Matthew Waters[873/906] upload: use GstVideoInfo for choosing the...
2017-12-09 Matthew Waters[855/906] upload: add support for GstVideoGLTextureUplo...
2017-12-09 Matthew Waters[854/906] use the allocation query to propogate GstGLCo...
2017-12-09 Matthew Waters[852/906] use GstContext for GstGLDisplay propogation
2017-12-09 Matthew Waters[848/906] filter: a little code cleanup
2017-12-09 Matthew Waters[845/906] filter: handle capsfeatures properly
2017-12-09 Matthew Waters[838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_R...
2017-12-09 Matthew Waters[817/906] make the state change test pass
2017-12-09 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2017-12-09 Matthew Waters[805/906] glfilter: rename external-opengl-context...
2017-12-09 Matthew Waters[793/906] add a GstGLContext object that will be the...
2017-12-09 Tonu Jaansoo[787/906] gl: The GLSL rectangle resampler does not...
2017-12-09 Matthew Waters[780/906] up/download: check return values
2017-12-09 Mathieu Duponchelle[773/906] glfilters: Mark writable-only properties...
2017-12-09 Sebastian Dröge[771/906] gl: Some less long/ulong/gulong usage
2017-12-09 Matthew Waters[764/906] filter: fix pad template caps
2017-12-09 Sebastian Dröge[721/906] glfilter: Use uint64 for the OpenGL context...
2017-12-09 Matthew Waters[707/906] display: move error_message to utils
2017-12-09 Matthew Waters[704/906] Use gst_object_[un]ref so we can get refcount...
2017-12-09 Matthew Waters[701/906] display: move context creation into window
2017-12-09 Matthew Waters[699/906] display: remove list of upload and download...
2017-12-09 Matthew Waters[685/906] filter: improve error handling
2017-12-09 Matthew Waters[650/906] filter: fix _draw_texture()'s wrong vertices
2017-12-09 Matthew Waters[647/906] remove dependecy on glew
2017-12-09 Matthew Waters[642/906] add gstglconfig.h for apps to find out what...
2017-12-09 Matthew Waters[624/906] OPENGL_ES2 => HAVE_GLES2 and add HAVE_OPENGL
2017-12-09 Matthew Waters[603/906] update FSF address
2017-12-09 Matthew Waters[600/906] docs: add docs for new objects and expand...
next