mpv/options
wm4 3ad03f6673 options: handle terminal/logging settings eagerly
Update msg.c state immediately if a terminal or logging setting is set.
Until now, this was delayed until mp[v]_initialize() was called. When
using the client API, you could easily miss logged error messages, even
when logging was initialized early on by calling
mpv_request_log_messages().

(Properties can't be used for this either, because properties do not
work before mpv_initialize().)
2015-11-04 21:49:54 +01:00
..
m_config.c options: handle terminal/logging settings eagerly 2015-11-04 21:49:54 +01:00
m_config.h options: handle terminal/logging settings eagerly 2015-11-04 21:49:54 +01:00
m_option.c options: fix conversion of flags to strings 2015-07-01 23:05:11 +02:00
m_option.h options: handle terminal/logging settings eagerly 2015-11-04 21:49:54 +01:00
m_property.c command: remove old property deprecation warning mechanism 2015-05-22 20:08:04 +02:00
m_property.h Various spelling fixes 2015-06-18 19:36:58 +02:00
options.c options: handle terminal/logging settings eagerly 2015-11-04 21:49:54 +01:00
options.h player: add audio drop/duplicate mode 2015-10-27 20:56:46 +01:00
parse_commandline.c options: remove unneeded hack from command line parser 2015-04-23 21:08:19 +02:00
parse_commandline.h Update license headers 2015-04-13 12:10:01 +02:00
parse_configfile.c options: clarify quoting for option values starting with % 2015-04-17 16:06:43 +02:00
parse_configfile.h Update license headers 2015-04-13 12:10:01 +02:00
path.c player: prefer logical current directory path 2015-09-11 23:01:12 +02:00
path.h player: make resuming playlists less noisy in verbose mode 2015-05-09 16:48:05 +02:00