mpv/audio/out
wm4 4fa6bcbb90 m_config: add helper function for initializing af/ao/vf/vo suboptions
Normally I'd prefer a bunch of smaller functions with fewer parameters
over a single function with a lot of parameters. But future changes will
require messing with the parameters in a slightly more complex way, so a
combined function will be needed anyway. The now-unused "global"
parameter is required for later as well.
2016-09-02 14:49:34 +02:00
..
ao.c m_config: add helper function for initializing af/ao/vf/vo suboptions 2016-09-02 14:49:34 +02:00
ao.h player: add --audio-stream-silence 2016-08-09 17:09:29 +02:00
ao_alsa.c ao_alsa: log if retrieving supported channel maps fails 2016-08-22 20:05:34 +02:00
ao_coreaudio.c ao_coreaudio: actually use stop callback 2016-08-09 17:09:29 +02:00
ao_coreaudio_chmap.c
ao_coreaudio_chmap.h
ao_coreaudio_exclusive.c ao_coreaudio: actually use stop callback 2016-08-09 17:09:29 +02:00
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c
ao_coreaudio_utils.h
ao_jack.c
ao_lavc.c
ao_null.c
ao_openal.c
ao_opensles.c
ao_oss.c
ao_pcm.c
ao_pulse.c
ao_rsound.c
ao_sdl.c
ao_sndio.c
ao_wasapi.c
ao_wasapi.h
ao_wasapi_changenotify.c
ao_wasapi_utils.c ao_wasapi: in exclusive mode do not output multichannel by default 2016-08-05 16:11:42 +02:00
internal.h player: add --audio-stream-silence 2016-08-09 17:09:29 +02:00
pull.c player: add --audio-stream-silence 2016-08-09 17:09:29 +02:00
push.c