1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-01 03:40:43 +00:00
mpv/player
wm4 52bd61d698 player: don't print stream list when adding external tracks during load
There's a short time during loading where external commands can add
external streams even before the main file is loaded (like during ytdl
hook execution). The track list is printed every time an external track
is added via commands. This was quite awkward when ytdl was adding
multiple streams, so don't print it in this stage. They are printed
anyway at the end of the loading process.
2015-06-03 21:34:46 +02:00
..
lua lua: fix options submodule 2015-05-29 15:50:09 +02:00
audio.c audio: remove an old hack 2015-05-30 22:01:09 +02:00
client.c player: fix crashes when adding external tracks before loading main file 2015-05-26 14:01:23 +02:00
client.h vo_opengl_cb: don't render OSD while VO is not created 2015-03-23 16:32:59 +01:00
command.c player: don't print stream list when adding external tracks during load 2015-06-03 21:34:46 +02:00
command.h client API: add glue for making full use of mpv_command_node() 2015-04-20 23:00:12 +02:00
configfiles.c player: restore video-aspect on playback resume 2015-05-29 22:34:24 +02:00
core.h player: fix crashes when adding external tracks before loading main file 2015-05-26 14:01:23 +02:00
discnav.c command: disc-mouse-on-button property 2015-04-21 00:54:29 +09:00
loadfile.c player: fix crashes when adding external tracks before loading main file 2015-05-26 14:01:23 +02:00
lua.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
main.c options: remove --slave-broken 2015-05-27 18:01:26 +02:00
misc.c Update license headers 2015-04-13 12:10:01 +02:00
osd.c video: do not use MP_NOPTS_VALUE for A/V difference 2015-05-24 23:27:23 +02:00
playloop.c player: add function to compute past frame durations 2015-05-24 23:27:23 +02:00
screenshot.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
screenshot.h client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
scripting.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
sub.c Update license headers 2015-04-13 12:10:01 +02:00
video.c video: do not use MP_NOPTS_VALUE for A/V difference 2015-05-24 23:27:23 +02:00