aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/plugins/ReplayGainFilterPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-12Filter: FilterPCM() returns ConstBufferMax Kellermann1-8/+5
2014-01-24Mixer*: move to mixer/Max Kellermann1-1/+1
2014-01-24Filter*: move to filter/Max Kellermann1-3/+3
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-23pcm/Volume: convert to classMax Kellermann1-42/+17
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann1-1/+1
2013-10-28*: use nullptr instead of NULLMax Kellermann1-4/+4
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann1-5/+7
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann1-7/+7
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann1-2/+2
2013-10-02Log: new logging library APIMax Kellermann1-10/+8
2013-09-04util/Error: new error passing libraryMax Kellermann1-17/+12
2013-08-07add missing includesMax Kellermann1-0/+2
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-7/+7
2013-07-30pcm_buffer: convert to C++Max Kellermann1-8/+4
2013-04-16MixerInternal: convert to classMax Kellermann1-3/+3
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-2/+2
2013-02-22mixer_plugin: convert to C++Max Kellermann1-1/+1
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-101/+88
2013-02-02filter/*: don't use GLib macrosMax Kellermann1-3/+3
2013-02-01filter: convert to C++Max Kellermann1-3/+3
2013-01-31pcm_*: convert to C++Max Kellermann1-1/+1
2013-01-29test/{read_conf,run_filter}: convert to C++Max Kellermann1-1/+1
2013-01-07filter/replay_gain: convert to C++Max Kellermann1-11/+15
2013-01-05filter/ReplayGain: add method _set_mode()Max Kellermann1-11/+17
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann1-2/+0
2011-10-10pcm_{mix,volume}: pass only sample_format to pcm_mix()Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-08-23ReplayGain filter: allow gain > 100 %Johan Kiviniemi1-3/+11
2010-05-30filter/replay_gain: added option "replaygain_limit"Daniel Seuthe1-5/+2
2010-05-18replay_gain_config: added function replay_gain_get_real_mode()Daniel Seuthe1-11/+2
2010-05-02filter/replay_gain: removed duplicate *dest_size_r assignmentMax Kellermann1-1/+0
2010-04-25replay_gain: added mode "auto"Daniel Seuthe1-3/+16
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann1-0/+45
2010-02-17replay_gain: fall back to track gain if album gain is unavailableMax Kellermann1-2/+3
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-0/+193