0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/options
wm4 246a828c26 m_config: check for int16_t offset overflow
For some reason shadow_offset is a int16_t variable (to save some space
or something), which means the static part of the entire option list
must be below 32KB. This is fine, but still add a check against
overflows. (Currently it's 3.6KB. This does not include dynamic
allocations like strings.)
2018-05-24 19:56:35 +02:00
..
m_config.c m_config: check for int16_t offset overflow 2018-05-24 19:56:35 +02:00
m_config.h m_config: remove an unused function 2018-05-24 19:56:35 +02:00
m_option.c m_option: remove an unused field 2018-05-24 19:56:35 +02:00
m_option.h m_option: remove an unused field 2018-05-24 19:56:35 +02:00
m_property.c command: move property multiply code to m_property.c 2018-03-26 19:47:08 +02:00
m_property.h command: move property multiply code to m_property.c 2018-03-26 19:47:08 +02:00
options.c player: make playback termination asynchronous 2018-05-24 19:56:35 +02:00
options.h player: make playback termination asynchronous 2018-05-24 19:56:35 +02:00
parse_commandline.c command: make loadlist command async and abortable 2018-05-24 19:56:35 +02:00
parse_commandline.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
parse_configfile.c options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
parse_configfile.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
path.c msg: reinterpret a bunch of message levels 2017-12-15 22:28:47 -08:00
path.h path: change license to LGPL 2017-06-12 16:41:21 +02:00