Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replay_gain: moved code to replay_gain_config.c | Max Kellermann | 2010-01-04 | 1 | -51/+0 |
| | |||||
* | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 2010-01-04 | 1 | -26/+3 |
| | |||||
* | replay_gain: refactor API, move code to replay_gain_state.c | Max Kellermann | 2010-01-04 | 1 | -9/+2 |
| | | | | | The replay_gain_state struct holds the precalculated scale factor, which is removed from struct replay_gain_info. | ||||
* | replay_gain: added function replay_gain_info_dup() | Max Kellermann | 2010-01-04 | 1 | -0/+6 |
| | |||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | command: allow changing replay gain mode on-the-fly | Max Kellermann | 2009-10-17 | 1 | -0/+16 |
| | | | | | The new command "replay_gain_mode" allows the user to switch the replay gain mode on-the-fly. No more mpd.conf editing. | ||||
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -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 array | Max Kellermann | 2008-11-11 | 1 | -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 enum | Max Kellermann | 2008-11-11 | 1 | -4/+6 |
| | | | | Prefer C enums over CPP macros. | ||||
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -16/+18 |
| | | | | Renamed functions and variables. | ||||
* | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 2008-11-11 | 1 | -0/+50 |
No CamelCase file names. |