summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* player: Import GstPlayer playback convenience APISebastian Dröge2015-12-2321-3/+6282
* glmemorypbo: Comment out unused functions to fix compilation with clangSebastian Dröge2015-12-231-0/+7
* glcontext: Signal context creation from inside the context loop and use g_thr...Sebastian Dröge2015-12-211-24/+13
* glwindow: Hide navigation specific internal API and add API to asynchronously...Sebastian Dröge2015-12-213-81/+112
* glwindow: Use g_thread_join() instead of a custom condition variable for wait...Sebastian Dröge2015-12-212-88/+50
* glwindow: Fix memory leak of navigation threadHaihua Hu2015-12-211-0/+3
* glconvert: Fix compilation of GRAY16_LE/BE shaderNicolas Dufresne2015-12-181-1/+1
* glupload: Add dmabuf upload method.Nicolas Dufresne2015-12-181-1/+266
* eglimagememory: Also import BGR16, ABGR, xBGR, AYUV, GRAY16_LE/BE and Y444Nicolas Dufresne2015-12-181-1/+8
* eglimagememory: Add RGB/BGR DMABuf importation supportNicolas Dufresne2015-12-181-0/+6
* eglimagememory: Methods to create GstGLMemory from dmabufsLubosz Sarnecki2015-12-182-0/+137
* build: Add dmabuf build condition.Lubosz Sarnecki2015-12-181-0/+1
* gstglcontext_egl: Expose gst_gl_context_egl_get_error_string.Lubosz Sarnecki2015-12-182-1/+4
* glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina2015-12-186-10/+37
* glbasememory: don't unconditionally add the alignment bytes to the sizeMatthew Waters2015-12-182-4/+29
* glbuffer: add a name to the allocatorMatthew Waters2015-12-171-0/+5
* gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters2015-12-178-46/+46
* glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters2015-12-176-263/+169
* glmemory: document gst_gl_memory_initMatthew Waters2015-12-171-1/+14
* glbuffer: remove unneeded gst_gl_buffer_alloc()Matthew Waters2015-12-172-11/+18
* glbasememory: document some functionsMatthew Waters2015-12-171-1/+28
* glmemory: add a default copy implementationMatthew Waters2015-12-171-1/+56
* glbufferpool: use gst_gl_base_memory_alloc as a generic GL allocation frameworkMatthew Waters2015-12-172-62/+82
* glmemorypbo: implement GstGLBaseMemory:allocMatthew Waters2015-12-172-11/+52
* glbuffer: implements GstGLBaseMemory::allocMatthew Waters2015-12-172-1/+84
* glmemory: implement GstGLBaseMemory::allocMatthew Waters2015-12-172-2/+361
* glbasememory: add a generic interface for allocating GL memoriesMatthew Waters2015-12-172-5/+212
* Revert "glbuffer: Don't pass allocation params"Matthew Waters2015-12-171-1/+1
* glbuffer: Don't pass allocation paramsNicolas Dufresne2015-12-161-1/+1
* glupload: fix allocator name after GLMemory API changesAlessandro Decina2015-12-161-1/+1
* gl: Allow using non-system mesa with both GL and GLESNicolas Dufresne2015-12-151-0/+11
* bad: Add g_autoptr() support to all typesXavier Claessens2015-12-143-0/+72
* glviewconvert: check pointer before dereferencingLuis de Bethencourt2015-12-141-5/+7
* glbuffer: bind/unbind on map/unmap for GL mappingsMatthew Waters2015-12-141-0/+8
* glbuffer: remove buffer specific transfer flagsMatthew Waters2015-12-142-20/+2
* glmemorypbo: map/unmap pbo memory correctly for state trackingMatthew Waters2015-12-141-1/+11
* glformat: add compatibility definitions for OES/rectangle texturesMatthew Waters2015-12-141-0/+7
* glbasebuffer: remove unsed memory subclassMatthew Waters2015-12-146-838/+0
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-1415-1286/+1973
* gl: add a GL buffer based GstMemoryMatthew Waters2015-12-146-0/+505
* gl: add a base memory objectMatthew Waters2015-12-145-1/+682
* gl: add convenience function for the start of a video frameMatthew Waters2015-12-142-0/+21
* gluploadmeta; remove convenience helper APIMatthew Waters2015-12-147-493/+1
* gldownload: remove helper api from the libraryMatthew Waters2015-12-145-600/+0
* libgstgl: gstglcontext_cocoa: kCGLPFAStereo has been deprecated in 10.11Alessandro Decina2015-12-101-5/+7
* glbufferpool: relax check for multiple texture targetsAlessandro Decina2015-12-101-3/+5
* glmemory: take subsampling into account for rectangle texturesAlessandro Decina2015-12-101-0/+12
* adaptivedemux: avoid pushing events with manifest lockThiago Santos2015-12-081-15/+31
* glproto: include function definitions for GL_APPLE_syncMatthew Waters2015-12-081-3/+3
* glupload: Only offer custom allocator with caps featuresNicolas Dufresne2015-12-041-12/+27