summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2016-08-16gl/egl: fix inverted typedefMatthew Waters1-1/+1
2016-08-16gl/build: add configure check for possibly missing EGLAttribMatthew Waters1-0/+5
2016-08-16gl/egl/dmabuf: Wrong attribute list type for EGL 1.5Song Bing4-43/+84
2016-08-16glcontext: fix race joining thread on finalizeVincent Penquerc'h1-1/+8
2016-08-11adaptivedemux: Add API for allowing subclasses to download URLs in chunksSebastian Dröge2-7/+105
2016-08-04glcolorconvert: add missing rgb16 and bgr16 video formats in switchMatthew Waters1-0/+2
2016-08-04adaptivedemux: On EOS, handle it before waking download loopJan Schmidt1-2/+2
2016-08-03glwindow: Fix glimagesink cannot show frame when connect to qmlglsrcHaihua Hu1-5/+9
2016-08-03glupload: Use bufferpool to allocate new buffer in GLTextureUploadMetaHyunjun Ko1-18/+23
2016-08-03glwindow: move unsetting queue_resize to _resize() instead of _draw()Matthew Waters1-2/+2
2016-08-03adaptivedemux: Never ever hold the manifest lock while changing the source el...Sebastian Dröge1-16/+38
2016-08-02adaptivedemux: retry once on 4xx/5xx in certain conditionsVincent Penquerc'h2-43/+158
2016-08-02adaptivedemux: expose HTTP statusAlex Ashley1-6/+13
2016-08-02adaptivedemux: allow seeking before start in live streamsVincent Penquerc'h1-0/+17
2016-07-29adaptivedemux: Also call reset() in READY->PAUSEDSebastian Dröge1-0/+1
2016-07-26glframebuffer: add compatibility definition for GL_DEPTH_STENCIL_ATTACHMENTMatthew Waters1-0/+4
2016-07-26glfilter: rewrite subclasses for filter_texture() occuring on GL threadMatthew Waters4-78/+60
2016-07-26glutils: remove unused GstGLDisplayProjectionMatthew Waters1-12/+0
2016-07-26glcontext: remove not thread-safe get/set_error()Matthew Waters5-48/+16
2016-07-26glframebuffer: rewrite for a more consistent APIMatthew Waters11-481/+423
2016-07-26gl: use GLMemory for accessing textures everywhereMatthew Waters2-25/+53
2016-07-26glfilter: rename draw_texture to draw_fullscreen_quadMatthew Waters2-12/+9
2016-07-26gl: add memory type for renderbuffer'sMatthew Waters6-0/+595
2016-07-26glformat: define our own set of formats from the GL definesMatthew Waters2-49/+61
2016-07-26glbasememory: assert for a valid allocator instead of segfaultingMatthew Waters2-1/+3
2016-07-25player: Add some 'const' to config gettersSebastian Dröge2-4/+4
2016-07-25player: G-I annotation fixesSebastian Dröge1-3/+2
2016-07-25player: move 'position-update-interval' setting to the config structGuillaume Desmottes2-82/+57
2016-07-25player: add API to change http user agentGuillaume Desmottes2-0/+176
2016-07-18gl: wayland: improve debug message when connecting to displayTim-Philipp Müller2-2/+7
2016-07-15camerabinpreview: fix bus leakGuillaume Desmottes1-0/+7
2016-07-15adaptivedemux: Add more safeguards around state changes.Jan Schmidt2-16/+57
2016-07-15adaptivedemux: Add debug code to change bitrate.Jan Schmidt1-0/+13
2016-07-15adaptivedemux: More locking/switching fixesJan Schmidt1-6/+30
2016-07-15adaptivedemux: Don't switch streams and expose pads while downloading.Jan Schmidt1-5/+22
2016-07-15adaptivedemux: Drop the manifest lock during outbound actionsJan Schmidt1-5/+45
2016-07-11Fix various gboolean vs GstFlowReturn problemsNirbheek Chauhan1-2/+2
2016-07-07adaptivedemux: Also consider more seek flags as "snap" seeksEdward Hervey1-3/+5
2016-07-01adaptivedemux: Add custom flow return for allowing subclasses to specify when...Sebastian Dröge2-6/+21
2016-07-01adaptivedemux: Get rid of internal stream adapter and let subclasses handle t...Sebastian Dröge2-20/+8
2016-07-01codecparsers: jpeg2000: don't allow 0 value for array access with i-1Tim-Philipp Müller1-1/+4
2016-07-01codecparsers: jpeg2000: fix possible out-of-bounds array accessTim-Philipp Müller1-4/+4
2016-06-30glviewconvert: fix transformation matrix usageMatthew Waters1-12/+14
2016-06-30glupload: fix raw data uploader with addition of GstVideoGLTextureTypeMatthew Waters1-0/+3
2016-06-29glvideoconvert: RG/LA is available in OpenGL ES 3, so let that throughOlivier Crête1-1/+1
2016-06-29Revert "Revert "gl/eagl: try getting a gles3 context""Matthew Waters1-5/+17
2016-06-29glmemory: add the texture type to allocate to parametersMatthew Waters9-120/+126
2016-06-29glcolorconvert: don't assume Red/RG textures will be usedMatthew Waters1-58/+132
2016-06-29glcontext: correct precondition for get_gl_versionMatthew Waters1-3/+3
2016-06-28jpeg2000parse: fix typo in sampling checkLuis de Bethencourt1-1/+1