mpv/options
wm4 01f3e46290 command: fix access to "metadata/list" property
The function tag_property() in command.c passed a key action with empty
path to m_property_read_list. This is normally not valid, because key
actions are supposed to access sub-paths. But it's kind of inconvenient
to check for this case in tag_property(). So make it valid by providing
a m_property_unkey() function, which turns a key access to "" into a
top-level action.
2014-03-30 13:50:23 +02:00
..
m_config.c options: fix --list-options output 2014-02-26 21:03:35 +01:00
m_config.h command: make options property return the list of all options 2014-02-24 22:50:24 +01:00
m_option.c m_option: fix handling of empty channel layouts 2014-03-10 01:48:18 +01:00
m_option.h options: allow changing options at runtime 2014-02-25 23:59:27 +01:00
m_property.c command: fix access to "metadata/list" property 2014-03-30 13:50:23 +02:00
m_property.h command: add helper function to split property paths 2014-03-30 13:41:03 +02:00
options.c audio: make --channels option always force the output layout 2014-03-10 02:09:18 +01:00
options.h msg: add --msgtime option to add timestamps to each output message 2014-02-28 22:45:34 +01:00
parse_commandline.c player: remove confusing argc/argv adjustment 2014-03-23 21:46:29 +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 config: fix --config-dir logic for global config files 2014-02-28 21:32:00 +01:00
path.h path: add function to split URL into prefix and path 2013-12-22 23:25:10 +01:00