summaryrefslogtreecommitdiff
path: root/apps/dsp.c
AgeCommit message (Expand)Author
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-09-24Iriver: Added new ReplayGain type: track gain if shuffle mode is active, albu...Magnus Holmgren
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
2005-08-18iriver: slightly faster replaygain processing and clipping.Magnus Holmgren
2005-08-17iriver: Do correct ReplayGain calculation. Fixes distortion problems (and low...Magnus Holmgren
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren
2005-08-10patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.cLinus Nielsen Feltzing
2005-08-10iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...Linus Nielsen Feltzing
2005-07-30Make simulator version of FRACMUL correct. Also corrected related comments.Magnus Holmgren
2005-07-25Speed up clipping; makes Vorbis decoding almost as fast as before the VorbisG...Magnus Holmgren
2005-07-25Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren
2005-07-18oops... should compile without warnings nowChristian Gmeiner
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-16Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren
2005-07-16Removed the bogus debugf.Miika Pekkarinen
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen
2005-07-05(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...Christi Scarborough
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen
2005-06-27Initializing resampler structure correctly with zeros.Miika Pekkarinen
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen