mpv/audio/out
Stefano Pigozzi f10cca0e88 ao_coreaudio: simplify ch label to speaker id conversion
Previous code was using the values of the AudioChannelLabel enum directly to
create the channel bitmap. While this was quite smart it was pretty unreadable
and fragile (what if Apple changes the values of those enums?).

Change it to use a 'dumb' conversion table.
2013-11-27 23:15:17 +01:00
..
ao.c audio: switch output to mp_audio_buffer 2013-11-12 23:29:53 +01:00
ao.h audio: switch output to mp_audio_buffer 2013-11-12 23:29:53 +01:00
ao_alsa.c ao_alsa: do not forcibly disable ALSA resampling 2013-11-26 02:48:00 +01:00
ao_coreaudio.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +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 ao_coreaudio: fix compilation on OS X 10.7 2013-07-28 09:48:49 +02:00
ao_coreaudio_utils.c ao_coreaudio: simplify ch label to speaker id conversion 2013-11-27 23:15:17 +01:00
ao_coreaudio_utils.h core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
ao_dsound.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
ao_jack.c ao_jack: switch from interleaved to planar audio 2013-11-12 23:35:12 +01:00
ao_lavc.c ao_lavc: use af_format_conversion_score() 2013-11-16 21:46:17 +01:00
ao_null.c ao_null: fix simulated buffer size 2013-11-19 22:14:23 +01:00
ao_openal.c ao_openal: support non-interleaved output 2013-11-12 23:30:37 +01:00
ao_oss.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
ao_pcm.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_portaudio.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
ao_pulse.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_rsound.c ao_rsound: fix option types 2013-11-23 21:40:33 +01:00
ao_sdl.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_sndio.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_wasapi.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00