mpv/player
wm4 a3bf75279e command: make volume/mute unavailable if audio is not initialized
This does nothing good. This reverts a change made over a year ago - I
don't remember why this was originally done this way.

The main problem is that even if the volume option is set (something
like "--volume=75"), the volume property will always return "100" until
audio is initialized. If audio is uninitialized again, the volume
property will remain frozen at its last value.
2014-10-11 21:35:08 +02:00
..
lua osc: update cache display 2014-09-25 11:57:49 +02:00
timeline matroska: look for all known matroska file extensions 2014-10-06 22:33:21 +02:00
audio.c player: exit if audio init fails and there's no video 2014-10-10 15:15:58 +02:00
client.c client API: check result ptr in mpv_command_node 2014-10-12 00:56:41 +11:00
client.h lua: synchronously wait until scripts are loaded 2014-09-06 17:02:47 +02:00
command.c command: make volume/mute unavailable if audio is not initialized 2014-10-11 21:35:08 +02:00
command.h client API: minor optimizations for property notification 2014-08-02 01:53:22 +02:00
configfiles.c player: don't let multiline filenames set options on resume 2014-09-16 18:23:01 +02:00
core.h Revert "player: --save-position-on-quit should always work" 2014-10-10 14:27:45 +02:00
discnav.c player: open stream and demuxer asynchronously 2014-10-06 21:49:26 +02:00
loadfile.c player: fix terminal status in idle mode 2014-10-10 18:54:47 +02:00
lua.c lua: add command_native() function 2014-10-11 00:33:09 +02:00
main.c audio: change internal device listing API 2014-10-10 18:27:21 +02:00
main_fn.c cocoa: fix build by using the correct HAVE_* macro 2014-08-06 09:31:59 +02:00
misc.c player: open stream and demuxer asynchronously 2014-10-06 21:49:26 +02:00
osd.c osd: don't let slow commands cut OSD messages short 2014-10-06 22:19:24 +02:00
playloop.c player: don't mess up cursor visibility state 2014-10-10 18:51:44 +02:00
screenshot.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
screenshot.h
scripting.c player: open stream and demuxer asynchronously 2014-10-06 21:49:26 +02:00
sub.c player: move some libass setup code to sub.c 2014-10-03 23:10:18 +02:00
video.c player: signal EOF when using --frames 2014-10-10 15:14:11 +02:00