summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)Author
2015-12-23player: Import GstPlayer playback convenience APISebastian Dröge
2015-12-23glmemorypbo: Comment out unused functions to fix compilation with clangSebastian Dröge
2015-12-21glcontext: Signal context creation from inside the context loop and use g_thr...Sebastian Dröge
2015-12-21glwindow: Hide navigation specific internal API and add API to asynchronously...Sebastian Dröge
2015-12-21glwindow: Use g_thread_join() instead of a custom condition variable for wait...Sebastian Dröge
2015-12-21glwindow: Fix memory leak of navigation threadHaihua Hu
2015-12-18glconvert: Fix compilation of GRAY16_LE/BE shaderNicolas Dufresne
2015-12-18glupload: Add dmabuf upload method.Nicolas Dufresne
2015-12-18eglimagememory: Also import BGR16, ABGR, xBGR, AYUV, GRAY16_LE/BE and Y444Nicolas Dufresne
2015-12-18eglimagememory: Add RGB/BGR DMABuf importation supportNicolas Dufresne
2015-12-18eglimagememory: Methods to create GstGLMemory from dmabufsLubosz Sarnecki
2015-12-18build: Add dmabuf build condition.Lubosz Sarnecki
2015-12-18gstglcontext_egl: Expose gst_gl_context_egl_get_error_string.Lubosz Sarnecki
2015-12-18glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina
2015-12-18glbasememory: don't unconditionally add the alignment bytes to the sizeMatthew Waters
2015-12-17glbuffer: add a name to the allocatorMatthew Waters
2015-12-17gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters
2015-12-17glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters
2015-12-17glmemory: document gst_gl_memory_initMatthew Waters
2015-12-17glbuffer: remove unneeded gst_gl_buffer_alloc()Matthew Waters
2015-12-17glbasememory: document some functionsMatthew Waters
2015-12-17glmemory: add a default copy implementationMatthew Waters
2015-12-17glbufferpool: use gst_gl_base_memory_alloc as a generic GL allocation frameworkMatthew Waters
2015-12-17glmemorypbo: implement GstGLBaseMemory:allocMatthew Waters
2015-12-17glbuffer: implements GstGLBaseMemory::allocMatthew Waters
2015-12-17glmemory: implement GstGLBaseMemory::allocMatthew Waters
2015-12-17glbasememory: add a generic interface for allocating GL memoriesMatthew Waters
2015-12-17Revert "glbuffer: Don't pass allocation params"Matthew Waters
2015-12-16glbuffer: Don't pass allocation paramsNicolas Dufresne
2015-12-16glupload: fix allocator name after GLMemory API changesAlessandro Decina
2015-12-15gl: Allow using non-system mesa with both GL and GLESNicolas Dufresne
2015-12-14bad: Add g_autoptr() support to all typesXavier Claessens
2015-12-14glviewconvert: check pointer before dereferencingLuis de Bethencourt
2015-12-14glbuffer: bind/unbind on map/unmap for GL mappingsMatthew Waters
2015-12-14glbuffer: remove buffer specific transfer flagsMatthew Waters
2015-12-14glmemorypbo: map/unmap pbo memory correctly for state trackingMatthew Waters
2015-12-14glformat: add compatibility definitions for OES/rectangle texturesMatthew Waters
2015-12-14glbasebuffer: remove unsed memory subclassMatthew Waters
2015-12-14glmemory: base classify and add the pbo memory on topMatthew Waters
2015-12-14gl: add a GL buffer based GstMemoryMatthew Waters
2015-12-14gl: add a base memory objectMatthew Waters
2015-12-14gl: add convenience function for the start of a video frameMatthew Waters
2015-12-14gluploadmeta; remove convenience helper APIMatthew Waters
2015-12-14gldownload: remove helper api from the libraryMatthew Waters
2015-12-10libgstgl: gstglcontext_cocoa: kCGLPFAStereo has been deprecated in 10.11Alessandro Decina
2015-12-10glbufferpool: relax check for multiple texture targetsAlessandro Decina
2015-12-10glmemory: take subsampling into account for rectangle texturesAlessandro Decina
2015-12-08adaptivedemux: avoid pushing events with manifest lockThiago Santos
2015-12-08glproto: include function definitions for GL_APPLE_syncMatthew Waters
2015-12-04glupload: Only offer custom allocator with caps featuresNicolas Dufresne