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-10-19
Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...
Jens Arnold
2005-09-24
Iriver: Added new ReplayGain type: track gain if shuffle mode is active, albu...
Magnus Holmgren
2005-09-07
Adapted codecs and DSP system to having MACSR saved in thread context.
Thom Johansen
2005-08-20
Initial voice ui support for software codec platforms. Added also a
Miika Pekkarinen
2005-08-18
iriver: slightly faster replaygain processing and clipping.
Magnus Holmgren
2005-08-17
iriver: Do correct ReplayGain calculation. Fixes distortion problems (and low...
Magnus Holmgren
2005-08-11
Added pre-amp setting for files with ReplayGain information.
Magnus Holmgren
2005-08-10
patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.c
Linus Nielsen Feltzing
2005-08-10
iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...
Linus Nielsen Feltzing
2005-07-30
Make simulator version of FRACMUL correct. Also corrected related comments.
Magnus Holmgren
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