| Commit message (Expand) | Author | Files | Lines |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -10/+11 |
2010-05-30 | filter/replay_gain: added option "replaygain_limit" | Daniel Seuthe | 1 | -0/+5 |
2010-05-18 | replay_gain_config: added function replay_gain_get_real_mode() | Daniel Seuthe | 1 | -0/+13 |
2010-04-25 | replay_gain: added mode "auto" | Daniel Seuthe | 1 | -0/+5 |
2010-01-04 | replay_gain: moved code to replay_gain_config.c | Max Kellermann | 1 | -4/+1 |
2010-01-04 | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 1 | -23/+0 |
2010-01-04 | replay_gain: refactor API, move code to replay_gain_state.c | Max Kellermann | 1 | -53/+2 |
2010-01-04 | replay_gain: added function replay_gain_info_dup() | Max Kellermann | 1 | -0/+6 |
2010-01-02 | replay_gain: removed overly verbose debug message | Max Kellermann | 1 | -1/+0 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-01 | replay_gain: trigger OPTIONS idle event on mode change | Max Kellermann | 1 | -0/+3 |
2009-10-17 | command: allow changing replay gain mode on-the-fly | Max Kellermann | 1 | -1/+20 |
2009-10-17 | replay_gain: moved mode parser to replay_gain_set_mode_string() | Max Kellermann | 1 | -6/+19 |
2009-10-17 | replay_gain: added setting "replaygain off" | Max Kellermann | 1 | -1/+1 |
2009-10-17 | replay_gain: read configuration even when replay gain is disabled | Max Kellermann | 1 | -4/+3 |
2009-06-25 | Preamp for missing replay-gain | Daniel Seuthe | 1 | -9/+38 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+10 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -2/+2 |
2009-01-07 | pcm_utils: moved code to pcm_volume.c | Max Kellermann | 1 | -1/+1 |
2008-11-11 | replay_gain: don't include os_compat.h | Max Kellermann | 1 | -1/+3 |
2008-11-11 | replay_gain: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -14/+11 |
2008-11-11 | replay_gain: use pcm_volume() to apply replay gain | Max Kellermann | 1 | -37/+2 |
2008-11-11 | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 1 | -19/+19 |
2008-11-11 | replay_gain: converted replay_gain_mode to an enum | Max Kellermann | 1 | -1/+1 |
2008-11-11 | replay_gain: removed superfluous author name comment | Max Kellermann | 1 | -1/+0 |
2008-11-11 | replay_gain: no CamelCase | Max Kellermann | 1 | -30/+31 |
2008-11-11 | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 1 | -1/+1 |
2008-09-29 | assume stdint.h and stddef.h are available | Max Kellermann | 1 | -1/+0 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -5/+5 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+3 |
2008-04-12 | constant pointers in replayGain.c | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+1 |
2007-06-25 | replayGain: adding DEBUG messages when computing scale | J. Alexander Treuman | 1 | -0/+4 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -6/+3 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+2 |
2006-07-24 | Do normalization if there's replaygain data but replaygain is off | J. Alexander Treuman | 1 | -1/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -62/+68 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -2/+2 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-03-07 | hopefully replaygain now works for musepack | Warren Dukes | 1 | -2/+2 |
2004-11-02 | rewrite replaygain code, needs testing | Warren Dukes | 1 | -11/+47 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -11/+15 |
2004-07-17 | add replaygain preamp | Warren Dukes | 1 | -1/+24 |
2004-05-08 | add aliasMrJones to various places | Warren Dukes | 1 | -0/+18 |
2004-05-07 | add replayGain stuff for flac from AliasMrJones | Warren Dukes | 1 | -0/+80 |