summaryrefslogtreecommitdiff
path: root/gst-libs/gst
AgeCommit message (Expand)AuthorFilesLines
2016-10-27meson: Add support for building WGL on WindowsNirbheek Chauhan1-25/+34
2016-10-27gstgl: Porting fixes for MSVC with MesonNirbheek Chauhan1-1/+4
2016-10-21glsyncmeta: don't glFinish() everytime a sync point is setMatthew Waters1-8/+5
2016-10-19meson: gl: add support for building with dispmanx on the rpiMatthew Waters3-13/+48
2016-10-18gl/eglimage: Fix passing the destroy function to gst_egl_image_new_wrappedMatthew Waters2-2/+2
2016-10-18Implemented gst_video_overlay_set_window_handle()Munez2-1/+20
2016-10-18meson: gl: fix detection of glx without glMatthew Waters1-1/+1
2016-10-18meson: gl: fix incorrect error stringMatthew Waters1-1/+1
2016-10-18gl/dispmanx: egl_show should resize the window only if there is no render rec...Munez1-2/+4
2016-10-18gl/dispmanx: Fix set_render_rectangle typoMunez1-1/+1
2016-10-11adaptivedemux: fix buffer size print formatArnaud Vrac1-1/+1
2016-10-08adaptivedemux: Calculate values before queue2Edward Hervey2-2/+66
2016-10-05glwindow: don't use g_thread_join() to join the navigation threadMatthew Waters1-1/+12
2016-10-05gl/win32: remove egl implementationMatthew Waters3-352/+0
2016-10-03tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee1-0/+1
2016-09-30player: Remove Return documentation for function returning voidSebastian Dröge1-2/+0
2016-09-28gl/dispmanx: Implements set_render_rectangle to adjust the position of windowGwang Yoon Hwang2-7/+37
2016-09-28gl: add necessary padding bytes to all public structsMatthew Waters20-16/+113
2016-09-26player: Only report the initial duration if the query was successfulSebastian Dröge1-2/+4
2016-09-22gldisplay: also free the GWeakRef when removing dead contextsMatthew Waters1-0/+1
2016-09-21wayland/Makefile.am: add missing libsMartin Kelly1-0/+1
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 Chauhan16-0/+587