summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* videoaggregator: add "ignore-eos" property for input padsNirbheek Chauhan2015-06-122-0/+21
* mpegts: return early if packetizing short sectionJesper Larsen2015-06-121-2/+5
* glmemory: separate pbo transfer from texture transfersMatthew Waters2015-06-123-39/+127
* glmemory: implement on top of glbasebufferMatthew Waters2015-06-128-512/+413
* gl: new glbasebuffer GstMemory objectMatthew Waters2015-06-125-0/+835
* gl/prototypes: add some buffer function prototypesMatthew Waters2015-06-123-1/+51
* gl/window/x11: only listen on the X Display when neededMatthew Waters2015-06-121-7/+18
* gl: Add support for multiple views in upload, colour convert and downloadJan Schmidt2015-06-125-102/+276
* gl/window/x11: don't create our own X11 displayMatthew Waters2015-06-121-14/+1
* gl/window/x11: handle_events() may be called before the window has been createdMatthew Waters2015-06-121-7/+16
* gl: OES_vertex_array_object is improperly implemented on PowerVR SGX 544MPSebastian Dröge2015-06-101-0/+12
* videoaggregator: simplify aggregate returningThiago Santos2015-06-081-13/+9
* videoaggregator: refactor caps reconfigure to its own functionThiago Santos2015-06-081-13/+29
* videoaggregator: fixing types in aggregate functionThiago Santos2015-06-081-15/+14
* videoaggregator: use macro to access aggregator src padThiago Santos2015-06-081-2/+2
* aggregator: add a convenience macro to get the source padThiago Santos2015-06-081-0/+14
* 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