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
/
plugins
/
lib
/
fixedpoint.h
(
unfollow
)
Commit message (
Expand
)
Author
2013-04-26
Make fixepoint.c as a shared library (libfixedpoint.a).
Michael Sevakis
2013-04-10
Move fixedpoint.h to be accessible in /firmware.
Michael Sevakis
2011-05-26
Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes ...
Michael Giacomelli
2010-06-02
FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...
Michael Sevakis
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-01-23
Fixed the problems on the new version of the fire plugin (so repush it), adde...
Kevin Ferrare
2008-01-22
Revert today's fire commits because it crashed all the targets I could test w...
Marianne Arnold
2008-01-22
Fire plugin : initializes palettes with a function instead of storing them in...
Kevin Ferrare
2007-07-31
vu_meter: Use the fixedpoint lib (moving flog there)
Robert Keevil
2007-07-31
plugins code cleanup : moved the duplicated fixed point table loockup based s...
Kevin Ferrare
2007-02-05
Optimise EQ coef calculation routines for both speed and size. Move now unnee...
Thom Johansen
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2006-12-10
Beginnings of a fixed point math library for use in plugins. fsincos() only f...
Jens Arnold
2003-01-10
Adapted player code for new Rocklatin character set.
Kjell Ericson
2002-10-08
Added new icons for .cfg and .txt files
Björn Stenberg
2002-09-24
Added a flag icon for language files.
Björn Stenberg
2002-09-03
Wrong order of icons
Linus Nielsen Feltzing
2002-09-03
New player directory with icons
Linus Nielsen Feltzing
2002-09-02
Renamed "wps.config" to "default.wps".
Björn Stenberg
2002-08-31
USB Related:
Justin Heiner
2002-08-30
Psyco Dedman's player progress-bar fix
Daniel Stenberg
2002-08-30
Moved display portions of wps.c into new file: wps-display.c
Björn Stenberg
2002-08-23
Remade the menu system slightly. All functions invoked from menus now use
Daniel Stenberg
2002-05-26
Sound settings
Björn Stenberg
2002-05-24
Proper declaration of show_splash and main_menu
Björn Stenberg
2002-05-13
Changing to C99 'bool' type
Björn Stenberg
2002-04-26
Simpler API and remove interrupt code
Björn Stenberg
2002-04-23
Moved driver to 'drivers' subdir
Björn Stenberg
2002-04-20
Fixed REG and REG_ADDR style macros
Björn Stenberg
2002-03-28
First version
Björn 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