mpv/audio
wm4 efb50cabe6 audio: remove bitmask format definition mess
Audio formats used a semi-clever schema to encode the properties of the
PCM encoding as bitfields into the format integer value.

The af_fmt_change_bits() implementation becomes a bit weird, but it's
an improvement to the rest of the code.

(I've always disliked it, so why not get rid of it.)
2015-06-26 23:05:16 +02:00
..
decode demux: merge extradata fields 2015-06-21 18:06:14 +02:00
filter af: move af_from_dB() function to af_volume.c 2015-06-23 15:11:23 +02:00
out ao_coreaudio_utils: use a macro 2015-06-26 23:04:44 +02:00
audio.c audio: output human-readable channel layouts too 2015-06-25 19:10:24 +02:00
audio.h
audio_buffer.c
audio_buffer.h
chmap.c audio: output human-readable channel layouts too 2015-06-25 19:10:24 +02:00
chmap.h audio: output human-readable channel layouts too 2015-06-25 19:10:24 +02:00
chmap_sel.c audio: fix channel map fallback selection (again) 2015-06-25 17:32:00 +02:00
chmap_sel.h
fmt-conversion.c
fmt-conversion.h
format.c audio: remove bitmask format definition mess 2015-06-26 23:05:16 +02:00
format.h audio: remove bitmask format definition mess 2015-06-26 23:05:16 +02:00
mixer.c
mixer.h