gl libs: Add glviewconvert helper object
[platform/upstream/gstreamer.git] / gst-libs /
2017-12-09 Jan Schmidtgl libs: Add glviewconvert helper object
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 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 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 Sebastian Drögegl: Fix compiler warning
2017-12-09 Matthew Watersglwindow: fix compiler error
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 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 Xavier Claessensgl: propagate return value from filter and filter_texture
2017-12-09 Matthew Watersgl/wayland: remove dead event source code
2017-12-09 Matthew Watersgl/wayland: add GstGLDisplayWayland
2017-12-09 Matthew Watersgl/calayer: provide the exact GL api version for the...
2017-12-09 Xavier Claessensgl: win32: do not call SetParent in release_parent_win_id()
2017-12-09 Xavier Claessensgl: win32: remove unused code
2017-12-09 Xavier Claessensgl: win32: fix crash when finalizing GstGLContext
2017-12-09 Xavier Claessensgl: win32: Fix leaked GstGLContext
2017-12-09 Xavier Claessensgl: win32: set the parent window when creating internal...
2017-12-09 Xavier Claessensgl: win32: use a GMainContext to dispatch win32 messages
2017-12-09 Jan Schmidtglupload: Don't leak all memory uploaded via raw uploads.
2017-12-09 Matthew Watersglcontext: require a shader version to initialize.
2017-12-09 Xavier Claessensgl: fix crash on windows with intel driver
2017-12-09 Matthew Watersgl/calayer: provide a current wrapped GstGLContext...
2017-12-09 Matthew Watersglsyncmeta: ensure that the Fence is going to be executed
2017-12-09 Matthew Watersglupload: don't reuse output textures for raw data...
2017-12-09 Matthew Watersglframebuffer: don't clear the framebuffer
2017-12-09 Matthew Watersglbasefilter: track gl_start/stop correctly
2017-12-09 Matthew Watersglcontext/cocoa: implement GL3 core context selection
2017-12-09 Matthew Watersgl: remove useless gl{En,Dis}able (GL_TEXTURE_*) calls
2017-12-09 Matthew Watersglshader: attempt to detect the gles2 inside opengl3...
2017-12-09 Matthew Watersglshader: remove references to gl3 specific shaders
2017-12-09 Matthew Watersgl: element buffers are part of vao state
2017-12-09 Matthew Watersglmemory: properly detect (hopefully) the correct ext_r...
2017-12-09 Matthew Watersglcontext: propagate the version/extension failure...
2017-12-09 Matthew Watersgl: don't deadlock on context creation failure
2017-12-09 Sebastian DrögeRevert "gl: readd glupload/download onto element pads"
2017-12-09 Matthew Watersglsyncmeta: fixup size declaration
2017-12-09 Jan Schmidtglcolorconvert: Improve passthrough check when no conve...
2017-12-09 Matthew Watersgl: readd glupload/download onto element pads
2017-12-09 Jan Schmidtglupload: Make upload method static caps non-const.
2017-12-09 Matthew Watersglmemory: remove uneeded unref
2017-12-09 Matthew Watersglupload: provide the sink template caps that could...
2017-12-09 Xavier Claessensegl: Use maximum bits per color instead of minimum
2017-12-09 Matthew Watersgl: unref display/other-context in the correct place
2017-12-09 Sebastian Drögeglfilter: De-camelcase onInitFBO() vfunc
2017-12-09 Sebastian Drögeglfilter: Remove onStart/onStop vfuncs, and unused...
2017-12-09 Matthew Watersglbasefilter: Unref other context in finalize, and...
2017-12-09 Matthew Watersglwindow: track context activation properly
2017-12-09 Matthew Watersgldisplay: synchronize the searching and creation of...
2017-12-09 Matthieu Bouronglcontext: Make gst_gl_context_egl_activate fail if...
2017-12-09 Matthieu Bouronglcontext: Make gst_gl_context_egl_activate fail if...
2017-12-09 Sebastian Drögeglcolorconvert: Fix last commit
2017-12-09 Sebastian Drögegl: Remove iOS/EAGL workaround for R/RG textures
2017-12-09 Sebastian Drögeglcolorconvert: Add correct check for RG/R textures...
2017-12-09 Anton Obzhirovglbasefilter: avoid segfault when gl platform is not...
2017-12-09 Alessandro Decinalibgstgl: fix rendering on iOS
2017-12-09 Edward Herveyintrospection: Don't use g-ir-scanner cache at compile...
2017-12-09 Philippe Normandgl/dispmanx: surfaceless EGL context support
2017-12-09 Julien Isorceglwindow: remove unused gl_thread field
2017-12-09 Julien Isorcegldisplay: fix GThread leak
2017-12-09 Matthew Watersgl/docs: update some doc comments
2017-12-09 Matthew Watersgldisplay: tentative proper context collision detection
2017-12-09 Víctor Manuel Jáqu... glupload: move meta-data copy into gst-gl library
2017-12-09 Matthew Watersglmemory: fix the slight difference between EXT_rg...
2017-12-09 Matthew Watersglsyncmeta: make context to wait and set sync explicit
next