index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
dsp.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Update equalizer precut value as it's adjusted.
Dan Everton
2006-03-28
*
Add precut setting for the equalizer and add some more comments to the eq men...
Dan Everton
2006-03-27
*
Fixed potential sample overflow in variable stereo width > 100% and karaoke m...
Jens Arnold
2006-03-26
*
Slightly clearer code in dsp_eq_update_data.
Dan Everton
2006-03-24
*
Keep assembler versions of DSP routines in dsp_arch.S files. This also
Thom Johansen
2006-03-23
*
Use size-correct casts. Fixes some AMD64 sim warnings.
Thom Johansen
2006-03-22
*
Enabled channel configuration and stereo width option on software codec
Thom Johansen
2006-03-21
*
Samples should always be 32 bit on all platforms, so change most
Thom Johansen
2006-03-19
*
Added a couple inline assembly functions for ARM targets. This just about
Dave Bryant
2006-03-04
*
Speed dsp gain up slightly mostly with better code order
Brandon Low
2006-02-20
*
Reduce CPU usage while changing EQ by only updating the coefficients of the b...
Dan Everton
2006-02-17
*
Use EMAC rounding mode in EQ coef calc for better precision.
Thom Johansen
2006-02-10
*
Quick fix for crossfeed on iPod. Still needs optimization, but at least no
Dave Bryant
2006-02-08
*
Rework PCM buffer
Brandon Low
2006-02-07
*
Add Equalizer configuration to Sound Settings menu.
Dan Everton
2006-02-07
*
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-04
*
No need for different name members in eq_data struct.
Thom Johansen
2006-02-02
*
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
2006-01-29
*
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-12-15
*
Playback speed commit broke mono resampling, this fixes it again.
Thom Johansen
2005-11-30
*
Enabled playback speed adjustment support for H1x0. Modified the resampler to...
Thom Johansen
2005-11-28
*
Replaygain support uses the accumulator extension bytss, so disable rounding....
Thom Johansen
2005-11-23
*
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-15
*
add crossfeed dsp effect. Makes some music more enjoyable with headphones.
Marcoen Hirschberg
2005-11-14
*
Automatically set clipping limits based on sample precision.
Thom Johansen
2005-11-02
*
Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...
Jens Arnold
2005-10-19
*
Iriver: Added new ReplayGain type: track gain if shuffle mode is active, albu...
Magnus Holmgren
2005-09-24
*
Adapted codecs and DSP system to having MACSR saved in thread context.
Thom Johansen
2005-09-07
*
Initial voice ui support for software codec platforms. Added also a
Miika Pekkarinen
2005-08-20
*
iriver: slightly faster replaygain processing and clipping.
Magnus Holmgren
2005-08-18
*
iriver: Do correct ReplayGain calculation. Fixes distortion problems (and low...
Magnus Holmgren
2005-08-17
*
Added pre-amp setting for files with ReplayGain information.
Magnus Holmgren
2005-08-11
*
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-08-10
*
Make simulator version of FRACMUL correct. Also corrected related comments.
Magnus Holmgren
2005-07-30
*
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-25
*
ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.
Magnus Holmgren
2005-07-24
*
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-18
*
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-16
*
(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...
Christi Scarborough
2005-07-05
*
Fixed mono playback support for mp3. Added two other event handlers in
Miika Pekkarinen
2005-07-02
[next]