summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* build: Also need to define GST_EXPORTS for AutotoolsNirbheek Chauhan2016-10-282-0/+2
* gstgl: Re-enable WINAPI on _MSC_VERNirbheek Chauhan2016-10-283-25/+25
* Explicitly define float constants as floatNirbheek Chauhan2016-10-273-23/+23
* Fix incorrect return type in several functionsNirbheek Chauhan2016-10-271-3/+3
* gstgl: Add GST_EXPORT to all symbols used on WindowsNirbheek Chauhan2016-10-2727-6/+300
* meson: Add support for building WGL on WindowsNirbheek Chauhan2016-10-271-25/+34
* gstgl: Porting fixes for MSVC with MesonNirbheek Chauhan2016-10-271-1/+4
* glsyncmeta: don't glFinish() everytime a sync point is setMatthew Waters2016-10-211-8/+5
* meson: gl: add support for building with dispmanx on the rpiMatthew Waters2016-10-193-13/+48
* gl/eglimage: Fix passing the destroy function to gst_egl_image_new_wrappedMatthew Waters2016-10-182-2/+2
* Implemented gst_video_overlay_set_window_handle()Munez2016-10-182-1/+20
* meson: gl: fix detection of glx without glMatthew Waters2016-10-181-1/+1
* meson: gl: fix incorrect error stringMatthew Waters2016-10-181-1/+1
* gl/dispmanx: egl_show should resize the window only if there is no render rec...Munez2016-10-181-2/+4
* gl/dispmanx: Fix set_render_rectangle typoMunez2016-10-181-1/+1
* adaptivedemux: fix buffer size print formatArnaud Vrac2016-10-111-1/+1
* adaptivedemux: Calculate values before queue2Edward Hervey2016-10-082-2/+66
* glwindow: don't use g_thread_join() to join the navigation threadMatthew Waters2016-10-051-1/+12
* gl/win32: remove egl implementationMatthew Waters2016-10-053-352/+0
* tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee2016-10-031-0/+1
* player: Remove Return documentation for function returning voidSebastian Dröge2016-09-301-2/+0
* 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