Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replay_gain: moved code to replay_gain_config.c | Max Kellermann | 2010-01-04 | 1 | -129/+0 |
| | |||||
* | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 2010-01-04 | 1 | -23/+0 |
| | |||||
* | replay_gain: refactor API, move code to replay_gain_state.c | Max Kellermann | 2010-01-04 | 1 | -53/+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 |
| | |||||
* | replay_gain: removed overly verbose debug message | Max Kellermann | 2010-01-02 | 1 | -1/+0 |
| | | | | Don't log "ReplayGain is missing". | ||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
| | | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | ||||
* | replay_gain: trigger OPTIONS idle event on mode change | Max Kellermann | 2009-11-01 | 1 | -0/+3 |
| | |||||
* | command: allow changing replay gain mode on-the-fly | Max Kellermann | 2009-10-17 | 1 | -1/+20 |
| | | | | | The new command "replay_gain_mode" allows the user to switch the replay gain mode on-the-fly. No more mpd.conf editing. | ||||
* | replay_gain: moved mode parser to replay_gain_set_mode_string() | Max Kellermann | 2009-10-17 | 1 | -6/+19 |
| | |||||
* | replay_gain: added setting "replaygain off" | Max Kellermann | 2009-10-17 | 1 | -1/+1 |
| | | | | | There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there. | ||||
* | replay_gain: read configuration even when replay gain is disabled | Max Kellermann | 2009-10-17 | 1 | -4/+3 |
| | | | | | | It will be possible to enable replay gain at runtime even when it is disabled in the configuration file. This patch enables the preamp settings in this case. | ||||
* | Preamp for missing replay-gain | Daniel Seuthe | 2009-06-25 | 1 | -9/+38 |
| | |||||
* | 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. | ||||
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
| | | | | | All config_get_block_*() functions should accept constant config_param pointers. | ||||
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -2/+2 |
| | | | | Renamed functions, types, variables. | ||||
* | pcm_utils: moved code to pcm_volume.c | Max Kellermann | 2009-01-07 | 1 | -1/+1 |
| | | | | Moved the software volume code to a separate library. | ||||
* | replay_gain: don't include os_compat.h | Max Kellermann | 2008-11-11 | 1 | -1/+3 |
| | | | | | os_compat.h is deprecated and should be replaced with well-defined standard headers. | ||||
* | replay_gain: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-11 | 1 | -14/+11 |
| | | | | Eliminated deprecated libraries. | ||||
* | replay_gain: use pcm_volume() to apply replay gain | Max Kellermann | 2008-11-11 | 1 | -37/+2 |
| | | | | | | | The currently replay_gain_apply() implementation duplicates code from pcm_volume(), except that it uses a floating point scale. Eliminate all duplicated code from and make it utilize the pcm_volume() library function. This introduces replay gain support for 24 bit audio. | ||||
* | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 2008-11-11 | 1 | -19/+19 |
| | | | | | 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 | -1/+1 |
| | | | | Prefer C enums over CPP macros. | ||||
* | replay_gain: removed superfluous author name comment | Max Kellermann | 2008-11-11 | 1 | -1/+0 |
| | | | | The author's name is already mentioned in the copyright declaration. | ||||
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -30/+31 |
| | | | | Renamed functions and variables. | ||||
* | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 2008-11-11 | 1 | -0/+167 |
No CamelCase file names. |