mpv/audio
wm4 831d7c3c40 audio: remove S8, U16, U24, U32 formats
They are useless. Not only are they actually rarely in use; but
libavcodec doesn't even output them, as libavcodec has no such sample
formats for decoded audio.

Even if it should happen that we actually still need them (e.g. if doing
direct hardware output), there are better solutions. Swapping the sign
is a fast and lossless operation and can be done inplace, so AO actually
needing it could do this directly.

If you wonder why we keep U8 instead of S8: because libavcodec does it.
2015-06-16 21:11:59 +02:00
..
decode audio: fix crash on uninit 2015-06-15 20:28:05 +02:00
filter audio: remove S8, U16, U24, U32 formats 2015-06-16 21:11:59 +02:00
out audio: remove S8, U16, U24, U32 formats 2015-06-16 21:11:59 +02:00
audio.c audio: remove unused readonly field 2015-06-15 14:32:14 +02:00
audio.h audio: remove unused readonly field 2015-06-15 14:32:14 +02:00
audio_buffer.c
audio_buffer.h
chmap.c chmap: make up some channel layout names 2015-06-12 23:57:32 +02:00
chmap.h audio: simplify further 2015-05-08 21:22:39 +02:00
chmap_sel.c chmap_sel: improve speaker replacement handling 2015-06-12 19:23:46 +02:00
chmap_sel.h chmap_sel: add multichannel fallback heuristic 2014-12-29 17:56:53 +01:00
fmt-conversion.c Update license headers 2015-04-13 12:10:01 +02:00
fmt-conversion.h Update license headers 2015-04-13 12:10:01 +02:00
format.c audio: remove S8, U16, U24, U32 formats 2015-06-16 21:11:59 +02:00
format.h audio: remove S8, U16, U24, U32 formats 2015-06-16 21:11:59 +02:00
mixer.c audio: change range of volume option/property 2015-05-22 18:35:03 +02:00
mixer.h audio: change range of volume option/property 2015-05-22 18:35:03 +02:00