aboutsummaryrefslogtreecommitdiffstats
path: root/src/ReplayGainConfig.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+1
* *: use nullptr instead of NULLMax Kellermann2013-10-281-2/+2
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-3/+3
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-8/+13
* replay_gain_*.h: rename to *.hxxMax Kellermann2013-10-021-1/+1
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-11/+11
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+2
* gcc.h: add macro gcc_unreachable()Max Kellermann2013-08-031-2/+1
* idle: convert to C++Max Kellermann2013-01-091-5/+1
* ReplayGainCoinfig: initialize replay_gain_limit with default valueMax Kellermann2013-01-091-1/+1
* ReplayGainCoinfig: make DEFAULT_REPLAYGAIN_LIMIT staticMax Kellermann2013-01-091-1/+1
* replay_gain_info, ...: use cmath instead of math.h in C++ modeMax Kellermann2013-01-071-1/+0
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-2/+2
* filter/ReplayGain: add method _set_mode()Max Kellermann2013-01-051-2/+3
* replay_gain_*: convert to C++Max Kellermann2013-01-041-0/+149