summaryrefslogtreecommitdiffstats
path: root/apps/replaygain.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-01Display the correct sign of replaygain for levels from -0.99 to -0.01 dB.Andree Buschmann1-1/+1
2011-04-04Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann1-7/+11
2011-03-31Cosmetic change of a comment.Andree Buschmann1-2/+1
2011-03-31Changing convert_gain() also implicitly changed get_replaygain_int() which co...Andree Buschmann1-3/+5
2011-03-31Fix for replaygain: Ensure fallback to track gain in case of missing album gain.Andree Buschmann1-1/+1
2011-02-24Minor correction to comment.Andree Buschmann1-0/+1
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-97/+33
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-4/+5
2010-02-07Remove more tabsAndree Buschmann1-2/+2
2009-07-14FS#10080Nils Wallménius1-2/+1
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere1-179/+2
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere1-2/+179
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere1-179/+2
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-3/+3
2009-02-08Oops, fix yellowNils Wallménius1-1/+4
2009-02-08Small code reuse improvementNils Wallménius1-4/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-10Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...Björn Stenberg1-0/+457