platform/upstream/gst-plugins-base.git
2017-12-09 Vincent Penquerc'hgl: guard against using a NULL window pointer
2017-12-09 Vincent Penquerc'hgl: prevent division by 0 on unsupported texture type
2017-12-09 Jan Schmidtglcolorconvert: Fix bt709 conversion matrices.
2017-12-09 Julien Isorcegl: allow to include GLES/gl.h
2017-12-09 Sebastian Drögegl/eagl: Fix compilation
2017-12-09 Sebastian Drögegl/eagl: Notify the window's resize callback about...
2017-12-09 Sebastian Drögegl/eagl: Remove spurious private struct pointer
2017-12-09 Sebastian Drögegl/android: Notify the window's resize callback about...
2017-12-09 Matthew Watersglimagesink: remove unused texture
2017-12-09 Matthew Watersglimagesink: move upload into _prepare()
2017-12-09 Matthew Watersgl/context: output available extensions
2017-12-09 Matthew Watersgl/context: provide get_gl_version
2017-12-09 Julien Isorcegl/color: restore viewport dimensions when fbo done
2017-12-09 Sebastian Drögegl: Import QuartzCore/QuartzCore.h for CAEAGLLayer...
2017-12-09 Sebastian Drögegl: Set glimagesink rank to SECONDARY
2017-12-09 Sebastian Drögegl: Add support for iOS EAGL platform
2017-12-09 Julien Isorcegl/cocoa: make gst_gl_window_cocoa_send_message_async...
2017-12-09 Sebastian Drögeglimagesink: First handle GL window setup, then create...
2017-12-09 Julien Isorcegl/cocoa: fix NSAutoreleasePool initialization
2017-12-09 Julien Isorcegl/cocoa: ensure to call NSApplication:sharedApplicatio...
2017-12-09 Julien Isorcegl/color: fix warning type qualifiers ignored
2017-12-09 Matthew Watersgl/color: remove if statement with no effect
2017-12-09 Matthew Watersgl/color: pass large value by reference
2017-12-09 Matthew Watersgl/mem: cache the stride/unpack length for upload
2017-12-09 Matthew Watersgl/color: explicitly map the buffers we are copying...
2017-12-09 Matthew Watersgl/color: cache the temporary textures
2017-12-09 Matthew Watersgl/mem: provide defines for tokens not defined in GLES2...
2017-12-09 Matthew Watersgl: fixup incorrect number of arguments
2017-12-09 Matthew Watersgl: fix incorrect usage of g_return_if_fail
2017-12-09 Matthew Watersgl/mem: allocate the memory per plane
2017-12-09 Matthew Watersgl/eglimage: #if 0 unused code
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 Vincent Penquerc'hgl: fix leaks
2017-12-09 Sebastian Drögeglimagesink: Create GL context and set up window from...
2017-12-09 Tim-Philipp... tests: fix gl unit tests for recent API changes
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/glx: use the context's display rather than asking...
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 Matthew Watersgl: fix detection of extensions with GL versions < 3
2017-12-09 Tim-Philipp... gl: egl: fix distcheck and out of source build
2017-12-09 Rico Tzschichholzbuild: Fix make dist
2017-12-09 Matthew Watersgl: fix out-of-source builds pt2
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 Julien Isorcegl: deploy egl headers in gst/gl/egl instead of gst/gl
2017-12-09 Julien Isorcegl: remove commented and unsued code in x11 Makefile.am
2017-12-09 Julien Isorcegl: fix crash if _build_extension_string is not called
2017-12-09 Gwenole Beauchesnegl: fix out-of-source builds.
2017-12-09 Matthew Watersgl/download: add support for the bt709 color matrix
2017-12-09 Matthew Watersgl/upload: add support for the bt709 color matrix
2017-12-09 Matthew Watersgl: remove explicit reference to X_CFLAGS
2017-12-09 Matthew Watersgl/upload: remove the legacy GL 1.x upload path
2017-12-09 Julien Isorcegl: fallback to glGetString if GL_NUM_EXTENSIONS fails
2017-12-09 Matthew Watersgl: and update the Makefile
2017-12-09 Matthew Watersgl: reorganize the extension headers by function rather...
2017-12-09 Matthew Watersgl/win32: use the correct include and gst-indent
2017-12-09 Wang Xin-yu... gl: use wglCreateContextAttribsARB to create share...
2017-12-09 Matthew Watersgl/mixer: fix download check for failure
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 Руслан Ижбулатовgl: fix the use of always-defined macros
2017-12-09 Matthew Watersgl: add GModule libs for win32
2017-12-09 Matthew Watersgl: only link against gstegl if we are using egl
2017-12-09 Matthew Watersgl: add path of the gstegl library
2017-12-09 Matthew WatersRevert "gl: add dep on gstegl"
2017-12-09 Matthew Watersgl: add dep on gstegl
2017-12-09 Edward Herveygl/cocoa: Fix debug statements and platform
2017-12-09 Edward Herveygl: Fix static build with objective-C
2017-12-09 Matthew Watersgl: Add EGLDisplay display subclass
2017-12-09 Matthew Watersgl/window: add a dummy window class
2017-12-09 Matthew Watersgl: fix undeclared symbol when building without GST_DEBUG
2017-12-09 Matthew Watersgl: fix a double unref of the query when building without X
2017-12-09 Matthew Watersgl: silence a compiler warning about missing prototypes
2017-12-09 Matthew Watersgl/utils: add x11 GstContext handling
2017-12-09 Matthew Watersgl: define GL_NUM_EXTENSIONS if not defined
2017-12-09 Matthew Watersgl: silence all the compiler warnings
2017-12-09 Matthew Watersmove gl elements to ext subdirectory
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[904/906] mixer: ask for display handles on pad activation
2017-12-09 Matthew Waters[903/906] api: add GstGLPlatform to/from string
2017-12-09 Matthew Waters[902/906] context: implement glGetStringi handling...
2017-12-09 Matthew Waters[901/906] glx: use the display handle from the global...
2017-12-09 Matthew Waters[900/906] tests/gstglcontext: reduce the number of...
2017-12-09 Matthew Waters[899/906] egl: warn if we resort to display handles...
2017-12-09 Matthew Waters[897/906] api: plugin a small memory leak
2017-12-09 Matthew Waters[896/906] utils: use the vtable for deleting the texture
2017-12-09 Matthew Waters[895/906] context: call window_class->close last
2017-12-09 Wang Xin-yu... [894/906] gl: add missing G_BEGIN_DECLS/G_END_DECLS
2017-12-09 Matthew Waters[893/906] x11: close both of the display's we use
2017-12-09 Matthew Waters[892/906] silence a compiler warning on older gcc versi...
2017-12-09 Matthew Waters[891/906] context: add support for wrapping external...
2017-12-09 Matthew Waters[890/906] x11: add display subclass
next