| Commit message (Expand) | Author | Files | Lines |
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 |