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.h
(
unfollow
)
Commit message (
Expand
)
Author
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
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2004-06-14
Fixed VC++ build.
Hardeep Sidhu
2003-02-07
Include File Cleanup And Move-Around Party 2003.
Daniel Stenberg
2002-10-10
Partition debug screen added, and jumped to when no fat32 partition is found ...
Björn Stenberg
2002-07-16
Allow LBA-less partitions
Björn Stenberg
2002-07-15
Added searching for FAT32 partition
Björn Stenberg
2002-05-30
Partition table is no longer global
Björn Stenberg
2002-05-03
Added disk/partition handling
Björn Stenberg
2002-04-18
Moved definition of TRUE and FALSE to types.h
Björn Stenberg
2002-04-17
proper #ifdef'ing around the file to prevent errors if multiply included
Daniel Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg