summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
...
* glimagesinkbin: Add GstVideoOverlayCompositionMeta caps featuresLubosz Sarnecki2015-07-203-3/+14
* gloverlaycompositor: Add GstGLOverlayCompositor classLubosz Sarnecki2015-07-205-1/+300
* glcompositionoverlay: Add compatibility for GL contexts without glGenVertexAr...Lubosz Sarnecki2015-07-201-4/+31
* glcompositionoverlay: Add class for managing GstVideoOverlayCompositionOverla...Lubosz Sarnecki2015-07-204-1/+417
* glupload: Move debug init to top of the fileLubosz Sarnecki2015-07-201-11/+11
* adaptivedemux: minor clean-upTim-Philipp Müller2015-07-201-17/+8
* dashdemux: add support for generating Protection events from ContentProtectio...Alex Ashley2015-07-202-0/+34
* glmemory: check for pbo availability before attempting pbo downloadMatthew Waters2015-07-201-12/+21
* glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters2015-07-183-7/+12
* glcontext: consolidate get_proc_address function definitionMatthew Waters2015-07-188-22/+39
* glcontext/glx: try creating a context with the highest versionMatthew Waters2015-07-181-47/+102
* glcontext: track sharedness with a cookieMatthew Waters2015-07-181-48/+39
* glcontext: use the debug object variant for completenessMatthew Waters2015-07-181-2/+3
* glupload: memcpy on raw data uploadMatthew Waters2015-07-141-5/+14
* glbasebuffer: add some debug and zero the data pointers on initMatthew Waters2015-07-141-0/+7
* gl/eagl: Don't call anything synchronously from the main threadSebastian Dröge2015-07-081-55/+49
* adaptivedemux: Explicitly check for CUSTOM_ERROR when converting errors to EOSSebastian Dröge2015-07-071-2/+2
* adaptivedemux: If downloading the last fragment fails, consider this as EOS a...Sebastian Dröge2015-07-071-0/+10
* download: only start a download transfer for sysmem caps featuresMatthew Waters2015-07-071-6/+6
* mpegvideometa: add meta transform functionHyunjun Ko2015-07-071-1/+33
* glsyncmeta: transform func: return FALSE if not supported or failedHyunjun Ko2015-07-071-0/+4
* android: add missing egl.h includeMatthew Waters2015-07-071-0/+1
* gl: consolidate egl header includes to egl-only headersMatthew Waters2015-07-077-26/+69
* videoaggregator: Remove pixel-aspect-ratio field from the caps returned by ge...Thibault Saunier2015-07-061-2/+2
* gl: initialize output params to 0 before calling gl functionsJulien Isorce2015-07-025-4/+8
* gl: Don't leak pool if set_config failedNicolas Dufresne2015-07-021-1/+3
* glfilter: Don't cache buffer poolNicolas Dufresne2015-07-022-38/+16
* adaptivedemux: Move unref() into the right scopeSebastian Dröge2015-06-251-2/+2
* adaptivedemux: Properly handle presentationTimeOffset for seeking and multi-p...Sebastian Dröge2015-06-251-21/+43
* adaptivedemux: Also update segment.base and segment.time when switching periodsSebastian Dröge2015-06-231-7/+28
* Revert "gl/window/x11: don't create our own X11 display"Sebastian Dröge2015-06-231-1/+14
* Revert "eagl: Don't dispatch_sync() to the main thread if we are on the main ...Sebastian Dröge2015-06-231-31/+10
* adaptivedemux: Remember the last return value of gst_adaptive_demux_stream_up...Sebastian Dröge2015-06-231-0/+2
* eagl: Don't dispatch_sync() to the main thread if we are on the main threadSebastian Dröge2015-06-231-10/+31
* gl: Include texParameterf in the GL function tableJohn Ludwig2015-06-231-0/+4
* videoaggregator: simplifies and improves sink_get_caps.Mathieu Duponchelle2015-06-231-8/+6
* glmemory: fix consistency about pbo availability.Julien Isorce2015-06-221-5/+9
* codecparsers: jpeg: add some padding to ScanHdr structTim-Philipp Müller2015-06-211-0/+6
* codecparsers: jpeg: fix docs for table parsing functionsTim-Philipp Müller2015-06-211-3/+2
* docs: add new JPEG codecparser API to the docsTim-Philipp Müller2015-06-212-0/+41
* codecparsers: jpeg: fix validity checking of data parsedTim-Philipp Müller2015-06-211-46/+61
* codecparsers: jpeg: fix up APITim-Philipp Müller2015-06-212-182/+207
* codecparsers: jpeg: tweak API a littleTim-Philipp Müller2015-06-212-29/+84
* codecparsers: jpeg: hide gst_jpeg_scan_for_marker_code()Tim-Philipp Müller2015-06-212-17/+15
* codecparsers: jpeg: fix and optimize scan for next marker code.Gwenole Beauchesne2015-06-211-9/+8
* codecparsers: jpeg: fix calculation of segment size.Gwenole Beauchesne2015-06-211-2/+3
* codecparsers: jpeg: fix default Huffman tables generation.Wind Yuan2015-06-211-0/+1
* codecparsers: jpeg: add JPEG bitstream parserGwenole Beauchesne2015-06-213-0/+1027
* gldisplay: add gst_gl_display_create_contextJulien Isorce2015-06-192-0/+79
* glcontext: move display from privJulien Isorce2015-06-192-8/+7