Home
last modified time | relevance | path

Searched refs:OPT_REPLACED (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/options/
H A Doptions.c843 {"ass", OPT_REPLACED("sub-ass")},
853 {"endpos", OPT_REPLACED("length")},
854 {"font", OPT_REPLACED("osd-font")},
861 {"lua", OPT_REPLACED("script")},
869 {"name", OPT_REPLACED("x11-name")},
883 {"ss", OPT_REPLACED("start")},
891 {"subfps", OPT_REPLACED("sub-fps")},
892 {"subpos", OPT_REPLACED("sub-pos")},
893 {"tvscan", OPT_REPLACED("tv-scan")},
905 {"idx", OPT_REPLACED("index")},
[all …]
H A Dm_option.h739 #define OPT_REPLACED(newname) OPT_REPLACED_MSG(newname, "") macro
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dcontext.c68 {"opengl-debug", OPT_REPLACED("gpu-debug")},
69 {"opengl-sw", OPT_REPLACED("gpu-sw")},
70 {"opengl-vsync-fences", OPT_REPLACED("swapchain-depth")},
71 {"opengl-backend", OPT_REPLACED("gpu-context")},
H A Dcontext_cocoa.c31 {"cocoa-force-dedicated-gpu", OPT_REPLACED("macos-force-dedicated-gpu")},
H A Dcontext_angle.c80 {"angle-max-frame-latency", OPT_REPLACED("swapchain-depth")},
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Ddrm_common.c96 {"drm-osd-plane-id", OPT_REPLACED("drm-draw-plane")},
97 {"drm-video-plane-id", OPT_REPLACED("drm-drmprime-video-plane")},
98 {"drm-osd-size", OPT_REPLACED("drm-draw-surface-size")},
H A Dvo_vdpau.c1136 {"queuetime_windowed", OPT_REPLACED("queuetime-windowed")},
1137 {"queuetime_fs", OPT_REPLACED("queuetime-fs")},
1138 {"output_surfaces", OPT_REPLACED("output-surfaces")},
/dports/multimedia/mpv/mpv-0.34.1/DOCS/
H A Dcompatibility.rst64 Typically, renaming an option can be done in a compatible way with OPT_REPLACED.
72 Both OPT_REPLACED and OPT_REMOVED can remain in the code for a long time, since
/dports/multimedia/mpv/mpv-0.34.1/video/out/gpu/
H A Dvideo.c457 {"opengl-hwdec-interop", OPT_REPLACED("gpu-hwdec-interop")},
458 {"hwdec-preload", OPT_REPLACED("opengl-hwdec-interop")},
459 {"hdr-tone-mapping", OPT_REPLACED("tone-mapping")},
460 {"opengl-shaders", OPT_REPLACED("glsl-shaders")},
461 {"opengl-shader", OPT_REPLACED("glsl-shader")},
462 {"opengl-shader-cache-dir", OPT_REPLACED("gpu-shader-cache-dir")},
463 {"opengl-tex-pad-x", OPT_REPLACED("gpu-tex-pad-x")},
464 {"opengl-tex-pad-y", OPT_REPLACED("gpu-tex-pad-y")},
465 {"opengl-fbo-format", OPT_REPLACED("fbo-format")},
466 {"opengl-dumb-mode", OPT_REPLACED("gpu-dumb-mode")},
[all …]
H A Dlcms.c90 {"3dlut-size", OPT_REPLACED("icc-3dlut-size")},
/dports/multimedia/mpv/mpv-0.34.1/input/
H A Dinput.c207 {"input-x11-keyboard", OPT_REPLACED("input-vo-keyboard")},