1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-13 18:37:10 +00:00
mpv/player
wm4 7383b45682 command: do not call mp_switch_track() before proper initialization
This is an awful corner-case party, because we've started to allow the
user to send track-switching related commands before stream selection is
done in the loading stage. If mp_switch_track() is called before this
stream selection, it can behave inconsistently. So if we're in the
pre-loading phase, we must set the stream selection options to get
streams selected later, instead of calling this function. There seem to
be some annoying circumstances that exclude mp_switch_track() from
handling this logic too, so do it at all call-sites.
2016-09-10 13:51:17 +02:00
..
lua player: fix minor spelling mistake in osc.lua 2016-08-27 09:02:11 +02:00
audio.c audio/out: deprecate "exclusive" sub-options 2016-09-05 21:26:39 +02:00
client.c client API: fix error code string 2016-09-09 12:28:03 +02:00
client.h client API: add stream_cb API for user-defined stream implementations 2016-08-07 19:33:20 +02:00
command.c command: do not call mp_switch_track() before proper initialization 2016-09-10 13:51:17 +02:00
command.h command: add options to property list 2016-09-01 20:00:43 +02:00
configfiles.c stream_dvd, stream_dvdnav: remove weird option parsing stuff 2016-09-08 21:46:48 +02:00
core.h stream, demux, config: remove some dead/unneeded option-related code 2016-09-09 17:54:57 +02:00
external_files.c
external_files.h
lavfi.c
lavfi.h
loadfile.c stream, demux, config: remove some dead/unneeded option-related code 2016-09-09 17:54:57 +02:00
lua.c
main.c atomics: readd some emulation 2016-09-06 20:15:07 +02:00
misc.c stream, demux, config: remove some dead/unneeded option-related code 2016-09-09 17:54:57 +02:00
osd.c player: add option to disable video OSD 2016-08-28 18:26:59 +02:00
playloop.c client API: implement mpv_suspend/resume slightly differently 2016-09-04 18:05:36 +02:00
screenshot.c
screenshot.h
scripting.c
sub.c
video.c player: fix average frame duration calculation 2016-09-09 19:18:08 +02:00