0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/video/filter
Dudemanguy 969c19c9cb options: remove ancient option fallbacks/deprecation
We've got an ungodly amount of OPT_REPLACED and OPT_REMOVED sitting
around in the code. This is harmless, but the vast majority of these are
ancient. 26f4f18c06 is the last commit
that touched the majority of these and of course that only changed how
options were declared so all of this stuff was deprecated even before
that. No use in keeping these, so just delete them all. As an aside,
there was actually a cocoa_opts but it had only a single option which
was replaced by something else and empty otherwise. So that entire thing
was just simply removed. OPT_REPLACED/OPT_REMOVED declarations that were
added in 0.35 or later were kept as is.
2023-09-21 16:06:29 +00:00
..
refqueue.c mp_image: abort on av_buffer_ref() failure 2023-06-28 20:56:23 -07:00
refqueue.h video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_d3d11vpp.c various: fix typos 2023-03-28 19:29:44 +00:00
vf_fingerprint.c options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
vf_format.c options: remove ancient option fallbacks/deprecation 2023-09-21 16:06:29 +00:00
vf_gpu.c vf_gpu: initialize depth=1 on target textures 2023-02-28 14:13:55 +00:00
vf_sub.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
vf_vapoursynth.c vf_vapoursynth: save display resolution as a variable 2023-08-13 19:58:20 +00:00
vf_vavpp.c f_hwtransfer: disable vulkan multiplane images when uploading from cuda 2023-05-28 15:46:05 -07:00
vf_vdpaupp.c options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00