mpv/audio/filter
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
..
af.c audio: remove S8, U16, U24, U32 formats 2015-06-16 21:11:59 +02:00
af.h Update license headers 2015-04-13 12:10:01 +02:00
af_bs2b.c audio: remove S8, U16, U24, U32 formats 2015-06-16 21:11:59 +02:00
af_center.c Update license headers 2015-04-13 12:10:01 +02:00
af_channels.c Update license headers 2015-04-13 12:10:01 +02:00
af_convert24.c audio: remove S8, U16, U24, U32 formats 2015-06-16 21:11:59 +02:00
af_delay.c Update license headers 2015-04-13 12:10:01 +02:00
af_drc.c Update license headers 2015-04-13 12:10:01 +02:00
af_dummy.c Update license headers 2015-04-13 12:10:01 +02:00
af_equalizer.c Update license headers 2015-04-13 12:10:01 +02:00
af_export.c Update license headers 2015-04-13 12:10:01 +02:00
af_extrastereo.c Update license headers 2015-04-13 12:10:01 +02:00
af_format.c
af_hrtf.c Update license headers 2015-04-13 12:10:01 +02:00
af_hrtf.h Update license headers 2015-04-13 12:10:01 +02:00
af_karaoke.c Update license headers 2015-04-13 12:10:01 +02:00
af_ladspa.c Update license headers 2015-04-13 12:10:01 +02:00
af_lavcac3enc.c af_lavcac3enc: fix A/V sync 2015-06-15 14:33:48 +02:00
af_lavfi.c af_lavfi: handle seeking 2015-03-17 22:31:05 +01:00
af_lavrresample.c audio: fill NA channels with silence 2015-06-12 17:53:23 +02:00
af_pan.c Update license headers 2015-04-13 12:10:01 +02:00
af_rubberband.c af_rubberband: actually fix deadlock 2015-02-12 10:15:12 +01:00
af_scaletempo.c Update license headers 2015-04-13 12:10:01 +02:00
af_sinesuppress.c Update license headers 2015-04-13 12:10:01 +02:00
af_sub.c Update license headers 2015-04-13 12:10:01 +02:00
af_surround.c Update license headers 2015-04-13 12:10:01 +02:00
af_sweep.c Update license headers 2015-04-13 12:10:01 +02:00
af_volume.c audio: make softvol scale cubic 2015-05-22 19:16:42 +02:00
dsp.h Update license headers 2015-04-13 12:10:01 +02:00
equalizer.h Update license headers 2015-04-13 12:10:01 +02:00
filter.c Update license headers 2015-04-13 12:10:01 +02:00
filter.h Update license headers 2015-04-13 12:10:01 +02:00
tools.c Update license headers 2015-04-13 12:10:01 +02:00
window.c Update license headers 2015-04-13 12:10:01 +02:00
window.h Update license headers 2015-04-13 12:10:01 +02:00