summaryrefslogtreecommitdiff
path: root/apps/dsp.c (follow)
Commit message (Expand)AuthorAge
* More static'ing, and a few fixes resulting from that.Jens Arnold2006-12-12
* Fixed FS#6389 - Sound disappears after pitch change and jump to the start of ...Michael Sevakis2006-11-29
* SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis2006-11-26
* Fixed bug in dither_init that was causing the AIFF playback at sample rates o...Michael Sevakis2006-11-25
* Make the updated %rg tag match playback behaviour (fall back to track gain if...Magnus Holmgren2006-11-15
* Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen2006-10-27
* Fix the use of equalizer pre-cut in combination with replaygain.Magnus Holmgren2006-04-17
* Fix/add some comments and remove some old leftover crossfeed code.Thom Johansen2006-04-17
* New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen2006-04-11
* Prevent two division by zeros and one problem causing a crash in theMiika Pekkarinen2006-04-02
* Update equalizer precut value as it's adjusted.Dan Everton2006-03-28
* Add precut setting for the equalizer and add some more comments to the eq men...Dan Everton2006-03-27
* Fixed potential sample overflow in variable stereo width > 100% and karaoke m...Jens Arnold2006-03-26
* Slightly clearer code in dsp_eq_update_data.Dan Everton2006-03-24
* Keep assembler versions of DSP routines in dsp_arch.S files. This alsoThom Johansen2006-03-23
* 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