1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 06:46:55 +00:00
mpv/video/filter
1nsane000 03bfd797f6 video/filter: add field order support for built in deinterlacers
refqueue gets the field of the frame from mp_image which almost always(if not
always) assumes bottom field order first. By default this behavior should not
change but specifying the field order should bypass this.
2024-03-04 17:41:40 -08:00
..
refqueue.c video/filter: add field order support for built in deinterlacers 2024-03-04 17:41:40 -08:00
refqueue.h video/filter: add field order support for built in deinterlacers 2024-03-04 17:41:40 -08:00
vf_d3d11vpp.c video/filter: add field order support for built in deinterlacers 2024-03-04 17:41:40 -08: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 video/filter: add field order support for built in deinterlacers 2024-03-04 17:41:40 -08:00
vf_vdpaupp.c video/filter: add field order support for built in deinterlacers 2024-03-04 17:41:40 -08:00