aboutsummaryrefslogtreecommitdiffstats
path: root/src/replay_gain_config.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-10/+11
2010-05-30filter/replay_gain: added option "replaygain_limit"Daniel Seuthe1-0/+5
2010-05-18replay_gain_config: added function replay_gain_get_real_mode()Daniel Seuthe1-0/+13
2010-04-25replay_gain: added mode "auto"Daniel Seuthe1-0/+5
2010-01-04replay_gain: moved code to replay_gain_config.cMax Kellermann1-4/+1
2010-01-04replay_gain: moved code to replay_gain_info.cMax Kellermann1-23/+0
2010-01-04replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann1-53/+2
2010-01-04replay_gain: added function replay_gain_info_dup()Max Kellermann1-0/+6
2010-01-02replay_gain: removed overly verbose debug messageMax Kellermann1-1/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-01replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann1-0/+3
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann1-1/+20
2009-10-17replay_gain: moved mode parser to replay_gain_set_mode_string()Max Kellermann1-6/+19
2009-10-17replay_gain: added setting "replaygain off"Max Kellermann1-1/+1
2009-10-17replay_gain: read configuration even when replay gain is disabledMax Kellermann1-4/+3
2009-06-25Preamp for missing replay-gainDaniel Seuthe1-9/+38
2009-03-13all: Update copyright header.Avuton Olrich1-7/+10
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-07pcm_utils: moved code to pcm_volume.cMax Kellermann1-1/+1
2008-11-11replay_gain: don't include os_compat.hMax Kellermann1-1/+3
2008-11-11replay_gain: use GLib instead of utils.h/log.hMax Kellermann1-14/+11
2008-11-11replay_gain: use pcm_volume() to apply replay gainMax Kellermann1-37/+2
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann1-19/+19
2008-11-11replay_gain: converted replay_gain_mode to an enumMax Kellermann1-1/+1
2008-11-11replay_gain: removed superfluous author name commentMax Kellermann1-1/+0
2008-11-11replay_gain: no CamelCaseMax Kellermann1-30/+31
2008-11-11replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann1-1/+1
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann1-1/+0
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-5/+5
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+3
2008-04-12constant pointers in replayGain.cMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2007-06-25replayGain: adding DEBUG messages when computing scaleJ. Alexander Treuman1-0/+4
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-6/+3
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+2
2006-07-24Do normalization if there's replaygain data but replaygain is offJ. Alexander Treuman1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-62/+68
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-03-07hopefully replaygain now works for musepackWarren Dukes1-2/+2
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-11/+47
2004-10-28merge shank-rewrite-config changesWarren Dukes1-11/+15
2004-07-17add replaygain preampWarren Dukes1-1/+24
2004-05-08add aliasMrJones to various placesWarren Dukes1-0/+18
2004-05-07add replayGain stuff for flac from AliasMrJonesWarren Dukes1-0/+80