mpv/options
wm4 ffe894ec0a options: change --msg-level option
Make it accept "," as separator, instead of only ":". Do this by using
the key-value-list parser. Before this, the option was stored as a
string, with the option parser verifying that the option value as
correct. Now it's stored pre-parsed, although the log levels still
require separate verification and parsing-on-use to some degree (which
is why the msg-level option type doesn't go away).

Because the internal type changes, the client API "native" type also
changes. This could be prevented with some more effort, but I don't
think it's worth it - if MPV_FORMAT_STRING is used, it still works the
same, just with a different separator on read accesses.
2015-02-06 16:48:52 +01:00
..
m_config.c options: don't list removed options 2015-01-25 00:36:40 +01:00
m_config.h options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
m_option.c options: change --msg-level option 2015-02-06 16:48:52 +01:00
m_option.h options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
m_property.c options: fix parsing for options/af and options/vf 2015-02-03 13:40:55 +01:00
m_property.h command: export some option metadata 2014-11-13 18:01:27 +01:00
options.c options: change --msg-level option 2015-02-06 16:48:52 +01:00
options.h options: change --msg-level option 2015-02-06 16:48:52 +01:00
parse_commandline.c options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
parse_commandline.h
parse_configfile.c Do not call strerror() 2014-11-26 21:21:56 +01:00
parse_configfile.h
path.c build: rename MPLAYER_CONFDIR define 2015-01-02 03:18:16 +01:00
path.h