platform/upstream/gst-plugins-base.git
2017-12-09 Matthew Watersgluploadmeta; remove convenience helper API
2017-12-09 Matthew Watersgldownload: remove helper api from the library
2017-12-09 Matthew Watersgltransformation: clear to transparent
2017-12-09 Alessandro... libgstgl: gstglcontext_cocoa: kCGLPFAStereo has been...
2017-12-09 Alessandro... glbufferpool: relax check for multiple texture targets
2017-12-09 Alessandro... glmemory: take subsampling into account for rectangle...
2017-12-09 Matthew Watersglproto: include function definitions for GL_APPLE_sync
2017-12-09 Nicolas Dufresneglupload: Only offer custom allocator with caps features
2017-12-09 Matthew Watersglcolorconvert: improve the YUY2/UYVY->RGBA conversion...
2017-12-09 Matthew Watersglcolorconvert: improve RGBA->YUY2/UYVY conversion...
2017-12-09 Reynaldo H... Drop usage of deprecated g-ir-scanner --strip-prefix...
2017-12-09 Reynaldo H... Remove unnecessary NULL checks before g_free()
2017-12-09 Sebastian Drögeglimagesink: Remove unused variable
2017-12-09 Sebastian Drögeglviewconvert: String literals are const
2017-12-09 Sebastian Drögeglsyncmeta: Actually return the newly created meta...
2017-12-09 Matthew Watersglimagesink: wait on the correct sync meta when rendering
2017-12-09 Matthew Watersglsyncmeta: add vfuncs for all operations
2017-12-09 Matthew Watersglimagesink: add support for rendering external-oes...
2017-12-09 Matthew Watersglviewconvert: add support rectangle/external-oes textures
2017-12-09 Vineeth TMglimagesink: Fix structure memory leak
2017-12-09 Vineeth TMglsl: fix possible string overrun in gst_glsl_version_p...
2017-12-09 Matthew Watersglshader: don't read invalid list pointers (use after...
2017-12-09 Vineeth TMtests:glsl: version_profile_s string leak
2017-12-09 Vineeth TMglsl: free str while returning error
2017-12-09 Vineeth TMtests:glupload: fix caps memory leak
2017-12-09 Vineeth TMglslstage: Fix vertex_sources memory leak
2017-12-09 Vineeth TMglcolorconvert: remove unnecessary free
2017-12-09 Vineeth TMglcolorconvert: Fix string leak
2017-12-09 Vineeth TMglcolorconvert: Fix frag_prog and frag_body memory...
2017-12-09 Matthew Watersglcolorconvert: mangle gl_FragColor for GL3
2017-12-09 Vineeth TMtests:glcolorconvert: Fix caps memory leak
2017-12-09 Matthew Watersglviewconvert: remove set_format
2017-12-09 Matthew Watersglimagesink: fix a memory leak if the view conversion...
2017-12-09 Matthew Watersglimagesink: balance the creation/destruction of the...
2017-12-09 Matthew Watersglshader: properly unref the stages on failure
2017-12-09 Matthew Watersglslstage: properly return an error when we could not...
2017-12-09 Matthew Watersglshaderstrings: fixup the external-oes fragment shader
2017-12-09 Matthew Watersglcolorconvert: try to keep the same texture-target...
2017-12-09 Matthew Watersglcolorconvert: fix rendering rectangular textures...
2017-12-09 Matthew Watersglcolorconvert: properly use the other texture-target...
2017-12-09 Matthew Watersglslstage: add debug as to why _set_strings() failed
2017-12-09 Matthew Watersglsl: fix check for glsl version against GL context...
2017-12-09 Matthew Watersgl: forward declare some enums
2017-12-09 Matthew Watersglslstage: expose the default shader strings as public
2017-12-09 Matthew Watersglcolorconvert: wait on the sync meta for input buffers
2017-12-09 Matthew Watersglimagesink: wait on the provided sync meta provided...
2017-12-09 Matthew Watersglcolorconvert: use the correct oes target string in...
2017-12-09 Tim-Philipp... glshader, tsdemux: simplify code
2017-12-09 Tim-Philipp... glmixerbin: fix minor leak
2017-12-09 Alessandro... gstglutils: fix shader compilation on Mountain Lion
2017-12-09 Matthew Watersglbufferpool: explicitly initialize a possibly uninitia...
2017-12-09 Matthew Watersgl/tests: update for glmemory api changes
2017-12-09 Matthew Watersglcolorconvert: remove unused ret variable
2017-12-09 Matthew Watersglslstage: remove typedefs from the header
2017-12-09 Matthew Watersglcolorconvert: follow the correct texture target names
2017-12-09 Matthew Watersglupload: explicitly configure the texture target on...
2017-12-09 Matthew Watersglbufferpool: add bufferpool options for the various...
2017-12-09 Matthew Watersglcolorconvert: add support for converting texture...
2017-12-09 Matthew Watersglmemory: add support for rectangle textures
2017-12-09 Matthew Watersglcolorconvert: order the caps template so that RGBA...
2017-12-09 Matthew Watersglbufferpool: move typedef's into the forward declerati...
2017-12-09 Julien Isorceglslstage: initialize output params to 0 before calling...
2017-12-09 Matthew Watersopengl: build/provide glstereomix/split on gles only...
2017-12-09 Matthew Watersglcolorconvert: allow outputting multiple textures...
2017-12-09 Matthew Watersglviewconvert: expose the element on gles2 platforms
2017-12-09 Matthew Watersglshaderelement: free the vertex and fragment strings...
2017-12-09 Matthew Watersglshaderelement: remove unneeded reference to <gst...
2017-12-09 Matthew Watersgl: fix usage of string.h and stdio.h functions without...
2017-12-09 Matthew Watersglimagesink: create a context in NULL_READY
2017-12-09 Matthew Watersgl: remove unneeded shader variable parsing code
2017-12-09 Matthew Watersglshaderelement: implement setting arbitrary uniforms
2017-12-09 Matthew Watersgl: be consistent in gobject boilerpate
2017-12-09 Matthew Watersglshaderelement: implement on-demand create-shader...
2017-12-09 Matthew Watersgl/calayer: don't leak a gl shader object
2017-12-09 Matthew Watersglslstage: add brackets around pointer dereference...
2017-12-09 Matthew Watersgl/caopengllayersink: port to new GstGLShader API
2017-12-09 Matthew Watersgl/tests: port glcontext test to opengl
2017-12-09 Matthew Watersglshader: port element to GstGLSLStage
2017-12-09 Matthew Watersglshader: port to using GstGLSLStage objects for string...
2017-12-09 Matthew Watersglsl: add a shader stage object GstGLSLStage
2017-12-09 Matthew Watersgl/shader/variables: include generic gl.h header
2017-12-09 Matthew Watersgl: add some GLSL utility functions
2017-12-09 Guillaume Desmottesgl: fix leak in gst_gl_insert_debug_marker()
2017-12-09 Nirbheek Chauhanglvideomixer: Proxy the ignore-eos videoaggregator...
2017-12-09 Vineeth TMgstreamer: bad: Fix memory leaks when context parse...
2017-12-09 Matthew Watersgl: move debugging related functions to their own file
2017-12-09 Matthew Watersglcolorscale: use glbasefilter vfuncs
2017-12-09 Antoine Jacoutotgl: Pass GL_CFLAGS to g-ir-scanner
2017-12-09 Matthew Watersglcontext: fixup strstr lengths so we don't overrun
2017-12-09 Matthew Watersglupload: remove useless release_buffer
2017-12-09 Matthew Watersglutils: use gst_element_set_context for setting displa...
2017-12-09 Matthew Watersgl/eagl: use the default GL context debug category
2017-12-09 Matthew Watersgl: set the context on the element on a context query
2017-12-09 Matthew Watersgl: chain up to the parent class for GstElement::set_co...
2017-12-09 Matthew Watersgl: sprinkle some debug markers to ease debugging
2017-12-09 Matthew Watersgl/utils: add a function to insert a debug marker
2017-12-09 Matthew Watersgl: add some debugging prototypes
2017-12-09 Matthew Watersglwindow: remove unused draw_unlocked function
2017-12-09 Julien Isorceglfilter: use GL_ELEMENT_ARRAY_BUFFER for vbo indices
2017-12-09 Julien Isorceglmemory: fix texture leak in _gl_mem_copy
next