summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* gl: Remove extra duplicate typedef of GstGLFramebufferJan Schmidt2016-08-311-1/+0
* glupload: fix tests and check for the new RECONFIGURE behaviourAlessandro Decina2016-08-291-2/+13
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-7/+8
* gstglupload: make the GLMemoryUpload method output the correct texture-targetAlessandro Decina2016-08-262-33/+67
* meson: Make mpegts lib build when using subprojectsThibault Saunier2016-08-251-2/+2
* videoaggregator: Handle if update_caps() returns EMPTYJan Schmidt2016-08-261-1/+2
* glviewconvert: Fix texture target fixationJan Schmidt2016-08-261-4/+2
* adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge2016-08-251-6/+0
* player: On redirects, remember the redirect URI separately and don't consider...Sebastian Dröge2016-08-241-6/+11
* player: Don't report spurious STOPPED state changes when doing transient chan...Sebastian Dröge2016-08-241-12/+22
* player: Ensure that rate is initialized to 1.0Sebastian Dröge2016-08-241-0/+1
* player: De-duplicate rate setting code and always use the propertySebastian Dröge2016-08-231-38/+30
* player: Protect setter/getter for the configuration with a mutexSebastian Dröge2016-08-231-1/+12
* player: Move subtitle URI setter next to the uri setterSebastian Dröge2016-08-232-44/+44
* adaptivedemux: Fix the previous commitJan Schmidt2016-08-232-52/+0
* adaptivedemux: Fix broken updates loop on live streamsJan Schmidt2016-08-233-0/+55
* adaptivedemux: fix stream exposure conditionMichael Olbrich2016-08-231-4/+7
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-2017-0/+588
* codecparsers: Explicitly export functions marked inlineNirbheek Chauhan2016-08-191-7/+7
* glwindow: marshal gst_gl_window_resize through the window loopMatthew Waters2016-08-191-2/+24
* gl/wayland: use multi-threaded safe event wayland APIMatthew Waters2016-08-191-14/+61
* gl/egl: fix inverted typedefMatthew Waters2016-08-161-1/+1
* gl/build: add configure check for possibly missing EGLAttribMatthew Waters2016-08-161-0/+5
* gl/egl/dmabuf: Wrong attribute list type for EGL 1.5Song Bing2016-08-164-43/+84
* glcontext: fix race joining thread on finalizeVincent Penquerc'h2016-08-161-1/+8
* adaptivedemux: Add API for allowing subclasses to download URLs in chunksSebastian Dröge2016-08-112-7/+105
* glcolorconvert: add missing rgb16 and bgr16 video formats in switchMatthew Waters2016-08-041-0/+2
* adaptivedemux: On EOS, handle it before waking download loopJan Schmidt2016-08-041-2/+2
* glwindow: Fix glimagesink cannot show frame when connect to qmlglsrcHaihua Hu2016-08-031-5/+9
* glupload: Use bufferpool to allocate new buffer in GLTextureUploadMetaHyunjun Ko2016-08-031-18/+23
* glwindow: move unsetting queue_resize to _resize() instead of _draw()Matthew Waters2016-08-031-2/+2
* adaptivedemux: Never ever hold the manifest lock while changing the source el...Sebastian Dröge2016-08-031-16/+38
* adaptivedemux: retry once on 4xx/5xx in certain conditionsVincent Penquerc'h2016-08-022-43/+158
* adaptivedemux: expose HTTP statusAlex Ashley2016-08-021-6/+13
* adaptivedemux: allow seeking before start in live streamsVincent Penquerc'h2016-08-021-0/+17
* adaptivedemux: Also call reset() in READY->PAUSEDSebastian Dröge2016-07-291-0/+1
* glframebuffer: add compatibility definition for GL_DEPTH_STENCIL_ATTACHMENTMatthew Waters2016-07-261-0/+4
* glfilter: rewrite subclasses for filter_texture() occuring on GL threadMatthew Waters2016-07-264-78/+60
* glutils: remove unused GstGLDisplayProjectionMatthew Waters2016-07-261-12/+0
* glcontext: remove not thread-safe get/set_error()Matthew Waters2016-07-265-48/+16
* glframebuffer: rewrite for a more consistent APIMatthew Waters2016-07-2611-481/+423
* gl: use GLMemory for accessing textures everywhereMatthew Waters2016-07-262-25/+53
* glfilter: rename draw_texture to draw_fullscreen_quadMatthew Waters2016-07-262-12/+9
* gl: add memory type for renderbuffer'sMatthew Waters2016-07-266-0/+595
* glformat: define our own set of formats from the GL definesMatthew Waters2016-07-262-49/+61
* glbasememory: assert for a valid allocator instead of segfaultingMatthew Waters2016-07-262-1/+3
* player: Add some 'const' to config gettersSebastian Dröge2016-07-252-4/+4
* player: G-I annotation fixesSebastian Dröge2016-07-251-3/+2
* player: move 'position-update-interval' setting to the config structGuillaume Desmottes2016-07-252-82/+57
* player: add API to change http user agentGuillaume Desmottes2016-07-252-0/+176