summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2015-06-23adaptivedemux: Also update segment.base and segment.time when switching periodsSebastian Dröge1-7/+28
2015-06-23Revert "gl/window/x11: don't create our own X11 display"Sebastian Dröge1-1/+14
2015-06-23Revert "eagl: Don't dispatch_sync() to the main thread if we are on the main ...Sebastian Dröge1-31/+10
2015-06-23adaptivedemux: Remember the last return value of gst_adaptive_demux_stream_up...Sebastian Dröge1-0/+2
2015-06-23eagl: Don't dispatch_sync() to the main thread if we are on the main threadSebastian Dröge1-10/+31
2015-06-23gl: Include texParameterf in the GL function tableJohn Ludwig1-0/+4
2015-06-23videoaggregator: simplifies and improves sink_get_caps.Mathieu Duponchelle1-8/+6
2015-06-22glmemory: fix consistency about pbo availability.Julien Isorce1-5/+9
2015-06-21codecparsers: jpeg: add some padding to ScanHdr structTim-Philipp Müller1-0/+6
2015-06-21codecparsers: jpeg: fix docs for table parsing functionsTim-Philipp Müller1-3/+2
2015-06-21docs: add new JPEG codecparser API to the docsTim-Philipp Müller2-0/+41
2015-06-21codecparsers: jpeg: fix validity checking of data parsedTim-Philipp Müller1-46/+61
2015-06-21codecparsers: jpeg: fix up APITim-Philipp Müller2-182/+207
2015-06-21codecparsers: jpeg: tweak API a littleTim-Philipp Müller2-29/+84
2015-06-21codecparsers: jpeg: hide gst_jpeg_scan_for_marker_code()Tim-Philipp Müller2-17/+15
2015-06-21codecparsers: jpeg: fix and optimize scan for next marker code.Gwenole Beauchesne1-9/+8
2015-06-21codecparsers: jpeg: fix calculation of segment size.Gwenole Beauchesne1-2/+3
2015-06-21codecparsers: jpeg: fix default Huffman tables generation.Wind Yuan1-0/+1
2015-06-21codecparsers: jpeg: add JPEG bitstream parserGwenole Beauchesne3-0/+1027
2015-06-19gldisplay: add gst_gl_display_create_contextJulien Isorce2-0/+79
2015-06-19glcontext: move display from privJulien Isorce2-8/+7
2015-06-19Revert "glcontext: add gst_gl_context_set_display helper"Julien Isorce2-20/+0
2015-06-19Revert "gl: add GstGLContextGPUProcess backend"Julien Isorce8-390/+1
2015-06-18glviewconvert: Fix GLES2 compatibilityNicolas Dufresne1-1/+6
2015-06-18glviewconvert: Fix broken validity checkNicolas Dufresne1-2/+2
2015-06-19gl libs: Add glviewconvert helper objectJan Schmidt5-1/+2101
2015-06-16nalutils: trivial patch to check ifVineeth TM1-6/+3
2015-06-15videoaggregator: Print some debug output if we change the timestamp offsetSebastian Dröge1-0/+4
2015-06-15videoaggregator: Add some more debug outputSebastian Dröge1-0/+4
2015-06-15videoaggregator: Don't update the ts-offset before updating the actual config...Sebastian Dröge1-9/+0
2015-06-15videoaggregator: Remember if the last LATENCY query returned live or not and ...Sebastian Dröge1-2/+13
2015-06-14videoaggregator: No need to artificially bound the zorder.Mathieu Duponchelle1-1/+1
2015-06-13codecparsers: mpeg4: actually return full number of bits of resync markerLuis de Bethencourt1-2/+2
2015-06-13Revert "codecparsers: remove ignored increment of return"Tim-Philipp Müller1-1/+1
2015-06-12videoaggregator: add "ignore-eos" property for input padsNirbheek Chauhan2-0/+21
2015-06-12mpegts: return early if packetizing short sectionJesper Larsen1-2/+5
2015-06-12glmemory: separate pbo transfer from texture transfersMatthew Waters3-39/+127
2015-06-12glmemory: implement on top of glbasebufferMatthew Waters8-512/+413
2015-06-12gl: new glbasebuffer GstMemory objectMatthew Waters5-0/+835
2015-06-12gl/prototypes: add some buffer function prototypesMatthew Waters3-1/+51
2015-06-12gl/window/x11: only listen on the X Display when neededMatthew Waters1-7/+18
2015-06-12gl: Add support for multiple views in upload, colour convert and downloadJan Schmidt5-102/+276
2015-06-12gl/window/x11: don't create our own X11 displayMatthew Waters1-14/+1
2015-06-12gl/window/x11: handle_events() may be called before the window has been createdMatthew Waters1-7/+16
2015-06-10gl: OES_vertex_array_object is improperly implemented on PowerVR SGX 544MPSebastian Dröge1-0/+12
2015-06-08videoaggregator: simplify aggregate returningThiago Santos1-13/+9
2015-06-08videoaggregator: refactor caps reconfigure to its own functionThiago Santos1-13/+29
2015-06-08videoaggregator: fixing types in aggregate functionThiago Santos1-15/+14
2015-06-08videoaggregator: use macro to access aggregator src padThiago Santos1-2/+2
2015-06-08aggregator: add a convenience macro to get the source padThiago Santos1-0/+14