summaryrefslogtreecommitdiffstats
path: root/firmware/replaygain.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-0/+1
2007-08-25Remove some debug code. Remove some unnecessary checks.Magnus Holmgren1-18/+6
2007-08-25Small ReplayGain cleanup. Move RVA2 specific code to id3.c and don't do the p...Magnus Holmgren1-73/+76
2007-02-23Remove unneeded zero checks from convert_gain() and get_replaygain_int(). The...Thom Johansen1-22/+12
2006-07-21Re-enable parsing replaygain from ID3v2.4 TXXX fields since that's the defaul...Mark Arigo1-11/+12
2006-07-20Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ID...Dan Everton1-17/+93
2006-04-06Allow lower cuts than -23 dB, since the code seems to work then anyway.Thom Johansen1-2/+2
2005-10-03iRiver: remove some code that isn't needed any more.Magnus Holmgren1-67/+17
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren1-0/+12
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren1-1/+107
2005-07-24ReplayGain support files.Magnus Holmgren1-0/+328