index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
eq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
1
-268
/
+0
2011-05-18
Reduce FRACMUL calls in equalizer.
Andree Buschmann
1
-18
/
+25
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
1
-107
/
+13
2009-07-04
Revert "Consolidate all fixed point math routines in one library (FS#10400) b...
Maurus Cuelenaere
1
-1
/
+96
2009-07-04
Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...
Maurus Cuelenaere
1
-96
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
1
-1
/
+1
2007-03-07
Factor first order shelving filter code out for easier reuse and replace the ...
Thom Johansen
1
-53
/
+47
2007-02-26
Wrap filter_bishelf_coefs with HAVE_SW_TONE_CONTROLS to not waste bytes on ta...
Thom Johansen
1
-0
/
+2
2007-02-26
Add software based bass/treble controls for targets which have no such functi...
Thom Johansen
1
-4
/
+56
2007-02-05
Optimise EQ coef calculation routines for both speed and size. Move now unnee...
Thom Johansen
1
-114
/
+69
2006-12-12
More static'ing, and a few fixes resulting from that.
Jens Arnold
1
-2
/
+2
2006-10-18
Two more bits of precision for shelving EQ filters and some comment updates. ...
Thom Johansen
1
-55
/
+74
2006-04-11
New crossfeed complete with no volume reducing bugs. Feedback on all the
Thom Johansen
1
-0
/
+28
2006-03-23
Make EQ work on 64 bit sims again.
Thom Johansen
1
-1
/
+1
2006-03-23
Fix the inaccurate frequency setting problems of the EQ due to
Thom Johansen
1
-38
/
+96
2006-03-21
Further 64 bit related fixes. EQ should now work in AMD64 sim.
Thom Johansen
1
-9
/
+9
2006-03-19
Samples should always be 32 bit on all platforms, so change most
Thom Johansen
1
-1
/
+2
2006-03-09
C implementation of eq filter. Allows equalizer to be used in the simulator. ...
Dan Everton
1
-6
/
+22
2006-02-23
Erronous comment.
Thom Johansen
1
-2
/
+2
2006-02-07
Add Equalizer configuration to Sound Settings menu.
Dan Everton
1
-4
/
+4
2006-02-04
Committed a little too much
Linus Nielsen Feltzing
1
-4
/
+4
2006-02-04
The simulator should use the keypad period key, not the regular one
Linus Nielsen Feltzing
1
-4
/
+4
2006-02-02
More sane fixed point format for Q parameter.
Thom Johansen
1
-4
/
+4
2006-02-01
Enable ARM EQ support.
Thom Johansen
1
-1
/
+1
2006-01-29
Slight change of coef format. Removed erronous hard code of channel
Thom Johansen
1
-6
/
+8
2006-01-29
Initial multi-band EQ support for software codec platforms. Now go start
Thom Johansen
1
-0
/
+226