summaryrefslogtreecommitdiff
path: root/firmware/replaygain.c (follow)
Commit message (Expand)AuthorAge
* Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...Björn Stenberg2008-10-10
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Remove some debug code. Remove some unnecessary checks.Magnus Holmgren2007-08-25
* Small ReplayGain cleanup. Move RVA2 specific code to id3.c and don't do the p...Magnus Holmgren2007-08-25
* Remove unneeded zero checks from convert_gain() and get_replaygain_int(). The...Thom Johansen2007-02-23
* Re-enable parsing replaygain from ID3v2.4 TXXX fields since that's the defaul...Mark Arigo2006-07-21
* Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ID...Dan Everton2006-07-20
* Allow lower cuts than -23 dB, since the code seems to work then anyway.Thom Johansen2006-04-06
* iRiver: remove some code that isn't needed any more.Magnus Holmgren2005-10-03
* Added pre-amp setting for files with ReplayGain information.Magnus Holmgren2005-08-11
* Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren2005-07-27
* ReplayGain support files.Magnus Holmgren2005-07-24