summaryrefslogtreecommitdiff
path: root/apps/dsp.c (follow)
Commit message (Expand)AuthorAge
...
* Use size-correct casts. Fixes some AMD64 sim warnings.Thom Johansen2006-03-22
* Enabled channel configuration and stereo width option on software codecThom Johansen2006-03-21
* Samples should always be 32 bit on all platforms, so change mostThom Johansen2006-03-19
* Added a couple inline assembly functions for ARM targets. This just aboutDave Bryant2006-03-04
* Speed dsp gain up slightly mostly with better code orderBrandon Low2006-02-20
* Reduce CPU usage while changing EQ by only updating the coefficients of the b...Dan Everton2006-02-17
* Use EMAC rounding mode in EQ coef calc for better precision.Thom Johansen2006-02-10
* Quick fix for crossfeed on iPod. Still needs optimization, but at least noDave Bryant2006-02-08
* Rework PCM bufferBrandon Low2006-02-07
* Add Equalizer configuration to Sound Settings menu.Dan Everton2006-02-07
* Committed a little too muchLinus Nielsen Feltzing2006-02-04
* The simulator should use the keypad period key, not the regular oneLinus Nielsen Feltzing2006-02-04
* No need for different name members in eq_data struct.Thom Johansen2006-02-02
* Recommit reverted changes and add the missing file...Thom Johansen2006-01-29
* Backout part of the last change to fix builds for nowBrandon Low2006-01-29
* Initial multi-band EQ support for software codec platforms. Now go startThom Johansen2006-01-29
* This wont work after all. Someone please introduce -fomit-frame-pointer for d...Thom Johansen2005-12-15
* Fix typo and disable crossfeed assembler version for DEBUG builds, which obvi...Thom Johansen2005-12-15
* Playback speed commit broke mono resampling, this fixes it again.Thom Johansen2005-11-30
* Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen2005-11-28
* Replaygain support uses the accumulator extension bytss, so disable rounding....Thom Johansen2005-11-23
* Added Coldfire ASM optimised crossfeed function. Have not measured speed impr...Thom Johansen2005-11-15
* fix crossfeed on non-coldfire platforms and the simulatorMarcoen Hirschberg2005-11-15
* add crossfeed dsp effect. Makes some music more enjoyable with headphones.Marcoen Hirschberg2005-11-14
* Automatically set clipping limits based on sample precision.Thom Johansen2005-11-02
* Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold2005-10-19
* Iriver: Added new ReplayGain type: track gain if shuffle mode is active, albu...Magnus Holmgren2005-09-24
* Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2005-09-07
* Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2005-08-20
* iriver: slightly faster replaygain processing and clipping.Magnus Holmgren2005-08-18
* iriver: Do correct ReplayGain calculation. Fixes distortion problems (and low...Magnus Holmgren2005-08-17
* Added pre-amp setting for files with ReplayGain information.Magnus Holmgren2005-08-11
* patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.cLinus Nielsen Feltzing2005-08-10
* iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...Linus Nielsen Feltzing2005-08-10
* Make simulator version of FRACMUL correct. Also corrected related comments.Magnus Holmgren2005-07-30
* Speed up clipping; makes Vorbis decoding almost as fast as before the VorbisG...Magnus Holmgren2005-07-25
* Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant2005-07-25
* ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2005-07-24
* oops... should compile without warnings nowChristian Gmeiner2005-07-18
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren2005-07-16
* Removed the bogus debugf.Miika Pekkarinen2005-07-16
* Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen2005-07-16
* (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...Christi Scarborough2005-07-05
* Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen2005-07-02
* Initializing resampler structure correctly with zeros.Miika Pekkarinen2005-06-27
* Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen2005-06-26