summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* Fix a common typo: retreive -> retrieveThiago Santos2015-06-052-4/+4
* adaptivedemux: Error out if downloading a segment failed too often in live modeSebastian Dröge2015-06-051-3/+5
* adaptivedemux: Release the manifest mutex before waiting for a downloadSebastian Dröge2015-06-041-2/+3
* gl/dispmanx: Fix buildPhilippe Normand2015-06-041-1/+1
* gl/window/dispmanx: fix compiler warningMatthew Waters2015-06-041-1/+0
* gl/window: use the default main loop implementation for all backendsMatthew Waters2015-06-049-529/+21
* glwindow_cocoa: use parent default implementationJulien Isorce2015-06-031-83/+3
* glsyncmeta: Set new sync point when copyingJan Schmidt2015-06-031-1/+3
* glsyncmeta: Add some debug outputJan Schmidt2015-06-031-4/+9
* glmemory: provide compatibility definition for GLES2 for GL_RGBA8Matthew Waters2015-06-021-0/+3
* gl: consolidate internal_rgba_format into glmemoryMatthew Waters2015-06-026-99/+65
* aggregator: Document that the latency is in nsOlivier Crête2015-06-011-2/+2
* glcontext_gpu_process: close the window when doneJulien Isorce2015-06-011-1/+15
* glwindow_gpu_process: avoid empty structJulien Isorce2015-06-011-0/+1
* glwindow: move main loop/context creation back to init/finalizeJulien Isorce2015-06-011-10/+22
* gl: Fix compiler warningSebastian Dröge2015-05-311-17/+0
* glwindow: fix compiler errorMatthew Waters2015-05-311-1/+1
* gl/wayland: implement setting the render rectangleMatthew Waters2015-05-312-12/+66
* glwindow: handle gst_video_overlay_set_render_rectangleMatthew Waters2015-05-312-0/+38
* gl/wayland: don't block the event loop after pollMatthew Waters2015-05-311-2/+2
* gl/wayland: implement basic video overlay support via subsurfacesMatthew Waters2015-05-315-42/+165
* gl/wayland: allow a NULL wl_event_queueMatthew Waters2015-05-311-4/+12
* gl/utils: implement wayland display GstContextMatthew Waters2015-05-311-0/+65
* gl/wayland: run each window on a separate queueMatthew Waters2015-05-314-5/+54
* gl: Don't leak temp strings in _RGB_pixel_order()Jan Schmidt2015-05-301-8/+11
* glfilter: Add transform_internal_caps() vfuncJan Schmidt2015-05-302-5/+26
* glfilter: Don't remove size fields from capsJan Schmidt2015-05-301-1/+8
* videoaggregator: Add class property to disable caps scalingJan Schmidt2015-05-302-7/+17
* videoaggregator: Catch errors, and allow sub-class to return NULL from get_ou...Jan Schmidt2015-05-301-0/+8
* gl: add GstGLContextGPUProcess backendJulien Isorce2015-05-278-1/+375
* gl: add and use gst_gl_internal_format_rgbaJulien Isorce2015-05-276-9/+23
* glwindow_x11: use parent default implementationJulien Isorce2015-05-273-97/+13
* glcontext_glx: rename variable from window to contextJulien Isorce2015-05-271-2/+2
* glwindow: initialize debug in class_initJulien Isorce2015-05-271-6/+15
* glcontext: initialize debug in class_initJulien Isorce2015-05-271-0/+4
* glcontext: add gst_gl_context_set_display helperJulien Isorce2015-05-272-0/+20
* glcontext: add missing _CAST after G_TYPE_CHECK_CLASSJulien Isorce2015-05-271-1/+1
* glwindow: add missing _CAST after G_TYPE_CHECK_CLASSJulien Isorce2015-05-271-1/+1
* glwindow: provides some default implementations to factorize with all backendsJulien Isorce2015-05-271-109/+121
* aggregator: Push EOS on error return.Jan Schmidt2015-05-281-1/+1
* gl: propagate return value from filter and filter_textureXavier Claessens2015-05-261-4/+5
* adaptivedemux: 'for' loop initial declarationLuis de Bethencourt2015-05-261-2/+3
* gl/wayland: remove dead event source codeMatthew Waters2015-05-251-15/+2
* gl/wayland: add GstGLDisplayWaylandMatthew Waters2015-05-255-74/+253
* gl/calayer: provide the exact GL api version for the wrapped contextMatthew Waters2015-05-231-6/+6
* gl: win32: do not call SetParent in release_parent_win_id()Xavier Claessens2015-05-211-1/+1
* gl: win32: remove unused codeXavier Claessens2015-05-211-8/+0
* gl: win32: fix crash when finalizing GstGLContextXavier Claessens2015-05-211-65/+39
* gl: win32: Fix leaked GstGLContextXavier Claessens2015-05-211-6/+10
* gl: win32: set the parent window when creating internal windowXavier Claessens2015-05-211-28/+44