1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 05:41:16 +00:00
mpv/video/filter
1nsane000 38a8e9bcba options: add --deinterlace-field-parity option
Previously there was no way to specify the field order of interlaced videos
when deinterlacing with inbuilt filters. Lavfi deinterlacers seemed to prefer
top field order while inbuilt ones (vdpaupp, vavpp, d3d11vpp) seemed to prefer
bottom field order. The default "auto" option should work exactly as before
while specifying either "tff" or "bff" should force the specified field order
2024-03-04 17:41:40 -08:00
..
refqueue.c mp_image: abort on av_buffer_ref() failure 2023-06-28 20:56:23 -07:00
refqueue.h options: add --deinterlace-field-parity option 2024-03-04 17:41:40 -08:00
vf_d3d11vpp.c csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
vf_fingerprint.c all: add missing repr assignments 2024-01-26 18:17:02 +02:00
vf_format.c csputils: replace mp_chroma_location with pl_chroma_location 2024-01-22 14:54:55 +00:00
vf_gpu.c vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
vf_sub.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
vf_vapoursynth.c csputils: replace mp_chroma_location with pl_chroma_location 2024-01-22 14:54:55 +00:00
vf_vavpp.c csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
vf_vdpaupp.c various: replace some OOM handling 2023-11-24 10:04:55 +01:00