mpv/audio/filter
wm4 cd2d4ebf3b af_volume: fix replaygain
This was accidentally broken in commit b72ba3f7. I somehow made the
wild assumption that replaygain adjusted the volume relative to 0%
instead of 100%.

The detach suboption was similarly broken.
2014-03-27 21:15:15 +01:00
..
af.c build: simplify libavfilter configure checks 2014-03-16 13:19:29 +01:00
af.h af: add metadata field to af_stream and af_instance 2014-03-13 14:36:20 +01:00
af_bs2b.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_center.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
af_channels.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_convert24.c audio/filter: change filter callback signature 2013-12-05 00:01:46 +01:00
af_convertsignendian.c audio/filter: change filter callback signature 2013-12-05 00:01:46 +01:00
af_delay.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_drc.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
af_dummy.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_equalizer.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_export.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_extrastereo.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
af_format.c audio: mp_msg conversions 2013-12-21 20:50:12 +01:00
af_hrtf.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_hrtf.h
af_karaoke.c audio/filter: change filter callback signature 2013-12-05 00:01:46 +01:00
af_ladspa.c audio: mp_msg conversions 2013-12-21 20:50:12 +01:00
af_lavcac3enc.c af_lavcac3enc: use new AVFrame API 2014-03-16 13:19:29 +01:00
af_lavfi.c Remove some more unneeded version checks 2014-03-16 13:19:28 +01:00
af_lavrresample.c af_lavrresample: remove avresample_set_channel_mapping() fallbacks 2014-03-16 13:19:28 +01:00
af_pan.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_scaletempo.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_sinesuppress.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_sub.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
af_surround.c audio/filter: remove redundant log message prefixes 2014-01-24 21:30:15 +01:00
af_sweep.c audio/filter: change filter callback signature 2013-12-05 00:01:46 +01:00
af_volume.c af_volume: fix replaygain 2014-03-27 21:15:15 +01:00
dsp.h
equalizer.h
filter.c
filter.h
tools.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
window.c
window.h