aboutsummaryrefslogtreecommitdiffstats
path: root/src/replay_gain.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Update copyright header.Avuton Olrich2009-03-131-7/+10
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-111-4/+6
| | | | | Having an array instead of individual variables allows the use of the replay_gain_mode enum as an array index.
* replay_gain: converted replay_gain_mode to an enumMax Kellermann2008-11-111-4/+6
| | | | Prefer C enums over CPP macros.
* replay_gain: no CamelCaseMax Kellermann2008-11-111-16/+18
| | | | Renamed functions and variables.
* replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann2008-11-111-0/+50
No CamelCase file names.