summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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