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
/
dsp.c
Age
Commit message (
Expand
)
Author
2005-07-25
Speed up clipping; makes Vorbis decoding almost as fast as before the VorbisG...
Magnus Holmgren
2005-07-25
Added ReplayGain support to WavPack, including a small fix to dsp.c
Dave Bryant
2005-07-24
ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.
Magnus Holmgren
2005-07-18
oops... should compile without warnings now
Christian Gmeiner
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-07-16
Restructured DSP code for readability and speed. Simplified the API.
Magnus Holmgren
2005-07-16
Removed the bogus debugf.
Miika Pekkarinen
2005-07-16
Correctly read the next track metadata information. Don't crash if
Miika Pekkarinen
2005-07-05
(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...
Christi Scarborough
2005-07-02
Fixed mono playback support for mp3. Added two other event handlers in
Miika Pekkarinen
2005-06-27
Initializing resampler structure correctly with zeros.
Miika Pekkarinen
2005-06-26
Initial DSP implementation. DSP supports resampling audio stream from
Miika Pekkarinen