summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2017-01-13glslstage: define GL constants if needed instead of using #ifdefJuan Pablo Ugarte1-16/+13
2017-01-13gl: remove unneeded gst_gl_buffer_alloc from header fileMatthew Waters1-7/+0
2017-01-13glcontext/egl: don't overwrite set GErrorMatthew Waters1-6/+8
2016-12-22videoaggregator: Remove unlock() if set_info() failsSebastian Dröge1-2/+0
2016-12-16gl/window: remove use of main_context_push/pop_thread_default()Matthew Waters4-27/+13
2016-12-12adaptivedemux: Avoid using unset GErrorEdward Hervey1-1/+1
2016-11-28mpegtssection: Fix off-by-one in PMT parsingSebastian Dröge1-1/+1
2016-11-28mpegtssection: Don't assert if the given section length is longer than the PM...Sebastian Dröge1-0/+5
2016-11-28glwindow: move g_main_context_push/pop_thread_default() to run()Matthew Waters1-24/+23
2016-11-28glcontext: fix race between creation/shutdownMatthew Waters1-8/+10
2016-11-26mpegtssection: Add more section size checksEdward Hervey1-1/+22
2016-11-26mpegtssection: Fix PAT parsingEdward Hervey1-4/+4
2016-11-24mpegtssection: Don't free empty streamsEdward Hervey1-1/+2
2016-11-23gl: add gstreamer-video to pkg-config pathDavid Evans1-0/+2
2016-11-23gl/contextglx: error out on more invalid display/window combinationsMatthew Waters1-2/+30
2016-11-15glwindow: use g_thread_unref() to release navigation threadHaihua Hu1-0/+2
2016-11-03gldisplay: Fix inverted preconditionMatthew Waters1-1/+1
2016-11-03gl/gi: some annotation updates for called functionsMatthew Waters8-22/+20
2016-11-03gl/gi: also include GstVideoMatthew Waters1-0/+1
2016-11-03gl/docs: massive updateMatthew Waters32-73/+535
2016-11-03gl/docs: document new API added in 1.10Matthew Waters9-15/+313
2016-11-03glsl: fix #version 150 not working with profilesMatthew Waters1-6/+6
2016-10-28build: Also need to define GST_EXPORTS for AutotoolsNirbheek Chauhan2-0/+2
2016-10-28gstgl: Re-enable WINAPI on _MSC_VERNirbheek Chauhan3-25/+25
2016-10-27Explicitly define float constants as floatNirbheek Chauhan3-23/+23
2016-10-27Fix incorrect return type in several functionsNirbheek Chauhan1-3/+3
2016-10-27gstgl: Add GST_EXPORT to all symbols used on WindowsNirbheek Chauhan27-6/+300
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