mpv/options
wm4 3e2f16a89e audio: add a "weak" gapless mode, and make it default
Basically, this allows gapless playback with similar files (including
the ordered chapter case), while still being robust in general.

The implementation is quite simplistic on purpose, in order to avoid
all the weird corner cases that can occur when creating the filter
chain. The consequence is that it might do not-gapless playback in
more cases when needed, but if that bothers you, you still can use
the normal gapless mode.

Just using "--gapless-audio" or "--gapless-audio=yes" selects the old
mode.
2014-06-09 01:20:53 +02:00
..
m_config.c cache: redo options and default settings 2014-05-20 02:40:22 +02:00
m_config.h options: unify code for setting string and "raw" options 2014-05-18 19:21:39 +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 audio: add a "weak" gapless mode, and make it default 2014-06-09 01:20:53 +02:00
options.h player: write file name to the watch later config file 2014-06-01 19:55:45 +02:00
parse_commandline.c options: fix "-" (stdin) input 2014-05-06 01:06:07 +02:00
parse_commandline.h msg: remove global state 2013-12-21 23:11:12 +01:00
parse_configfile.c options: let unknown option case be handled by final option parser 2014-05-05 23:55:47 +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 path: add function to split URL into prefix and path 2013-12-22 23:25:10 +01:00