mpv/video/out
Dudemanguy efefe3a6dc vo_gpu_next: actually fix screenshots with PAR
983e8f0100 resulted in the correct
dimensions, but it was not actually right because vo_gpu_next still had
the src and dst rects the same. This just needs to work like how vo_gpu
does where the src is the image params and the dst is desired output. So
basically, just copy that code over here. Fixes #12108 and as a bonus,
overriding the aspect ratio now results in correct screenshots
(previously didn't work at now and then with the above commit it had
correct dimensions but still incorrect output).
2023-08-08 21:28:10 -05:00
..
cocoa
d3d11 hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
gpu vo_gpu/vo_gpu_next: fix setting an empty dscale 2023-08-05 14:01:02 +00:00
gpu_next vo_gpu_next: respect `gl->flipped` 2023-05-27 11:37:48 +02:00
hwdec hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
mac
opengl Revert "wayland_gl: wait until resize to create egl_window" 2023-07-13 12:12:37 +00:00
placebo video/out/placebo/utils: add mappings from pl enums to mpv enums 2023-03-05 22:37:05 -05:00
vulkan vulkan: don't assume all ra_ctx implementations have a swapchain 2023-06-03 18:37:43 -07:00
win32 win32: add support for drag-and-drop option 2023-07-01 02:06:02 +00:00
wldmabuf vo_dmabuf_wayland: drop linux-dmabuf-v2 (again) 2023-06-16 14:46:59 +00:00
android_common.c video/out/android: assert WinID value before use 2023-06-03 17:07:43 +02:00
android_common.h
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_cb_common.swift
cocoa_common.h
cocoa_common.m build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
dither.c
dither.h
dr_helper.c
dr_helper.h
drm_atomic.c
drm_atomic.h
drm_common.c drm: bump minimum version to 2.4.105 2023-07-31 21:40:10 +02:00
drm_common.h
drm_prime.c
drm_prime.h
filter_kernels.c
filter_kernels.h
libmpv.h
libmpv_sw.c
meson.build build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
present_sync.c
present_sync.h
vo.c mp_image: abort on av_buffer_ref() failure 2023-06-28 20:56:23 -07:00
vo.h vo: make mp_frame_perf thread safe 2023-05-25 16:25:33 +02:00
vo_caca.c
vo_direct3d.c various: fix typos 2023-03-28 19:29:44 +00:00
vo_dmabuf_wayland.c build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
vo_drm.c vo_drm: remove VOCTRL_SCREENSHOT_WIN 2023-07-21 20:23:11 +02:00
vo_gpu.c vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
vo_gpu_next.c vo_gpu_next: actually fix screenshots with PAR 2023-08-08 21:28:10 -05:00
vo_image.c
vo_kitty.c
vo_lavc.c
vo_libmpv.c
vo_mediacodec_embed.c hwdec: fix undeclared identifier in mediacodec_embed 2023-06-28 10:29:24 -07:00
vo_null.c
vo_rpi.c
vo_sdl.c
vo_sixel.c various: fix various typos in the code base 2023-03-28 19:29:44 +00:00
vo_tct.c
vo_vaapi.c draw_bmp: fix overflowing coordinates in mark_rcs 2023-07-30 20:06:20 +02:00
vo_vdpau.c vo_vdpau: set hwdec image format 2023-08-02 18:51:02 +00:00
vo_wlshm.c vo_wlshm: bail out of resize if width/height is 0 2023-07-08 20:47:35 -05:00
vo_x11.c vo_x11: don't rely on XFree to free calloc-ed data 2023-07-02 12:47:31 +02:00
vo_xv.c
w32_common.c win32: signal VO_EVENT_DPI on dpi changes 2023-08-06 19:09:44 +00:00
w32_common.h
wayland_common.c build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
wayland_common.h wayland_common: remove questionable gcd impl and global state 2023-07-19 13:01:08 +02:00
win_state.c
win_state.h
x11_common.c build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
x11_common.h