1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-30 23:38:10 +00:00
mpv/player
wm4 b436d25b3f player: don't print "Playing:" message if there's only 1 file
This is just redundant and slightly annoying, at least for normal
command line usage. If there are multiple entries, still print it
(because you want to know where you are). Also still print it if the
player was redirected (because you want to know where you got redirected
to).
2019-05-16 17:20:24 +02:00
..
javascript
lua ytdl_hook: fix mp4_dash with init fragment 2019-01-14 18:59:14 +01:00
audio.c build: make encoding mode non-optional 2018-05-03 01:08:44 +03:00
client.c player: make playback termination asynchronous 2018-05-24 19:56:35 +02:00
client.h command: add infrastructure for async commands 2018-05-24 19:56:34 +02:00
command.c command: make playlist builtin OSD property show titles instead of URLs 2019-01-05 09:11:18 +01:00
command.h command: add a way to abort asynchronous commands 2018-05-24 19:56:34 +02:00
configfiles.c demux, stream: remove unneeded crap (esp. optical discs and Linux TV) 2018-08-31 13:53:43 +02:00
core.h demux, stream: rip out the classic stream cache 2018-08-31 12:55:22 +02:00
external_files.c player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
external_files.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
javascript.c
loadfile.c player: don't print "Playing:" message if there's only 1 file 2019-05-16 17:20:24 +02:00
lua.c lua: expose mpv_abort_async_command() 2018-05-24 19:56:34 +02:00
main.c player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
misc.c stream: redo buffer handling and allow arbitrary size for stream_peek() 2018-10-02 19:59:22 +02:00
osd.c demux: simplify API for returning cache status 2018-09-07 22:26:48 +02:00
playloop.c demux: simplify API for returning cache status 2018-09-07 22:26:48 +02:00
screenshot.c command: add a way to abort asynchronous commands 2018-05-24 19:56:34 +02:00
screenshot.h command: move screenshot command stubs to screenshot.c 2018-05-24 19:56:34 +02:00
scripting.c
sub.c player: don't cache subtitles across deselection 2018-06-30 17:15:29 +02:00
video.c video: fix player not exiting if no video frame was rendered 2019-01-11 11:02:23 +01:00