summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2016-09-17player: Remove some leftovers from external GstPlayerSebastian Dröge1-18/+2
2016-09-15player: Remove boolean return from set_subtitle_uri()Sebastian Dröge2-5/+3
2016-09-14player: Don't change state to PLAYING immediately if a seek is pendingSebastian Dröge1-1/+2
2016-09-12adaptivedemux: Also never have the SINK flag set on adaptivedemuxSebastian Dröge1-1/+2
2016-09-10adaptivedemux: fix typo in new APIThiago Santos1-1/+1
2016-09-10adaptivedemux: prevent to propagate source flag to itselfWonchul Lee1-0/+2
2016-09-09meson/gl: use separate deps for gl and glxMatthew Waters1-3/+12
2016-09-09meson: add some starting build files for GLMatthew Waters3-53/+509
2016-09-08gstplayer: remove leftover update_interval apiJulien Isorce1-4/+0
2016-09-08gl: Remove duplicate GL_CFLAGS in Makefile.am.Alistair Buxton1-1/+0
2016-09-06aggregator: Use the event_full function for GstAggregatorPadsThibault Saunier1-9/+26
2016-08-31gl: Remove extra duplicate typedef of GstGLFramebufferJan Schmidt1-1/+0
2016-08-29glupload: fix tests and check for the new RECONFIGURE behaviourAlessandro Decina1-2/+13
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-7/+8
2016-08-26gstglupload: make the GLMemoryUpload method output the correct texture-targetAlessandro Decina2-33/+67
2016-08-25meson: Make mpegts lib build when using subprojectsThibault Saunier1-2/+2
2016-08-26videoaggregator: Handle if update_caps() returns EMPTYJan Schmidt1-1/+2
2016-08-26glviewconvert: Fix texture target fixationJan Schmidt1-4/+2
2016-08-25adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge1-6/+0
2016-08-24player: On redirects, remember the redirect URI separately and don't consider...Sebastian Dröge1-6/+11
2016-08-24player: Don't report spurious STOPPED state changes when doing transient chan...Sebastian Dröge1-12/+22
2016-08-24player: Ensure that rate is initialized to 1.0Sebastian Dröge1-0/+1
2016-08-23player: De-duplicate rate setting code and always use the propertySebastian Dröge1-38/+30
2016-08-23player: Protect setter/getter for the configuration with a mutexSebastian Dröge1-1/+12
2016-08-23player: Move subtitle URI setter next to the uri setterSebastian Dröge2-44/+44
2016-08-23adaptivedemux: Fix the previous commitJan Schmidt2-52/+0
2016-08-23adaptivedemux: Fix broken updates loop on live streamsJan Schmidt3-0/+55
2016-08-23adaptivedemux: fix stream exposure conditionMichael Olbrich1-4/+7
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan17-0/+588
2016-08-19codecparsers: Explicitly export functions marked inlineNirbheek Chauhan1-7/+7
2016-08-19glwindow: marshal gst_gl_window_resize through the window loopMatthew Waters1-2/+24
2016-08-19gl/wayland: use multi-threaded safe event wayland APIMatthew Waters1-14/+61
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