summaryrefslogtreecommitdiffstats
path: root/video/out/vo_vaapi_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* vo_vaapi_wayland: remove vaapi format query as formats are never usedAaron Boxer2022-06-211-25/+2
* vo: move wayland presentation to separate filesDudemanguy2022-06-191-6/+5
* vo_vaapi_wayland: only attach solid buffer once to main surface, on creationAaron Boxer2022-06-151-1/+1
* vo_vaapi_wayland: remove unnecessary subsurface sync/desync in resizeAaron Boxer2022-06-151-2/+0
* vo: move allocate_memfd method to wayland_commonAaron Boxer2022-05-301-20/+1
* vo_vaapi_wayland/wayland_common: code style fixesDudemanguy2022-05-301-75/+113
* wayland: use mp_tag_str not drm_format_stringDudemanguy2022-05-301-3/+2
* vo: add new vaapi-wayland driverAaron Boxer2022-05-241-0/+401