mpv/options
wm4 2308b3a2a6 sub: mess with styling defaults, change --ass-use-margins behavior
Now --ass-use-margins doesn't apply to normal subtitles anymore. This is
probably the inverse from the mpv behavior users expected so far, and
thus a breaking change, so rename the option, that the user at least has
a chance to lookup the option and decide whether the new behavior is
wanted or not.

The basic idea here is:
- plain text subtitles should have a certain useful defalt behavior,
  like actually using margins
- ASS subtitles should never be broken by default
- ASS subtitles should look and behave like plaintext subtitles if
  the --ass-style-override=force option is used

This also subtly changes --sub-scale-with-window and adds the --ass-
scale-with-window option. Since this one isn't so important, don't
bother with compatibility.
2015-02-16 20:04:29 +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: change --msg-level option 2015-02-06 16:48:52 +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 sub: mess with styling defaults, change --ass-use-margins behavior 2015-02-16 20:04:29 +01:00
options.h sub: mess with styling defaults, change --ass-use-margins behavior 2015-02-16 20:04:29 +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 player: undeprecate 'config' files 2015-02-15 14:28:49 +01:00
path.h player: undeprecate 'config' files 2015-02-15 14:28:49 +01:00