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
2007-03-07
Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...
Thom Johansen
2007-03-07
Factor first order shelving filter code out for easier reuse and replace the ...
Thom Johansen
2007-02-28
SWCODEC: Patchup the short crossfade glitching reported for FLAC but seemed n...
Michael Sevakis
2007-02-27
Fix a problem when dithering mono audio. Left samples weren't being duplicate...
Michael Sevakis
2007-02-27
Fix old bug where applying a crossfeed direct gain of 0 dB would result in ne...
Thom Johansen
2007-02-27
Adapt ARM crossfeed assembler to work like the Coldfire one. Remove SWITCHPAR...
Thom Johansen
2007-02-27
crossfeed_data needn't be initialized for every target
Michael Sevakis
2007-02-27
SWCODEC: Tighten up coldfire assembly a little bit more. Cleanup to make diff...
Michael Sevakis
2007-02-26
SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...
Michael Sevakis
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-21
Fix broken conversion of 16 bit interleaved stereo to internal format.
Thom Johansen
2007-02-19
SWCODEC: DSP optimizations for conversion to internal format and resampling. ...
Michael Sevakis
2007-02-17
include stdbool.h to get the bool type and fix the build error
Daniel Stenberg
2007-02-17
build with -Wundef to make sure we have spelled the defines right in #if lines
Daniel Stenberg
2007-02-16
SWCODEC: Remove the last quirks when upsampling.
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-12-12
More static'ing, and a few fixes resulting from that.
Jens Arnold
2006-11-29
Fixed FS#6389 - Sound disappears after pitch change and jump to the start of ...
Michael Sevakis
2006-11-26
SWCODEC: Stop clicks between tracks when resampler is active by only switchin...
Michael Sevakis
2006-11-25
Fixed bug in dither_init that was causing the AIFF playback at sample rates o...
Michael Sevakis
2006-11-15
Make the updated %rg tag match playback behaviour (fall back to track gain if...
Magnus Holmgren
2006-10-27
Re-enable the currently unused and broken dithering and noise shaping code al...
Thom Johansen
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
[next]