summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* adaptivedemux: HTTP ranges are inclusive, GStreamer segment.stop is exclusiveSebastian Dröge2015-10-141-0/+4
* gl: fix leak in gst_gl_insert_debug_marker()Guillaume Desmottes2015-10-141-0/+2
* Update GLib dependency to 2.40.0Sebastian Dröge2015-10-021-108/+0
* aggregator: Convert GST_ERROR_OBJECT() for seek events to GST_DEBUG_OBJECT()Sebastian Dröge2015-10-011-3/+2
* aggregator: For the start time selection, only set the segment positionSebastian Dröge2015-10-011-2/+0
* gl: move debugging related functions to their own fileMatthew Waters2015-10-027-194/+270
* gl: Pass GL_CFLAGS to g-ir-scannerAntoine Jacoutot2015-09-301-0/+1
* glcontext: fixup strstr lengths so we don't overrunMatthew Waters2015-09-301-5/+4
* glupload: remove useless release_bufferMatthew Waters2015-09-302-70/+13
* glutils: use gst_element_set_context for setting display/other_contextMatthew Waters2015-09-301-83/+31
* adaptivedemux: remove unused variableJohn Chang2015-09-291-2/+1
* videoaggregator: fix compilation with older glib versionTim-Philipp Müller2015-09-291-10/+4
* gl/eagl: use the default GL context debug categoryMatthew Waters2015-09-291-0/+2
* gl: set the context on the element on a context queryMatthew Waters2015-09-281-0/+4
* gl: chain up to the parent class for GstElement::set_contextMatthew Waters2015-09-281-0/+2
* gl: sprinkle some debug markers to ease debuggingMatthew Waters2015-09-283-0/+12
* gl/utils: add a function to insert a debug markerMatthew Waters2015-09-282-0/+45
* gl: add some debugging prototypesMatthew Waters2015-09-281-1/+28
* glwindow: remove unused draw_unlocked functionMatthew Waters2015-09-288-66/+20
* aggregator: Don't forward QOS events to sinkpads that had no buffer yetSebastian Dröge2015-09-251-6/+27
* glfilter: use GL_ELEMENT_ARRAY_BUFFER for vbo indicesJulien Isorce2015-09-251-2/+2
* glmemory: fix texture leak in _gl_mem_copyJulien Isorce2015-09-251-2/+2
* gl/dispmanx: fix rendering with recent resize state trackingMatthew Waters2015-09-211-2/+1
* aggregator: Keep at least two buffers in the queue in live modeOlivier Crête2015-09-181-1/+10
* adaptivedemux: remove unprefix STATISTICS_MESSAGE_NAME after allTim-Philipp Müller2015-09-171-5/+0
* adaptivedemux: prefix the statistics message name macroPhilippe Normand2015-09-172-3/+15
* gl/caopengllayer: fix non-existent selector warningMatthew Waters2015-09-171-0/+4
* glwindow: Fix g_return_val_if_fail in a void functionJan Schmidt2015-09-171-1/+1
* glwindow: add API to request a resize event on the next drawMatthew Waters2015-09-1712-70/+120
* gl/x11: store the correct dimension from the resize eventsMatthew Waters2015-09-171-2/+2
* gl: Fix GError leaks during failuresVineeth T M2015-09-173-2/+3
* adaptivedemux: Fix playback of live streamsSebastian Dröge2015-09-151-7/+33
* adaptivedemux: Only overwrite last return if it was OKThiago Santos2015-09-151-6/+8
* gl: bufferpool take into account video stride alignment requirementsTim-Philipp Müller2015-09-152-0/+35
* videoaggregator: Fix mixup of running times and segment positionsSebastian Dröge2015-09-141-29/+61
* aggregator: Document that get_next_time() should return running timeSebastian Dröge2015-09-141-1/+1
* adaptivedemux: Properly implement timestamping of multi-period streamsSebastian Dröge2015-09-142-48/+151
* videoaggregator: fix caps query to properly handle alpha formatsThiago Santos2015-09-112-12/+199
* codecparsers: h265: Fix the selection of Active Ref Pic SetSreerenj Balachandran2015-09-101-4/+3
* codecparsers: h265 : Fix default scaling list valuesSreerenj Balachandran2015-09-101-2/+2
* gl/api: use public rather than private defineMatthew Waters2015-09-101-1/+1
* gl/eagl: Also unbind renderbuffer after setting up framebufferSebastian Dröge2015-09-091-0/+1
* gl/eagl: Don't make context uncurrent just to make it current again in the ne...Sebastian Dröge2015-09-091-4/+0
* videoaggregator: lift restriction of changing pixel-aspect-ratioThiago Santos2015-09-031-3/+1
* gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller2015-08-311-1/+1
* aggregator: Also ignore start-time on seek from gst_element_send_event()Olivier Crête2015-08-311-0/+1
* codecparsers: h265: Fix tile row and column parsingXuGuangxin2015-08-262-18/+43
* gl/eagl: Unref context after setting a window handleSebastian Dröge2015-08-251-0/+2
* codecparsers: h265: Add APIs for up-right-diagonal/raster scan conversionlyb2015-08-242-0/+141
* codecparsers: h265: Fix the range of delta_chroma_log2_weight_denomXuGuangxin2015-08-241-2/+4