1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:14:36 +00:00
mpv/audio/filter
wm4 90a1ca02a2 audio: fix replaygain volume scale
The new replaygain code accidentally applied the linear gain as cubic
volume level. Fix this by moving the computation of the volume scale out
of the af_volume filter.

(Still haven't verified whether the replaygain code works correctly.)
2017-04-27 00:15:32 +02:00
..
af_channels.c audio: deprecate most audio filters 2017-04-04 15:04:07 +02:00
af_equalizer.c audio: deprecate most audio filters 2017-04-04 15:04:07 +02:00
af_format.c audio: use --audio-channels=auto behavior, except on ALSA 2016-08-04 20:49:20 +02:00
af_lavcac3enc.c Remove compatibility things 2016-12-07 19:53:11 +01:00
af_lavfi.c vf_lavfi, af_lavfi: remove unused/deprecated include 2017-04-05 16:12:47 +02:00
af_lavrresample.c build: explicitly check for FFmpeg vs. Libav, and their exact versions 2017-01-27 09:57:01 +01:00
af_pan.c audio: deprecate most audio filters 2017-04-04 15:04:07 +02:00
af_rubberband.c af_rubberband: default to channels=together 2016-09-19 18:59:42 +02:00
af_scaletempo.c audio: do not require full audio chain reinit for speed changes 2015-11-04 21:49:54 +01:00
af_volume.c audio: fix replaygain volume scale 2017-04-27 00:15:32 +02:00
af.c af: implement generic lavfi option bridge too 2017-04-04 14:57:00 +02:00
af.h audio: improve aspects of EOF handling 2016-08-18 20:38:09 +02:00
equalizer.h Update license headers 2015-04-13 12:10:01 +02:00
tools.c af: move af_from_dB() function to af_volume.c 2015-06-23 15:11:23 +02:00