1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 15:27:00 +00:00
mpv/options
wm4 36f6e6b826 options: alternative way to specify color options
Try to make it more intuitive by not requiring hex values. The new way
uses float values in the range 0.0-1.0, separated by '/' (':' was
suggested, but that wouldn't allow color options in sub-options).

Example: --osd-color=1.0/0.0/0.0/0.75

Using the range 0.0-1.0 has the advantage that it could be easily
extended to colors beyond 8 bit.

Details see manpage.

Suggestions for alternative syntax or value ranges are welcome, but be
quick with it.
2014-01-31 00:41:54 +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: alternative way to specify color options 2014-01-31 00:41:54 +01:00
m_option.h options: add key/value pair list option type 2014-01-16 23:06:41 +01:00
m_property.c m_option, m_config: mp_msg conversions 2013-12-21 21:05:02 +01:00
m_property.h m_property: mp_msg conversions 2013-12-21 21:04:21 +01:00
options.c lua: add a --lua-opts option, which can be queried by scripts 2014-01-16 23:06:41 +01:00
options.h lua: add a --lua-opts option, which can be queried by scripts 2014-01-16 23:06:41 +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 path: add function to split URL into prefix and path 2013-12-22 23:25:10 +01:00
path.h path: add function to split URL into prefix and path 2013-12-22 23:25:10 +01:00