1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-25 21:01:48 +00:00
mpv/options
nanahi 13f94700d9 f_decoder_wrapper: add --video-aspect-method=ignore
This adds --video-aspect-method=ignore to replace --video-aspect-override=0.
--video-aspect-override=0 and --video-aspect-override=-1 will no longer be
handled specially. For compatibility, 0 is mapped to always use ignore
and -1 is always mapped to always use container.

"no" is now the replacement for --video-aspect-override=-1, which is
internally remapped to -2 to avoid using a deprecated value.
2025-02-18 23:05:02 +00:00
..
m_config_core.c various: upgrade option flags to uint64_t 2025-02-17 16:44:39 +00:00
m_config_core.h m_option: add a way for aliases to use sub option prefix 2024-06-24 12:51:28 +00:00
m_config_frontend.c various: upgrade option flags to uint64_t 2025-02-17 16:44:39 +00:00
m_config_frontend.h various: upgrade option flags to uint64_t 2025-02-17 16:44:39 +00:00
m_config.h options/m_config: fix no newline at end of file 2024-03-19 08:58:18 +01:00
m_option.c f_decoder_wrapper: add --video-aspect-method=ignore 2025-02-18 23:05:02 +00:00
m_option.h various: upgrade option flags to uint64_t 2025-02-17 16:44:39 +00:00
m_property.c m_property: fix playlist property parsing 2025-02-08 02:01:52 +00:00
m_property.h command: add metadata sub-property for track-list 2025-01-30 15:24:38 +00:00
options.c options: replace --wayland-disable-vsync with --wayland-internal-vsync 2025-02-17 17:15:00 +00:00
options.h options: replace --wayland-disable-vsync with --wayland-internal-vsync 2025-02-17 17:15:00 +00:00
parse_commandline.c various: remove global.h inclusion where not needed 2024-10-01 12:23:44 +02:00
parse_commandline.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
parse_configfile.c options/parse_configfile: use stream_read_file2 for reading config 2024-10-20 19:31:49 +02:00
parse_configfile.h options: read config file as stream 2023-04-29 22:34:54 +00:00
path.c options/path: only log mp_get_user_path if the path expands 2025-02-16 09:45:14 +00:00
path.h options/path: add mp_normalize_user_path shorthand 2025-02-01 16:12:03 +00:00