1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 19:52:14 +00:00
mpv/options
wm4 98dc8206ae options: handle escape sequences in e.g. --playing-msg differently
M_OPT_PARSE_ESCAPES was pretty stupid, and broke the (useful) assumption
that string variables contain exactly the same value as set by the
option. Simplify it, and move escape handling to the place where it's
used.

Escape handling itself is not terribly useful, but still allows useful
things like multiline custom OSD with "\n".
2014-02-20 14:46:23 +01:00
..
m_config.c options: print any options set in verbose mode 2013-12-23 17:30:19 +01:00
m_config.h m_option, m_config: mp_msg conversions 2013-12-21 21:05:02 +01:00
m_option.c options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
m_option.h options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
m_property.c m_property: add a mechanism to organize a list of sub-properties 2014-02-16 03:51:02 +01:00
m_property.h m_property: add a mechanism to organize a list of sub-properties 2014-02-16 03:51:02 +01:00
options.c options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
options.h options: add --no-terminal switch 2014-02-10 00:14:52 +01:00
parse_commandline.c msg: move special declarations to msg_control.h 2014-01-16 23:06:40 +01:00
parse_commandline.h msg: remove global state 2013-12-21 23:11:12 +01:00
parse_configfile.c options: some more mp_msg conversions 2013-12-21 21:43:16 +01:00
parse_configfile.h
path.c options: make --no-config block all auto-loaded configuration files 2014-02-14 14:01:27 +01:00
path.h path: add function to split URL into prefix and path 2013-12-22 23:25:10 +01:00