mpv/options
Kacper Michajłow 7fda885747 m_option: do float multiplication to avoid integer overflow
Huge values doesn't make much sense, but to avoid some arbitrary limits,
use double, as the output is already floating point value.

Found by OSS-Fuzz.
2024-06-23 02:33:04 +02:00
..
m_config.h options/m_config: fix no newline at end of file 2024-03-19 08:58:18 +01:00
m_config_core.c various: move strings.h inclusion to common.h 2024-05-06 22:01:17 +02: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 various: move strings.h inclusion to common.h 2024-05-06 22:01:17 +02:00
m_config_frontend.h various: sort some standard headers 2023-10-20 21:31:09 +02:00
m_option.c m_option: do float multiplication to avoid integer overflow 2024-06-23 02:33:04 +02:00
m_option.h command: return lavfi filters in option-info/[av]f/choices 2024-05-05 14:43:57 +02:00
m_property.c m_property: add `>` for fixed precision floating-point expansion 2024-03-21 03:50:11 +01:00
m_property.h m_property: add `>` for fixed precision floating-point expansion 2024-03-21 03:50:11 +01:00
options.c options: remove deprecated auto choice for --mute 2024-06-21 21:29:33 +02:00
options.h options: remove deprecated auto choice for --mute 2024-06-21 21:29:33 +02:00
parse_commandline.c parse_commandline: fix incorrect win32 check 2024-06-05 19:16:35 +02:00
parse_commandline.h
parse_configfile.c {options,player}: fix stream leaks 2024-05-15 22:45:18 +02:00
parse_configfile.h
path.c various: move unistd.h inclusion to common.h 2024-05-06 22:01:17 +02:00
path.h options/path: move path utility functions to misc/path_utils 2024-02-23 21:35:57 +01:00