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.h
Age
Commit message (
Expand
)
Author
2007-03-07
Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...
Thom Johansen
2007-02-26
Add software based bass/treble controls for targets which have no such functi...
Thom Johansen
2007-02-24
SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...
Michael Sevakis
2007-02-19
SWCODEC: DSP optimizations for conversion to internal format and resampling. ...
Michael Sevakis
2007-02-15
Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ...
Thom Johansen
2007-02-10
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...
Michael Sevakis
2007-02-07
Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...
Michael Sevakis
2007-02-05
Optimise EQ coef calculation routines for both speed and size. Move now unnee...
Thom Johansen
2006-11-26
SWCODEC: Stop clicks between tracks when resampler is active by only switchin...
Michael Sevakis
2006-10-27
Re-enable the currently unused and broken dithering and noise shaping code al...
Thom Johansen
2006-08-30
Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.
Magnus Holmgren
2006-04-22
First commit of reworking voice to be mroe stable on swcodec
Brandon Low
2006-04-11
New crossfeed complete with no volume reducing bugs. Feedback on all the
Thom Johansen
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-21
Enabled channel configuration and stereo width option on software codec
Thom Johansen
2006-02-17
Reduce CPU usage while changing EQ by only updating the coefficients of the b...
Dan Everton
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
2005-11-28
Enabled playback speed adjustment support for H1x0. Modified the resampler to...
Thom Johansen
2005-11-18
More stable playback with reduced stuttering when skipping tracks.
Miika Pekkarinen
2005-11-14
add crossfeed dsp effect. Makes some music more enjoyable with headphones.
Marcoen Hirschberg
2005-09-21
DSP_* constants moved from playback.h to dsp.h.
Thom Johansen
2005-07-24
ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.
Magnus Holmgren
2005-07-16
Restructured DSP code for readability and speed. Simplified the API.
Magnus Holmgren
2005-07-06
Decreased pcm buffer low watermark when crossfade is not enabled.
Miika Pekkarinen
2005-06-26
Initial DSP implementation. DSP supports resampling audio stream from
Miika Pekkarinen