1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 06:30:06 +00:00
mpv/audio/out
wm4 2111d7bc05 ao_alsa: use new option API (changes syntax)
This changes how device names are handled. Before this commit, device
names were mangled in strange ways to avoid clashing with the option
parser syntax. "." was replaced with ",", and "=" with ":" (the user had
to do the inverse to get the correct device name).

The "new" option parser has multiple ways to escape option strings, so
we don't need this confusing hack anymore.

Add an explicit note to the manpage as well.
2013-07-21 23:27:31 +02:00
..
ao_alsa.c ao_alsa: use new option API (changes syntax) 2013-07-21 23:27:31 +02:00
ao_coreaudio.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_dsound.c ao_dsound: fix compilation 2013-06-16 22:19:00 +02:00
ao_jack.c ao_jack: allow more control about channel layouts 2013-07-07 18:37:55 +02:00
ao_lavc.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_null.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_openal.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_oss.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_pcm.c ao_pcm: use new option API 2013-07-21 23:27:31 +02:00
ao_portaudio.c ao_portaudio: use new option API 2013-07-21 23:27:31 +02:00
ao_pulse.c audio/out: don't require AOs to set ao->bps 2013-06-16 19:32:18 +02:00
ao_rsound.c audio/out: don't require AOs to set ao->bps 2013-06-16 19:32:18 +02:00
ao_sdl.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_wasapi0.c ao_wasapi0: Don't starve the WASAPI thread on seeks 2013-07-20 02:21:04 +02:00
ao.c options: use new option code for --ao 2013-07-21 23:27:31 +02:00
ao.h options: use new option code for --ao 2013-07-21 23:27:31 +02:00