mpv/audio/filter
wm4 bc268b313e audio: remove float processing option
The only thing this option did was changing the behavior of af_volume.
The option decided what sample format af_volume would use, but only if
the sample format was not already float. If the option was set, it would
default to float, otherwise to S16.

Remove use of the option and all associated code, and make af_volume
always use float (unless a af_volume specific sub-option is set).

Silence maximum value tracking. This message is printed when the filter
is destroyed, and it's slightly annoying. Was enabled due to enabling
float by default.
2013-04-13 04:21:28 +02:00
..
af.c audio: remove float processing option 2013-04-13 04:21:28 +02:00
af.h af: use af_lavrresample for format conversions, if possible 2013-04-13 04:21:27 +02:00
af_bs2b.c
af_center.c
af_channels.c
af_delay.c
af_drc.c Rename af_volnorm to af_drc 2013-02-12 09:53:33 +01:00
af_dummy.c audio/filter: replace pointless memcpys with assignments 2013-04-13 04:21:27 +02:00
af_equalizer.c
af_export.c path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
af_extrastereo.c
af_format.c af: use af_lavrresample for format conversions, if possible 2013-04-13 04:21:27 +02:00
af_hrtf.c audio: switch to libavcodec channel order, use libavresample for mixing 2013-04-13 04:21:28 +02:00
af_hrtf.h
af_karaoke.c
af_ladspa.c
af_lavcac3enc.c af_lavcac3enc: switch to avcodec_encode_audio2() 2013-03-13 23:51:29 +01:00
af_lavrresample.c audio: switch to libavcodec channel order, use libavresample for mixing 2013-04-13 04:21:28 +02:00
af_pan.c
af_scaletempo.c audio/filter: replace pointless memcpys with assignments 2013-04-13 04:21:27 +02:00
af_sinesuppress.c
af_sub.c
af_surround.c
af_sweep.c
af_tools.c audio/filter: replace pointless memcpys with assignments 2013-04-13 04:21:27 +02:00
af_volume.c audio: remove float processing option 2013-04-13 04:21:28 +02:00
control.h audio: remove float processing option 2013-04-13 04:21:28 +02:00
dsp.h
equalizer.h
filter.c
filter.h
window.c
window.h