mirror of https://github.com/mpv-player/mpv
ef56c0c20a
As a result of the work I did the explicitly check for formats supported by the vo in the f_autoconvert logic, I introduced a regression in the handling of the rpi4_8 and rpi4_10 formats. These require special handling because they only exist in the rpi forks and not upstream ffmpeg, which means they don't have stable pix fmt values that we can use directly. Previously, we simply didn't declare them as supported, which was ok, as nothing was really enforcing the list of supported formats, but that has changed. As we still can't simply use the pix fmts, I had to do a slightly ridiculous dance to look them up by name, and if they exist, then register them as supported. Good times. |
||
---|---|---|
.. | ||
dmabuf_interop.h | ||
dmabuf_interop_gl.c | ||
dmabuf_interop_pl.c | ||
dmabuf_interop_wl.c | ||
hwdec_aimagereader.c | ||
hwdec_cuda.c | ||
hwdec_cuda.h | ||
hwdec_cuda_gl.c | ||
hwdec_cuda_vk.c | ||
hwdec_drmprime.c | ||
hwdec_drmprime_overlay.c | ||
hwdec_ios_gl.m | ||
hwdec_mac_gl.c | ||
hwdec_vaapi.c | ||
hwdec_vt.c | ||
hwdec_vt.h | ||
hwdec_vt_pl.m | ||
hwdec_vulkan.c |