summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "glcontext: add gst_gl_context_set_display helper"Julien Isorce2015-06-192-20/+0
* Revert "gl: add GstGLContextGPUProcess backend"Julien Isorce2015-06-198-390/+1
* glviewconvert: Fix GLES2 compatibilityNicolas Dufresne2015-06-181-1/+6
* glviewconvert: Fix broken validity checkNicolas Dufresne2015-06-181-2/+2
* gl libs: Add glviewconvert helper objectJan Schmidt2015-06-195-1/+2101
* nalutils: trivial patch to check ifVineeth TM2015-06-161-6/+3
* videoaggregator: Print some debug output if we change the timestamp offsetSebastian Dröge2015-06-151-0/+4
* videoaggregator: Add some more debug outputSebastian Dröge2015-06-151-0/+4
* videoaggregator: Don't update the ts-offset before updating the actual config...Sebastian Dröge2015-06-151-9/+0
* videoaggregator: Remember if the last LATENCY query returned live or not and ...Sebastian Dröge2015-06-151-2/+13
* videoaggregator: No need to artificially bound the zorder.Mathieu Duponchelle2015-06-141-1/+1
* codecparsers: mpeg4: actually return full number of bits of resync markerLuis de Bethencourt2015-06-131-2/+2
* Revert "codecparsers: remove ignored increment of return"Tim-Philipp Müller2015-06-131-1/+1