summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* glmemory: Use glBlitFramebuffer() instead of glCopyTexImage2D() if availableSebastian Dröge2017-02-232-20/+80
* configure: Remove unused Mali EGL/fbdev_window supportSebastian Dröge2017-02-161-1/+1
* adaptivedemux: Convert premature EOS on non-exposed pads to ERRORJan Schmidt2017-02-091-1/+7
* adaptivedemux: Handle errors from prepared_streams tooJan Schmidt2017-02-091-26/+43
* adaptivedemux: Fix bitrate printed in debugJan Schmidt2017-02-071-2/+1
* adaptivedemux: Preroll streams before exposing themJan Schmidt2017-02-072-31/+180
* adaptivedemux: Handle SEEK event only onceSeungha Yang2017-01-311-0/+7
* meson: Build GIR filesThibault Saunier2017-01-234-5/+75
* player: Add support for selecting a specific video sinkLyon Wang2017-01-172-1/+38
* player: Add missing documentation for deprecated functionsSebastian Dröge2017-01-171-0/+21
* player: Add get video snapshot APILyon Wang2017-01-172-0/+109
* gl: update sys dependants for function removalsMatthew Waters2017-01-131-0/+1
* glslstage: define GL constants if needed instead of using #ifdefJuan Pablo Ugarte2017-01-131-16/+13
* glutils: document functionsMatthew Waters2017-01-132-3/+91
* glutils: privatise matrix multiplication/videoaffinetransformation retrievalMatthew Waters2017-01-134-7/+3
* gl/utils: also take care of the local GL context in query functionsMatthew Waters2017-01-134-112/+166
* glutils: remove trivial helper functionMatthew Waters2017-01-133-20/+9
* gl/docs: add symbols from -unused.txtMatthew Waters2017-01-132-8/+6
* gl/docs: some type fixes of type namesMatthew Waters2017-01-133-4/+3
* codecparsers: remove problematic 'extern inline'Tim-Philipp Müller2017-01-101-7/+7
* adaptivedemux: Use a simple queue instead of queue2Edward Hervey2017-01-101-3/+3
* adaptivedemux: Remove unneeded variablesEdward Hervey2017-01-102-12/+2
* glwindow: use the same parameter names between vfuncs and functions of the sa...Matthew Waters2017-01-101-1/+1
* glbasememory: type fix for GstGLBaseMemoryAllocatorAllocFunctionMatthew Waters2017-01-101-1/+1
* gldisplay: add missing transfer annotationsMatthew Waters2017-01-101-2/+2
* gl: add skip annotations to non-GI possible struct constructorsMatthew Waters2017-01-102-2/+2
* glbasememory: remove unused and #if 0'ed function definitionsMatthew Waters2017-01-101-4/+0
* gl: add necessary get_type() functions for allocation params structuresMatthew Waters2017-01-108-0/+32
* gldisplay: some annotation updates/typo fixesMatthew Waters2017-01-102-5/+6
* gl: remove reference to non-existant headerMatthew Waters2017-01-101-1/+0
* gl: remove custom control binding proxyMatthew Waters2017-01-104-221/+1
* gl: remove unneeded gst_gl_buffer_alloc from header fileMatthew Waters2017-01-101-7/+0
* gl/egl: remove use of texture orientationMatthew Waters2017-01-104-49/+6
* glcontext/egl: don't overwrite set GErrorMatthew Waters2017-01-101-6/+8
* player: Add deprecated compatibility functions for the audio/video/subtitle s...Sebastian Dröge2016-12-212-0/+37
* player: Move audio/video/subtitle stream list getters into the correct namespaceSebastian Dröge2016-12-213-11/+13
* player: Add get track number media info APILyon Wang2016-12-212-0/+70
* gl/format: use the unsized format for RGB on GLES2Matthew Waters2016-12-171-1/+2
* gl/window: remove unused priv variableMatthew Waters2016-12-161-1/+0
* gl/window: remove use of main_context_push/pop_thread_default()Matthew Waters2016-12-164-27/+13
* videoaggregator: Remove unlock() if set_info() failsSebastian Dröge2016-12-141-2/+0
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-132-2/+5
* adaptivedemux: Avoid using unset GErrorEdward Hervey2016-12-121-1/+1
* player: Don't try to cache the GQuark for GST_PLAYER_ERRORArun Raghavan2016-12-081-6/+1
* gstglupload: relax EGL context checkJulien Isorce2016-12-011-1/+2
* gstglcontext: is_shared should return FALSE if no groupJulien Isorce2016-12-011-0/+4
* glmemoryegl: remove spurious #if GST_GL_HAVE_DMABUF conditionsMatthew Waters2016-11-301-5/+0
* opencv: add opencv image format documentationPhilippe Renon2016-11-291-0/+49
* opencv: account for sparse/padded formats when converting caps to cv image typePhilippe Renon2016-11-292-27/+55
* opencvvideofilter: Don't parse the caps twiceNicolas Dufresne2016-11-293-14/+25