0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/options
wm4 cfd3d5b520 player: do not autoload audio with audio files, enable autoloading
Autoload external audio files only if there's at least a video track
(which is not coverart pseudo-video).

Enable external audio file autoloading by default. Now that we actively
avoid doing stupid things like loading an external audio file for an
audio-only file, this should be fine.

Additionally, don't autoload subtitles if a subtitle is played.
Although you currently can't play subtitles without audio or video,
it's disturbing and stupid that the player might load subtitle files
with different extension and then fail.
2015-02-05 22:14:17 +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: allow things like --geometry=x50 2015-02-04 23:15:14 +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 player: do not autoload audio with audio files, enable autoloading 2015-02-05 22:14:17 +01:00
options.h player: remove --fixed-vo 2015-02-03 23:11:08 +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 msg: remove global state 2013-12-21 23:11:12 +01:00
parse_configfile.c Do not call strerror() 2014-11-26 21:21:56 +01:00
parse_configfile.h encode: don't apply default config options 2014-04-19 22:05:17 +02:00
path.c build: rename MPLAYER_CONFDIR define 2015-01-02 03:18:16 +01:00
path.h Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00