platform/upstream/gstreamer.git
2017-12-09 Matthew Waters[828/906] context: refcount the display
2017-12-09 Matthew Waters[827/906] mixer: don't unref the query in the default...
2017-12-09 Matthew Waters[826/906] upload: free our mutex
2017-12-09 Julien Isorce[825/906] glwindow_x11: check if the loop exists
2017-12-09 Matthew Waters[824/906] android: Build fixes
2017-12-09 Julien Isorce[823/906] wayland_egl: make the wayland backend actuall...
2017-12-09 Julien Isorce[822/906] gstglcontext_egl: avoid non working EGL confs...
2017-12-09 Julien Isorce[821/906] tests: fix test_share on GLESv2
2017-12-09 Julien Isorce[820/906] gstglwindow: if available use wayland instead...
2017-12-09 Matthew Waters[819/906] make gen_texture/del_texture threadsafe
2017-12-09 Matthew Waters[818/906] window: add send_message_async vmethod
2017-12-09 Matthew Waters[817/906] make the state change test pass
2017-12-09 Matthew Waters[816/906] x11: fix make check segfault
2017-12-09 Matthew Waters[815/906] fix some refcount errors
2017-12-09 Matthew Waters[814/906] mixer: timestamp buffers
2017-12-09 Matthew Waters[813/906] unref the pool on shutdown
2017-12-09 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2017-12-09 Matthew Waters[811/906] tests: update for GstGLContext addition
2017-12-09 Julien Isorce[810/906] gstglutils: use gl_vtable for glDeleteTextures
2017-12-09 Julien Isorce[809/906] tests: port test_share to GLES2
2017-12-09 Matthew Waters[808/906] x11: remove dead code
2017-12-09 Matthew Waters[807/906] context: Move some window error enums to...
2017-12-09 Matthew Waters[806/906] egl: doesn't require the EGLConfig from the...
2017-12-09 Matthew Waters[805/906] glfilter: rename external-opengl-context...
2017-12-09 Julien Isorce[804/906] rpi: call bcm_host_init in plugin_init
2017-12-09 Julien Isorce[803/906] raspberrypi: add support for dispmanx
2017-12-09 Matthew Waters[802/906] add GstGLContext test that tests context...
2017-12-09 Matthew Waters[801/906] context: Reimplement GL context sharing
2017-12-09 Matthew Waters[798/906] build: install needed header
2017-12-09 Matthew Waters[797/906] x11: fix build for clang
2017-12-09 Matthew Waters[796/906] move egl into its own directory
2017-12-09 Matthew Waters[795/906] android: port to GstGLContext
2017-12-09 Matthew Waters[794/906] context: add subclasses for the different...
2017-12-09 Matthew Waters[793/906] add a GstGLContext object that will be the...
2017-12-09 Matthew Waters[792/906] build: use our own in tree headers before...
2017-12-09 Julien Isorce[791/906] glwindow/x11: remove X11EventSource as soon...
2017-12-09 Sebastian Dröge[789/906] egl: Create a window surface if necessary
2017-12-09 Tonu Jaansoo[788/906] osx: Fix compilation
2017-12-09 Tonu Jaansoo[787/906] gl: The GLSL rectangle resampler does not...
2017-12-09 Sebastian Dröge[786/906] glprototypes: Add support for NV extensions...
2017-12-09 Sebastian Dröge[785/906] egl: Use EGL_KHR_surfaceless_context instead...
2017-12-09 Sebastian Dröge[782/906] gldownload: Use strlen() instead of sizeof...
2017-12-09 Matthew Waters[781/906] download: propogate errors from the GL thread
2017-12-09 Matthew Waters[780/906] up/download: check return values
2017-12-09 Matthew Waters[779/906] download: remove _thread variants of the API
2017-12-09 Matthew Waters[778/906] upload: remove _thread variants of the API
2017-12-09 Matthew Waters[777/906] upload: overhaul and addition of new video...
2017-12-09 Matthew Waters[776/906] download: fix compiler warning about missing...
2017-12-09 Sebastian Dröge[775/906] configure: Check for GLeglImageOES and others...
2017-12-09 Sebastian Dröge[774/906] win32: Fix some compiler errors/warnings
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[766/906] utils: generate a RGBA texture in all cases
2017-12-09 Matthew Waters[765/906] wayland: remove fullscreen
2017-12-09 Matthew Waters[764/906] filter: fix pad template caps
2017-12-09 Matthew Waters[763/906] memory: copy properly depending on where...
2017-12-09 Sebastian Dröge[762/906] glimagesink: Fix some memory leaks and proper...
2017-12-09 Sebastian Dröge[761/906] x11: Protect event display connection with...
2017-12-09 Sebastian Dröge[760/906] x11: Always use the same display connection...
2017-12-09 Sebastian Dröge[759/906] gldownload: #ifdef some GLES2 specific code...
2017-12-09 Sebastian Dröge[758/906] android: Don't require a window to be set
2017-12-09 Sebastian Dröge[757/906] egl: Create an offscreen surface if no window...
2017-12-09 Sebastian Dröge[756/906] gldownload: Reset the viewport after download...
2017-12-09 Sebastian Dröge[755/906] gldownload: Unbind framebuffer after download...
2017-12-09 Sebastian Dröge[754/906] gldownload: Add support for RGB reordering...
2017-12-09 Sebastian Dröge[753/906] gldisplay: Sending a message is synchronous...
2017-12-09 Sebastian Dröge[752/906] glwindow: Add destroy notifies for the data...
2017-12-09 Sebastian Dröge[751/906] gldisplay: Don't hold lock while sending...
2017-12-09 Sebastian Dröge[750/906] glupload: Add support for RGB reordering...
2017-12-09 Sebastian Dröge[749/906] glshader: Add some more debug output
2017-12-09 Sebastian Dröge[748/906] glupload: GL_STENCIL_ATTACHMENT is needed...
2017-12-09 Sebastian Dröge[747/906] gl: Constify YUV conversion shaders
2017-12-09 Sebastian Dröge[746/906] android: Add comment to clarify the type...
2017-12-09 Sebastian Dröge[745/906] gl: Simplify and optimize YUV conversion...
2017-12-09 Sebastian Dröge[744/906] gl: Use __GST_GL_H__ instead of __GL_H__...
2017-12-09 Sebastian Dröge[743/906] win32: Allow setting window handle before...
2017-12-09 Sebastian Dröge[742/906] cocoa: Allow setting window handle before...
2017-12-09 Sebastian Dröge[741/906] wayland: Don't leak main context and loop
2017-12-09 Sebastian Dröge[740/906] x11: Allow setting window handle before creat...
2017-12-09 Sebastian Dröge[739/906] x11: Don't leak main context and main loop
2017-12-09 Sebastian Dröge[738/906] gl: Include glu.h after gl.h
2017-12-09 Sebastian Dröge[735/906] gl: Add support for Android
2017-12-09 Sebastian Dröge[734/906] win32: Make automake happy by using noinst_HE...
2017-12-09 Sebastian Dröge[733/906] gl: Major header and include cleanup
2017-12-09 Julien Isorce[732/906] build: fix repeated typedefs
2017-12-09 Julien Isorce[731/906] cocoa: fix build when GNUSTEP is not defined
2017-12-09 Sebastian Dröge[730/906] glcompat: Properly check for GLchar and other...
2017-12-09 Sebastian Dröge[729/906] gl: Include config.h everywhere
2017-12-09 Sebastian Dröge[727/906] egl: Refactor EGL logic into a helper object
2017-12-09 Matthew Waters[726/906] window: don't call a NULL destroy function
2017-12-09 Matthew Waters[725/906] x11: use GMainContext/GMainLoop
2017-12-09 Matthew Waters[724/906] wayland: make reentrant
2017-12-09 Julien Isorce[723/906] gstglwindow: close has to be called in the...
2017-12-09 Руслан Ижбулатов[722/906] gl: Fix build on Win32
2017-12-09 Sebastian Dröge[721/906] glfilter: Use uint64 for the OpenGL context...
2017-12-09 Sebastian Dröge[719/906] gl: Fix compilation with GLES2
2017-12-09 Matthew Waters[718/906] shader: make it possible to unref in the...
2017-12-09 Matthew Waters[717/906] remove outdated cmake build files
2017-12-09 Matthew Waters[716/906] wayland: properly choose EGL_RENDERABLE_TYPE
2017-12-09 Matthew Waters[715/906] display: inherit from the right object class
next