1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-06 07:00:30 +00:00
mpv/audio/out
wm4 2e10f536db ao_alsa: fix return value for volume operations with spdif
This AO pretended to support volume operations when in spdif passthrough
mode, but actually did nothing. This is wrong: at least the GET
operations must write their argument. Signal that volume is unsupported
instead.

This was probably a hack to prevent insertion of volume filters or so,
but it didn't work anyway, while recovering after failed volume filter
insertion does work, so this is not needed at all.
2014-03-10 01:18:10 +01:00
..
ao_alsa.c ao_alsa: fix return value for volume operations with spdif 2014-03-10 01:18:10 +01:00
ao_coreaudio_properties.c ao_coreaudio: move to new log API 2013-08-01 20:32:49 +02:00
ao_coreaudio_properties.h audio/out: make ao struct opaque 2014-03-09 00:19:31 +01:00
ao_coreaudio_utils.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
ao_coreaudio_utils.h audio/out: make ao struct opaque 2014-03-09 00:19:31 +01:00
ao_coreaudio.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_dsound.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_jack.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_lavc.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_null.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_openal.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_oss.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_pcm.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_portaudio.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_pulse.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_rsound.c ao_rsound: pass correct data type to rsd_set_param() 2014-03-09 19:11:49 +01:00
ao_sdl.c ao_sdl: use new pull API helpers 2014-03-09 19:08:47 +01:00
ao_sndio.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_wasapi.c ao_wasapi: Use double math for QueryPerformanceCounter correction 2014-03-09 17:56:29 -03:00
ao.c audio/out: reduce amount of audio buffering 2014-03-10 01:13:40 +01:00
ao.h audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
internal.h audio/out: reduce amount of audio buffering 2014-03-10 01:13:40 +01:00
pull.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
push.c audio/out: reduce amount of audio buffering 2014-03-10 01:13:40 +01:00