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
/
eq.c
Age
Commit message (
Expand
)
Author
2011-05-18
Reduce FRACMUL calls in equalizer.
Andree Buschmann
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
2009-07-04
Revert "Consolidate all fixed point math routines in one library (FS#10400) b...
Maurus Cuelenaere
2009-07-04
Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...
Maurus Cuelenaere
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-03-07
Factor first order shelving filter code out for easier reuse and replace the ...
Thom Johansen
2007-02-26
Wrap filter_bishelf_coefs with HAVE_SW_TONE_CONTROLS to not waste bytes on ta...
Thom Johansen
2007-02-26
Add software based bass/treble controls for targets which have no such functi...
Thom Johansen
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-10-18
Two more bits of precision for shelving EQ filters and some comment updates. ...
Thom Johansen
2006-04-11
New crossfeed complete with no volume reducing bugs. Feedback on all the
Thom Johansen
2006-03-23
Make EQ work on 64 bit sims again.
Thom Johansen
2006-03-23
Fix the inaccurate frequency setting problems of the EQ due to
Thom Johansen
2006-03-21
Further 64 bit related fixes. EQ should now work in AMD64 sim.
Thom Johansen
2006-03-19
Samples should always be 32 bit on all platforms, so change most
Thom Johansen
2006-03-09
C implementation of eq filter. Allows equalizer to be used in the simulator. ...
Dan Everton
2006-02-23
Erronous comment.
Thom Johansen
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
More sane fixed point format for Q parameter.
Thom Johansen
2006-02-01
Enable ARM EQ support.
Thom Johansen
2006-01-29
Slight change of coef format. Removed erronous hard code of channel
Thom Johansen
2006-01-29
Initial multi-band EQ support for software codec platforms. Now go start
Thom Johansen