mpv/video/out
Dudemanguy 0ec3bd6ba9 wayland: use mp_tag_str not drm_format_string
So it turns out that mpv already has an mp_tag_str which makes a
readable string out of fourccs (drm formats are these).
drm_format_string, on the other hand, has a ton of baggage with having
to check different libdrm versions for certain headers, adding
compile-time defines (because there are no version defines in the libdrm
headers), etc. It's a lot simpler to just use what mpv already has and
it returns what you actually care about: i.e. is this format supported
or not. Fixes https://github.com/mpv-player/mpv-build/issues/184
2022-05-30 19:51:46 +00:00
..
cocoa
d3d11 various: fix typos 2022-04-25 09:07:18 -04:00
gpu various: remove trailing whitespace 2022-05-14 14:51:34 +00:00
gpu_next vo_gpu_next: add support for hardware decoding 2022-03-03 13:06:05 +01:00
hwdec vo_gpu[_next]: hwdec: fix logging regression when probing 2022-03-21 09:53:37 -07:00
mac various: fix typos 2022-04-25 09:07:18 -04:00
opengl context_drm_egl: support monitor par 2022-05-05 13:03:43 +00:00
placebo
vulkan x11: avoid wasteful rendering when possible 2022-04-11 18:14:22 +00:00
win32
android_common.c
android_common.h
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_cb_common.swift
cocoa_common.h
cocoa_common.m various: fix typos 2022-04-25 09:07:18 -04:00
dither.c
dither.h
dr_helper.c
dr_helper.h
drm_atomic.c drm: context_drm_egl: add support for enabling VRR 2022-04-05 20:56:36 -07:00
drm_atomic.h drm: context_drm_egl: add support for enabling VRR 2022-04-05 20:56:36 -07:00
drm_common.c wayland: use mp_tag_str not drm_format_string 2022-05-30 19:51:46 +00:00
drm_common.h wayland: use mp_tag_str not drm_format_string 2022-05-30 19:51:46 +00:00
drm_prime.c
drm_prime.h
filter_kernels.c various: fix typos 2022-04-25 09:07:18 -04:00
filter_kernels.h
libmpv.h
libmpv_sw.c
vo.c vo: allow vaapi_wayland and vaapi_x11 to coexist 2022-05-30 19:51:46 +00:00
vo.h vd_lavc: add vo caps and option to set GPU film grain application 2022-04-05 15:02:18 +02:00
vo_caca.c
vo_direct3d.c various: fix typos 2022-04-25 09:07:18 -04:00
vo_drm.c
vo_gpu.c vo_gpu[_next]: hwdec: fix logging regression when probing 2022-03-21 09:53:37 -07:00
vo_gpu_next.c vo_gpu_next: avoid 0x0 resizes 2022-04-24 22:35:54 +00:00
vo_image.c
vo_lavc.c
vo_libmpv.c
vo_mediacodec_embed.c
vo_null.c
vo_rpi.c
vo_sdl.c
vo_sixel.c
vo_tct.c
vo_vaapi.c
vo_vaapi_wayland.c wayland: use mp_tag_str not drm_format_string 2022-05-30 19:51:46 +00:00
vo_vdpau.c various: fix typos 2022-04-25 09:07:18 -04:00
vo_wlshm.c wayland: use wl_surface_damage_buffer 2022-04-27 20:31:07 +00:00
vo_x11.c x11: avoid wasteful rendering when possible 2022-04-11 18:14:22 +00:00
vo_xv.c x11: avoid wasteful rendering when possible 2022-04-11 18:14:22 +00:00
w32_common.c various: remove trailing whitespace 2022-05-14 14:51:34 +00:00
w32_common.h
wayland_common.c wayland: use mp_tag_str not drm_format_string 2022-05-30 19:51:46 +00:00
wayland_common.h vo: add new vaapi-wayland driver 2022-05-24 21:39:34 +00:00
win_state.c
win_state.h
x11_common.c x11: avoid wasteful rendering when possible 2022-04-11 18:14:22 +00:00
x11_common.h x11: avoid wasteful rendering when possible 2022-04-11 18:14:22 +00:00