1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00
mpv/options
wm4 98a31d5937 options: turn --idx, --forceidx into --index
Also clarify the semantics.

It seems --idx didn't do anything. Possibly it used to change how the
now removed legacy demuxers like demux_avi used to behave. Or maybe
it was accidental.

--forceidx basically becomes --index=force. It's possible that new
index modes will be added in the future, so I'm keeping it
extensible, instead of e.g. creating --force-index.
2014-06-13 02:05:37 +02:00
..
m_config.c options: turn --idx, --forceidx into --index 2014-06-13 02:05:37 +02:00
m_config.h options: remove a global variable 2014-06-11 00:39:14 +02:00
m_option.c options: change --sub-file behavior 2014-06-08 00:03:45 +02:00
m_option.h options: change --sub-file behavior 2014-06-08 00:03:45 +02:00
m_property.c command: remove extended information from --list-properties 2014-04-11 01:27:57 +02:00
m_property.h player: show "neutral" position markers for OSD bars 2014-06-08 23:52:58 +02:00
options.c options: turn --idx, --forceidx into --index 2014-06-13 02:05:37 +02:00
options.h options: turn --idx, --forceidx into --index 2014-06-13 02:05:37 +02:00
parse_commandline.c options: fix "-" (stdin) input 2014-05-06 01:06:07 +02:00
parse_commandline.h
parse_configfile.c options: remove a global variable 2014-06-11 00:39:14 +02:00
parse_configfile.h encode: don't apply default config options 2014-04-19 22:05:17 +02:00
path.c config: fix --config-dir logic for global config files 2014-02-28 21:32:00 +01:00
path.h