summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* gl/dispmanx: Implements set_render_rectangle to adjust the position of windowGwang Yoon Hwang2016-09-282-7/+37
* gl: add necessary padding bytes to all public structsMatthew Waters2016-09-2820-16/+113
* player: Only report the initial duration if the query was successfulSebastian Dröge2016-09-261-2/+4
* gldisplay: also free the GWeakRef when removing dead contextsMatthew Waters2016-09-221-0/+1
* wayland/Makefile.am: add missing libsMartin Kelly2016-09-211-0/+1
* player: Remove some leftovers from external GstPlayerSebastian Dröge2016-09-171-18/+2
* player: Remove boolean return from set_subtitle_uri()Sebastian Dröge2016-09-152-5/+3
* player: Don't change state to PLAYING immediately if a seek is pendingSebastian Dröge2016-09-141-1/+2
* adaptivedemux: Also never have the SINK flag set on adaptivedemuxSebastian Dröge2016-09-121-1/+2
* adaptivedemux: fix typo in new APIThiago Santos2016-09-101-1/+1
* adaptivedemux: prevent to propagate source flag to itselfWonchul Lee2016-09-101-0/+2
* meson/gl: use separate deps for gl and glxMatthew Waters2016-09-091-3/+12
* meson: add some starting build files for GLMatthew Waters2016-09-093-53/+509
* gstplayer: remove leftover update_interval apiJulien Isorce2016-09-081-4/+0
* gl: Remove duplicate GL_CFLAGS in Makefile.am.Alistair Buxton2016-09-081-1/+0
* aggregator: Use the event_full function for GstAggregatorPadsThibault Saunier2016-09-061-9/+26
* 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