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
2006-04-17
Fix the use of equalizer pre-cut in combination with replaygain.
Magnus Holmgren
2006-04-17
Fix/add some comments and remove some old leftover crossfeed code.
Thom Johansen
2006-04-11
New crossfeed complete with no volume reducing bugs. Feedback on all the
Thom Johansen
2006-04-02
Prevent two division by zeros and one problem causing a crash in the
Miika Pekkarinen
2006-03-28
Update equalizer precut value as it's adjusted.
Dan Everton
2006-03-27
Add precut setting for the equalizer and add some more comments to the eq men...
Dan Everton
2006-03-26
Fixed potential sample overflow in variable stereo width > 100% and karaoke m...
Jens Arnold
2006-03-24
Slightly clearer code in dsp_eq_update_data.
Dan Everton
2006-03-23
Keep assembler versions of DSP routines in dsp_arch.S files. This also
Thom Johansen
2006-03-22
Use size-correct casts. Fixes some AMD64 sim warnings.
Thom Johansen
2006-03-21
Enabled channel configuration and stereo width option on software codec
Thom Johansen
2006-03-19
Samples should always be 32 bit on all platforms, so change most
Thom Johansen
2006-03-04
Added a couple inline assembly functions for ARM targets. This just about
Dave Bryant
2006-02-20
Speed dsp gain up slightly mostly with better code order
Brandon Low
2006-02-17
Reduce CPU usage while changing EQ by only updating the coefficients of the b...
Dan Everton
2006-02-10
Use EMAC rounding mode in EQ coef calc for better precision.
Thom Johansen
2006-02-08
Quick fix for crossfeed on iPod. Still needs optimization, but at least no
Dave Bryant
2006-02-07
Rework PCM buffer
Brandon Low
2006-02-07
Add Equalizer configuration to Sound Settings menu.
Dan Everton
2006-02-04
Committed a little too much
Linus Nielsen Feltzing
2006-02-04
The simulator should use the keypad period key, not the regular one
Linus Nielsen Feltzing
2006-02-02
No need for different name members in eq_data struct.
Thom Johansen
2006-01-29
Recommit reverted changes and add the missing file...
Thom Johansen
2006-01-29
Backout part of the last change to fix builds for now
Brandon Low
2006-01-29
Initial multi-band EQ support for software codec platforms. Now go start
Thom Johansen
2005-12-15
This wont work after all. Someone please introduce -fomit-frame-pointer for d...
Thom Johansen
2005-12-15
Fix typo and disable crossfeed assembler version for DEBUG builds, which obvi...
Thom Johansen
2005-11-30
Playback speed commit broke mono resampling, this fixes it again.
Thom Johansen
2005-11-28
Enabled playback speed adjustment support for H1x0. Modified the resampler to...
Thom Johansen
2005-11-23
Replaygain support uses the accumulator extension bytss, so disable rounding....
Thom Johansen
2005-11-15
Added Coldfire ASM optimised crossfeed function. Have not measured speed impr...
Thom Johansen
2005-11-15
fix crossfeed on non-coldfire platforms and the simulator
Marcoen Hirschberg
2005-11-14
add crossfeed dsp effect. Makes some music more enjoyable with headphones.
Marcoen Hirschberg
2005-11-02
Automatically set clipping limits based on sample precision.
Thom Johansen
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
[next]