0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/video/out/gpu
nanahi 3e17d9da8f vo_gpu: use fbo texture height for fragment coordinate calculation
Previous fix only worked when the video output doesn't have vertical
black bars. This fixes the cases like fullscreen, video-zoom etc.

Fixes: https://github.com/mpv-player/mpv/pull/13528
2024-02-24 21:12:17 +01:00
..
context.c player: remove all rpi-specific code 2024-02-05 17:41:06 +00:00
context.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
d3d11_helpers.c csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
d3d11_helpers.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
error_diffusion.c various: replace dead links in comments 2024-02-11 04:01:24 +00:00
error_diffusion.h vo_gpu: implement error diffusion for dithering 2019-06-16 11:19:44 +02:00
hwdec.c player: remove all rpi-specific code 2024-02-05 17:41:06 +00:00
hwdec.h vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
lcms.c csputils: replace more primitives with pl_ 2024-01-22 14:54:55 +00:00
lcms.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
libmpv_gpu.c vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
libmpv_gpu.h vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
osd.c vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
osd.h vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
ra.c ra: assert when using params with dimensions 2023-03-02 02:08:39 +00:00
ra.h various: make mentions of macOS consistent 2024-02-21 20:46:53 +01:00
shader_cache.c vo_gpu: fix some cache related memory leaks 2023-07-04 22:14:43 +00:00
shader_cache.h player: use XDG_CACHE_HOME by default 2023-05-09 20:37:17 +00:00
spirv_shaderc.c vo_gpu: switch to optimization level performance 2018-09-01 16:14:22 +02:00
spirv.c options: change option macros and all option declarations 2020-03-18 19:52:01 +01:00
spirv.h vo_gpu: vulkan: generalize SPIR-V compiler 2017-09-26 17:25:35 +02:00
user_shaders.c vo_gpu: don't pass gl_user_shader_hook by value 2023-11-28 10:46:16 +01:00
user_shaders.h vo_gpu: don't pass gl_user_shader_hook by value 2023-11-28 10:46:16 +01:00
utils.c vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
utils.h vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
video_shaders.c various: replace dead links in comments 2024-02-11 04:01:24 +00:00
video_shaders.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
video.c vo_gpu: use fbo texture height for fragment coordinate calculation 2024-02-24 21:12:17 +01:00
video.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00