summaryrefslogtreecommitdiff
path: root/gst-libs/gst
Commit message (Expand)AuthorAgeFilesLines
* player: Fix setting of external subtitle URIHaihua Hu2017-03-091-6/+4
* gl/eagl: It's -fobjc-arc not -fobj-arcSebastian Dröge2017-03-081-1/+1
* applemedia/gl: Update code to use ARCNick Kallen2017-03-0710-78/+94
* videoaggregator: redo src caps negotiation if a sink pad's caps have changed ...George Kiagiadakis2017-03-061-0/+8
* gl: Missed one backwards compat define in GST_GL_TYPE_CONTEXTArun Raghavan2017-03-061-1/+1
* gl: Fixup for last commitSebastian Dröge2017-03-043-3/+3
* gl: Fix backwards compat GST_GL_TYPE_* functions/macrosSebastian Dröge2017-03-046-12/+18
* gl/viv-fb: Don't use deprecated symbols and make macros more consistentSebastian Dröge2017-03-042-8/+8
* adaptivedemux: answer duration queries for live streamsAlex Ashley2017-03-022-6/+18
* adaptivemutex: Fix double mutex unlockThomas Bluemel2017-03-021-5/+5
* glcolorconvert: Check return value of gst_gl_context_check_framebuffer_status()Sebastian Dröge2017-02-281-2/+4
* gl: Add viv-fb to DIST_SUBDIRS to fix "make distcheck"Sebastian Dröge2017-02-281-1/+1
* glutils: Mark private functions as G_GNUC_INTERNALSebastian Dröge2017-02-281-2/+2
* glupload: Add support for Vivante DirectTexture uploadsSebastian Dröge2017-02-272-1/+318
* allocators: Add GstPhysMemoryAllocator abstractionSebastian Dröge2017-02-275-3/+224
* gl: Add support for Vivante EGL FB windowing systemSebastian Dröge2017-02-279-0/+536
* 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