summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29doc: fix some incorrect gtk-doc linksMathieu Duponchelle1-1/+1
2019-02-16libs: wayland: add support for XDG-shell protocolNiels De Graef1-14/+138
2019-02-16libs: window: wayland: Prefix wl_shell_surface field with `wl_`Niels De Graef1-14/+14
2019-02-16libs: wayland: Prefix wl_shell field with `wl_`Niels De Graef1-2/+2
2018-12-24libs: window: use its own debug categoryVíctor Manuel Jáquez Leal1-2/+2
2018-12-24libs: window: refactor as gobjectVíctor Manuel Jáquez Leal1-49/+39
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal1-1/+0
2018-09-13libs: use g_clear_pointer() when possibleJimmy Ohn1-18/+4
2018-04-18wayland: don't poll if there are no pending framesMichael Olbrich1-0/+5
2017-08-08libs: windows: wayland: fail if cannot remove last frameVíctor Manuel Jáquez Leal1-4/+7
2017-04-25libs: windows: wayland: fix leak if failure of syncHyunjun Ko1-0/+3
2017-04-24libs: window: wayland: mark frames as doneHyunjun Ko1-5/+17
2017-04-24libs: window: wayland: don't sync at destroy()Víctor Manuel Jáquez Leal1-8/+2
2017-04-21libs: window: wayland: null buffer at destroy()Hyunjun Ko1-0/+9
2017-04-21libs: window: wayland: rt event queue at destroy()Jagyum Koo1-0/+5
2017-04-21libs: window: wayland: cancel read at poll messageVíctor Manuel Jáquez Leal1-4/+4
2017-04-11libs: window: x11/wayland: use new api for conversionHyunjun Ko1-91/+14
2017-04-11libs: window: x11/wayland: chaining up to GstVaapiWindowHyunjun Ko1-0/+13
2017-03-02libs: window: wayland: handle more VAStatus to use vppHyunjun Ko1-1/+3
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-14/+23
2016-02-03libs: trivial comment style fixesVíctor Manuel Jáquez Leal1-2/+2
2016-01-19wayland: free the frame in frame_release_callback()Michael Olbrich1-5/+2
2015-08-24wayland: rename is_cancelled to sync_failedVíctor Manuel Jáquez Leal1-4/+4
2015-08-24wayland: Don't return GST_FLOW_ERROR on flushingOlivier Crete1-8/+2
2015-05-18wayland: sync() when destroy()Víctor Manuel Jáquez Leal1-1/+17
2015-05-15vaapisink: implement unlock/unlock_stop for waylandMichael Olbrich1-0/+50
2015-05-15wayland: wl_display_dispatch_queue() can block forever.Víctor Manuel Jáquez Leal1-2/+15
2015-05-14wayland: rename frame for last_frameVíctor Manuel Jáquez Leal1-8/+6
2015-05-14wayland: use a counter as sync flagVíctor Manuel Jáquez Leal1-5/+5
2015-05-14wayland: decouple wl_buffer from frameVíctor Manuel Jáquez Leal1-14/+11
2015-04-21wayland: refactor _sync() method and rename callbackVíctor Manuel Jáquez Leal1-7/+5
2015-04-21wayland: free frame in buffer release callbackMichael Olbrich1-4/+18
2015-04-14wayland: destroy vpp buffer pool on resizeMichael Olbrich1-0/+1
2015-01-27videopool: add optional flags for surface pool allocation.Gwenole Beauchesne1-4/+2
2015-01-27window: add generic helper to create windows.Gwenole Beauchesne1-3/+3
2015-01-27display: record native display object.Gwenole Beauchesne1-2/+4
2014-07-25window: re-indent all GstVaapiWindow related source code.Gwenole Beauchesne1-395/+370
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-08-27wayland: render the raw surface if VPP failed.Gwenole Beauchesne1-5/+7
2013-08-27wayland: add supporting for video processing.Gwenole Beauchesne1-31/+140
2013-08-27wayland: add new frame redraw infrastructure.Gwenole Beauchesne1-24/+67
2013-05-27display: validate display types.Gwenole Beauchesne1-0/+2
2013-05-07libs: use GstVaapiObject for window objects.Gwenole Beauchesne1-59/+49
2013-01-29legal: fix year for some copyright notices (2013).Gwenole Beauchesne1-1/+1
2013-01-28wayland: use a local event queue to avoid lock contention.Gwenole Beauchesne1-6/+19
2013-01-28wayland: fix thread-safe issues.Gwenole Beauchesne1-2/+9
2013-01-28wayland: really wait until the pending redraw completed.Gwenole Beauchesne1-4/+24
2013-01-28wayland: fix frame_redraw callback.Gwenole Beauchesne1-5/+4
2012-11-15wayland: port to 1.0 version of the protocol.Rob Bradford1-2/+4
2012-10-05wayland: cosmetics (remove tabs).Gwenole Beauchesne1-4/+4