index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
replaygain.c
Age
Commit message (
Expand
)
Author
2011-05-01
Display the correct sign of replaygain for levels from -0.99 to -0.01 dB.
Andree Buschmann
2011-04-04
Rework parts of the replaygain code to be able to differentiate between 0.00 ...
Andree Buschmann
2011-03-31
Cosmetic change of a comment.
Andree Buschmann
2011-03-31
Changing convert_gain() also implicitly changed get_replaygain_int() which co...
Andree Buschmann
2011-03-31
Fix for replaygain: Ensure fallback to track gain in case of missing album gain.
Andree Buschmann
2011-02-24
Minor correction to comment.
Andree Buschmann
2011-02-24
FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...
Andree Buschmann
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-07
Remove more tabs
Andree Buschmann
2009-07-14
FS#10080
Nils Wallménius
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
2009-07-04
Revert "Consolidate all fixed point math routines in one library (FS#10400) b...
Maurus Cuelenaere
2009-07-04
Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...
Maurus Cuelenaere
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-02-08
Oops, fix yellow
Nils Wallménius
2009-02-08
Small code reuse improvement
Nils Wallménius
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-10
Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...
Björn Stenberg