summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2016-03-03glbasememory: Don't change maxsize at run-timeNicolas Dufresne1-3/+2
2016-03-02adaptivedemux: Fix REMOVE_SNAP_FLAGS() macroSebastian Dröge1-1/+1
2016-02-26adaptivedemux: handle snap seeking without setting any positionThiago Santos1-20/+30
2016-02-26eglimagememory: add compatibility definitions for EGL dmabufMatthew Waters1-0/+20
2016-02-26glcontext: add a method to add a context to another share groupMatthew Waters3-1/+30
2016-02-25videoaggregator: fix caps queries to allow proper renegotiationThiago Santos1-9/+1
2016-02-22player: Expose more GstVideoOverlay API in the GstPlayerVideoOverlayVideoRend...Sebastian Dröge2-1/+90
2016-02-22gl: fix the buildMatthew Waters1-1/+1
2016-02-22gl: error out if the configured GL API is unsupported by our elementMatthew Waters1-1/+24
2016-02-20codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flagScott D Phillips1-0/+1
2016-02-19mpeg4parser: prevent assertion when scanning for sync codeThiago Santos1-2/+5
2016-02-18gldebug: make sure debug is initialized when calling gst_gl_insert_debug_markerJulien Isorce1-0/+2
2016-02-18gl: Fix compiler warning about unused const variable with gcc 6Sebastian Dröge4-10/+41
2016-02-18gl: Move private headers from SOURCES to noinst_HEADERSSebastian Dröge1-5/+6
2016-02-17glfilter: insert the debug marker from the GL threadMatthew Waters1-2/+9
2016-02-16adaptivedemux: restore bitrate averaging supportPhilippe Normand2-6/+49
2016-02-16adaptivedemux: remove queue2 overrun notificationPhilippe Normand1-10/+0
2016-02-16gl: Remove leftover g_printsSebastian Dröge2-2/+0
2016-02-16gldebug: use the correct spelling for behaviorMatthew Waters1-8/+8
2016-02-16glcontext: don't enable GL debug for messages that won't be loggedMatthew Waters2-19/+67
2016-02-10dashdemux: gst_dash_demux_get_live_seek_range returns positive valuesFlorin Apostol1-0/+5
2016-02-10gl: syncmeta: define GL_TIMEOUT_IGNORED in more portable wayTim-Philipp Müller1-1/+1
2016-02-10gstglshader: cache uniform locationsAlessandro Decina1-25/+52
2016-02-10gstglcontext: micro optimization to gst_gl_context_thread_addAlessandro Decina1-1/+3
2016-02-09glsyncmeta: add compatibility definition for GL_TIMEOUT_IGNOREDMatthew Waters1-0/+3
2016-02-09glsyncmeta: separate out gpu/cpu waits.Matthew Waters2-0/+40
2016-02-08adaptivedemux: remove overwritten valueLuis de Bethencourt1-2/+1
2016-02-05adaptivedemux: Update position in stream->segment for new stream segment mess...David Waring1-4/+1
2016-02-05gl: add .def file for msvc buildsMatthew Waters4-7/+8
2016-02-04adaptivedemux: handle snap seeksThiago Santos2-9/+64
2016-02-04adaptivedemux: add utility function to get stream from padThiago Santos2-17/+31
2016-02-04glquery: remove unnecessary pointer checkLuis de Bethencourt1-2/+1
2016-02-04glbasefilter: enable qos by defaultMatthew Waters1-0/+2
2016-02-03docs: remove some leftover 'Since 0.10.x' markersTim-Philipp Müller2-6/+0
2016-02-02libs: player: use configured GST_PKG_CONFIG_PATH when invoking the introspect...David Waring1-4/+6
2016-02-02Revert "gl/eagl: try getting a gles3 context"Matthew Waters1-17/+5
2016-02-02glcolorconvert: don't skip subset structuresMatthew Waters1-5/+0
2016-02-02glbasefilter: always call gl_start when not called alreadyMatthew Waters1-1/+1
2016-02-02glcolorconvert: fix RGB,rectangle->planar YUV conversionMatthew Waters1-5/+8
2016-02-02glcolorconvert: fix YUY2/UYVY,rectangle->RGB conversionMatthew Waters1-5/+19
2016-02-02glcolorconvert: perform better negotiationMatthew Waters1-64/+305
2016-02-01gstglwindow: initialize navigation_loop to NULLJulien Isorce1-4/+7
2016-02-01gl: eagl: fix buildTim-Philipp Müller1-1/+2
2016-02-01gl/eagl: try getting a gles3 contextMatthew Waters1-5/+16
2016-01-29glprototypes: fix parameter type of glGenBuffersWang Xin-yu (王昕宇)1-1/+1
2016-01-29glcontext: back out unintended lost_context changesMatthew Waters2-13/+1
2016-01-29egl: implement selecting opengl3 contextsMatthew Waters4-53/+212
2016-01-29gl/egl: pass the error value to get_error_string()Matthew Waters3-16/+16
2016-01-27videoaggregator: don't do caps processing that is not overridableMatthew Waters2-178/+146
2016-01-27gl: move control binding proxy implementation from glvideomixerMatthew Waters4-0/+216