mpv/audio
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
..
decode audio: remove float processing option 2013-04-13 04:21:28 +02:00
filter audio: remove float processing option 2013-04-13 04:21:28 +02:00
out audio: switch to libavcodec channel order, use libavresample for mixing 2013-04-13 04:21:28 +02:00
fmt-conversion.c ad_lavc: use fmt-conversion to map sample formats 2013-04-13 04:21:27 +02:00
fmt-conversion.h ad_lavc: use fmt-conversion to map sample formats 2013-04-13 04:21:27 +02:00
format.c audio: remove support for native alaw/mulaw/adpcm output 2012-12-11 00:37:54 +01:00
format.h audio: remove support for native alaw/mulaw/adpcm output 2012-12-11 00:37:54 +01:00
mixer.c mplayer: keep volume persistent, even when using --volume 2013-04-10 21:29:04 +02:00
mixer.h mplayer: keep volume persistent, even when using --volume 2013-04-10 21:29:04 +02:00
reorder_ch.c audio: make de-planarization faster 2012-12-28 13:43:55 +01:00
reorder_ch.h audio: switch to libavcodec channel order, use libavresample for mixing 2013-04-13 04:21:28 +02:00