mpv/options
Kacper Michajłow ab491472f4 options/m_option: suppress warning about validate function call
It is expected. Last argument of validate functions is always a pointer,
but not always void* which triggers UBSAN warning.

meson since 1.3.1 halts on UBSAN errors in tests, which is good thing.
2024-01-26 03:28:55 +00:00
..
m_config.h options: split m_config.c/h 2020-03-13 16:50:27 +01:00
m_config_core.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
m_config_core.h m_config_core: remove mp_read_option_raw 2023-09-22 14:20:38 +00:00
m_config_frontend.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
m_config_frontend.h various: sort some standard headers 2023-10-20 21:31:09 +02:00
m_option.c options/m_option: suppress warning about validate function call 2024-01-26 03:28:55 +00:00
m_option.h m_option: initialize m_option_value union properly 2023-10-23 20:33:51 +02:00
m_property.c m_option: initialize m_option_value union properly 2023-10-23 20:33:51 +02:00
m_property.h m_property: add read_sub_validate to check if should be processed 2023-10-14 12:30:46 +02:00
options.c sub: add `--sub-lavc-o` option 2024-01-21 17:55:11 +00:00
options.h sub: add `--sub-lavc-o` option 2024-01-21 17:55:11 +00:00
parse_commandline.c playlist: correctly populate playlist-path with the --playlist option 2023-12-13 15:25:14 +00:00
parse_commandline.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
parse_configfile.c options: read config file as stream 2023-04-29 22:34:54 +00:00
parse_configfile.h options: read config file as stream 2023-04-29 22:34:54 +00:00
path.c path: don't treat "hidden" files as extension 2023-10-22 10:41:19 +02:00
path.h player: always write redirect entries for resuming playback 2023-08-28 18:31:17 +00:00