mpv/video/filter
Crend King fe709c986b vf_vapoursynth: add parameter to pass arbitrary string to script
Currently the vapoursynth video filter does not accept any argument for
passing arbitrary user data. This limits what the VS script can do.

Ideally, the vapoursynth filter has an user-data parameter that contain
string value. mpv passes that value to the VS script just like
container_fps and others. Once the VS script gets the data, it can do
all sorts of data extraction and transformation.

Another benefit is that instead of mpv always have to catch up to user
needs for this filter, with this users can just pass whatever needed
themselves, thus becomes more future-proof.

Fixes #14214
2024-06-08 03:13:41 +02:00
..
refqueue.c various: fix trailing whitespace 2024-05-07 11:23:08 +02: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 vf_format: add hdr10plus sub-parameter to format video filter 2024-03-09 05:58:52 +00:00
vf_gpu.c vf_gpu: vulkan and egl implementations 2024-04-27 01:08:22 +02:00
vf_gpu.h vf_gpu: vulkan and egl implementations 2024-04-27 01:08:22 +02:00
vf_gpu_egl.c vf_gpu: vulkan and egl implementations 2024-04-27 01:08:22 +02:00
vf_gpu_vulkan.c filter/vf_gpu_vulkan: fix Vulkan handle type 2024-05-08 18:52:40 +02:00
vf_sub.c
vf_vapoursynth.c vf_vapoursynth: add parameter to pass arbitrary string to script 2024-06-08 03:13:41 +02: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