platform/upstream/gstreamer.git
2017-12-09 Lubosz Sarneckiglupload: Move debug init to top of the file
2017-12-09 Matthew Watersglmemory: check for pbo availability before attempting...
2017-12-09 Matthew Watersglcontext: fix get_current_gl_api on x11/nvidia drivers
2017-12-09 Matthew Watersglcontext: consolidate get_proc_address function definition
2017-12-09 Matthew Watersglcolorconvertelement: propagate failure to convert...
2017-12-09 Matthew Watersglcontext/glx: try creating a context with the highest...
2017-12-09 Matthew Watersglcontext: track sharedness with a cookie
2017-12-09 Matthew Watersglcontext: use the debug object variant for completeness
2017-12-09 Nicolas Dufresneuploadelement: Protect against NULL pointer
2017-12-09 Matthew Watersglupload: memcpy on raw data upload
2017-12-09 Matthew Watersglbasebuffer: add some debug and zero the data pointers...
2017-12-09 Sebastian Drögegl/eagl: Don't call anything synchronously from the...
2017-12-09 Matthew Watersdownload: only start a download transfer for sysmem...
2017-12-09 Hyunjun Koglsyncmeta: transform func: return FALSE if not support...
2017-12-09 Matthew Watersandroid: add missing egl.h include
2017-12-09 Matthew Watersgltransformation: correct vao usage
2017-12-09 Matthew Watersgl: consolidate egl header includes to egl-only headers
2017-12-09 Olivier Crêteglvideomixer, glmixer: Add description and klass
2017-12-09 Julien Isorcegl: initialize output params to 0 before calling gl...
2017-12-09 Nicolas Dufresnegl: Don't leak pool if set_config failed
2017-12-09 Nicolas Dufresneglfilter: Don't cache buffer pool
2017-12-09 Vineeth TMglimagesink: use g_clear_error instead of g_error_free
2017-12-09 Luis de Bethencourtgl: add missing break
2017-12-09 Nicolas Dufresneglimagesink: Don't leak pool
2017-12-09 Sebastian DrögeRevert "gl/window/x11: don't create our own X11 display"
2017-12-09 Sebastian DrögeRevert "eagl: Don't dispatch_sync() to the main thread...
2017-12-09 Sebastian Drögeeagl: Don't dispatch_sync() to the main thread if we...
2017-12-09 John Ludwiggl: Include texParameterf in the GL function table
2017-12-09 Julien Isorceglmemory: fix consistency about pbo availability.
2017-12-09 Julien Isorcegldisplay: add gst_gl_display_create_context
2017-12-09 Julien Isorceglcontext: move display from priv
2017-12-09 Julien IsorceRevert "glcontext: add gst_gl_context_set_display helper"
2017-12-09 Julien IsorceRevert "gl: add GstGLContextGPUProcess backend"
2017-12-09 Jan Schmidtglimagesink: Remove duplicate, useless line of code
2017-12-09 Nicolas Dufresneopengl: glstero* are only built with full OpenGL
2017-12-09 Nicolas Dufresneglviewconvert: Fix GLES2 compatibility
2017-12-09 Nicolas Dufresneglviewconvert: Fix broken validity check
2017-12-09 Jan Schmidt3dvideo: Add simple gtk example stereoscopic video...
2017-12-09 Jan Schmidtgl: Add glviewconvert, glstereomix and glstereosplit...
2017-12-09 Jan Schmidtglimagesink: Support multiview/stereoscopic video
2017-12-09 Jan Schmidtgl libs: Add glviewconvert helper object
2017-12-09 Matthew Watersglimagesink: add missing handle-events/ignore-alpha...
2017-12-09 Matthew Watersgl/examples: update qt examples for api changes
2017-12-09 Matthew Watersglmixerbin: implement proper dynamic pad removal
2017-12-09 Nicolas Dufresneglimagesink: Don't do pool caching
2017-12-09 Matthew Watersglmemory: separate pbo transfer from texture transfers
2017-12-09 Matthew Watersglmemory: implement on top of glbasebuffer
2017-12-09 Matthew Watersgl: new glbasebuffer GstMemory object
2017-12-09 Matthew Watersgl/prototypes: add some buffer function prototypes
2017-12-09 Matthew Watersgl/window/x11: only listen on the X Display when needed
2017-12-09 Jan Schmidtgl: Add support for multiple views in upload, colour...
2017-12-09 Matthew Watersgl/window/x11: don't create our own X11 display
2017-12-09 Matthew Watersgl/window/x11: handle_events() may be called before...
2017-12-09 Matthew Watersgl: move basesink properties from glimagesinkbin to...
2017-12-09 Sebastian Drögegl: Use gst_object_ref_sink() for gl{filter,mixer,src...
2017-12-09 Sebastian Drögeglsinkbin: Use gst_object_ref_sink() for consistency...
2017-12-09 Sebastian Drögegl: OES_vertex_array_object is improperly implemented...
2017-12-09 Thiago SantosFix a common typo: retreive -> retrieve
2017-12-09 Philippe Normandgl/dispmanx: Fix build
2017-12-09 Julien Isorcegl/example: fix build error when compiling cocoa-videoo...
2017-12-09 Matthew Watersgl/window/dispmanx: fix compiler warning
2017-12-09 Matthew Watersgl/window: use the default main loop implementation...
2017-12-09 Julien Isorceglwindow_cocoa: use parent default implementation
2017-12-09 Jan Schmidtglsyncmeta: Set new sync point when copying
2017-12-09 Jan Schmidtglsyncmeta: Add some debug output
2017-12-09 Matthew Watersglmemory: provide compatibility definition for GLES2...
2017-12-09 Matthew Watersgl: consolidate internal_rgba_format into glmemory
2017-12-09 Julien Isorceglcontext_gpu_process: close the window when done
2017-12-09 Julien Isorceglwindow_gpu_process: avoid empty struct
2017-12-09 Julien Isorceglwindow: move main loop/context creation back to init...
2017-12-09 Edward Herveyexamples: Fix gl usage without wayland support
2017-12-09 Sebastian Drögegl: Fix compiler warning
2017-12-09 Matthew Watersglwindow: fix compiler error
2017-12-09 Matthew Watersgl/examples: update gtk examples for glupload
2017-12-09 Matthew Watersgl/examples: update gtk examples for wayland
2017-12-09 Matthew Watersgl/wayland: implement setting the render rectangle
2017-12-09 Matthew Watersglwindow: handle gst_video_overlay_set_render_rectangle
2017-12-09 Matthew Watersgl/wayland: don't block the event loop after poll
2017-12-09 Matthew Waterstests/gl/gtk: implement setting a wayland display/surface
2017-12-09 Matthew Watersgl/wayland: implement basic video overlay support via...
2017-12-09 Matthew Watersgl/wayland: allow a NULL wl_event_queue
2017-12-09 Matthew Watersgl/utils: implement wayland display GstContext
2017-12-09 Matthew Watersgl/wayland: run each window on a separate queue
2017-12-09 Jan Schmidtgl: Don't leak temp strings in _RGB_pixel_order()
2017-12-09 Jan Schmidtglfilter: Add transform_internal_caps() vfunc
2017-12-09 Jan Schmidtglfilter: Don't remove size fields from caps
2017-12-09 Julien Isorcegl: add GstGLContextGPUProcess backend
2017-12-09 Julien Isorcegl: add and use gst_gl_internal_format_rgba
2017-12-09 Julien Isorceglwindow_x11: use parent default implementation
2017-12-09 Julien Isorceglcontext_glx: rename variable from window to context
2017-12-09 Julien Isorceglwindow: initialize debug in class_init
2017-12-09 Julien Isorceglcontext: initialize debug in class_init
2017-12-09 Julien Isorceglcontext: add gst_gl_context_set_display helper
2017-12-09 Julien Isorceglcontext: add missing _CAST after G_TYPE_CHECK_CLASS
2017-12-09 Julien Isorceglwindow: add missing _CAST after G_TYPE_CHECK_CLASS
2017-12-09 Julien Isorceglwindow: provides some default implementations to...
2017-12-09 Luis de Bethencourtgleffects: 'for' loop initial declaration
2017-12-09 Xavier Claessensgloverlay: fix a leak
2017-12-09 Xavier Claessensgloverlay: properly handle errors while loading file
2017-12-09 Xavier Claessensgloverlay: remove unused type_file field
next