1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-12 09:57:15 +00:00
mpv/mpvcore
wm4 6bbcb861fa mplayer: don't make restored options from quit_watch_later per-file local
Consider:

    mpv file1.mkv file2.mkv

and file1.mkv is restored from an earlier session when quit_watch_later
was used. Then all restored options were reset when file2.mkv is played,
even if the user changed them during playback. This affects for example
the fullscreen setting.

Make it so that after finishing a resumed file, the previously restored
settings are not reset again. (Which means only resuming will forcefully
overwrite the settings.)
2013-08-17 21:56:39 +02:00
..
input input: fix build if HAVE_PTHREADS is undefined 2013-08-15 11:22:30 +02:00
timeline
asxparser.c
asxparser.h
av_common.c
av_common.h
av_log.c
av_log.h
av_opts.c
av_opts.h
bstr.c bstr: make UTF-8 check stricter 2013-08-15 23:40:03 +02:00
bstr.h bstr: add UTF-8 validation and sanitation functions 2013-08-15 23:40:02 +02:00
charset_conv.c sub: don't print detected charset if it's UTF-8 2013-08-15 23:40:04 +02:00
charset_conv.h sub: don't print detected charset if it's UTF-8 2013-08-15 23:40:04 +02:00
codecs.c
codecs.h
command.c command: more intuitive chapter seek behavior 2013-08-17 21:32:52 +02:00
command.h
cpudetect.c
cpudetect.h
encode_lavc.c
encode_lavc.h
encode.h
m_config.c
m_config.h
m_option.c m_option: add missing copy callback for some option types 2013-08-17 19:52:33 +02:00
m_option.h m_option: make defval const 2013-08-17 19:50:45 +02:00
m_property.c
m_property.h
mp_common.c
mp_common.h
mp_core.h
mp_memory_barrier.h
mp_msg.c
mp_msg.h
mp_osd.h
mp_ring.c
mp_ring.h
mp_talloc.h
mplayer.c mplayer: don't make restored options from quit_watch_later per-file local 2013-08-17 21:56:39 +02:00
mpv_global.h
options.c command: more intuitive chapter seek behavior 2013-08-17 21:32:52 +02:00
options.h command: more intuitive chapter seek behavior 2013-08-17 21:32:52 +02:00
parser-cfg.c
parser-cfg.h
parser-mpcmd.c
parser-mpcmd.h
path.c
path.h
playlist_parser.c
playlist_parser.h
playlist.c
playlist.h
resolve_quvi9.c
resolve_quvi.c
resolve.h
screenshot.c
screenshot.h
version.c