summaryrefslogtreecommitdiff
path: root/lib/fixedpoint/fixedpoint.c (unfollow)
Commit message (Expand)Author
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis
2013-04-09Consolidate identical fixedpoint exp and ln functions.Michael Sevakis
2010-06-08Improve accuracy of NR-based fp_sqrt with better initial estimation and using...Michael Sevakis
2010-06-02FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...Michael Sevakis
2009-07-07 * FS#10411 - Fixed point math code is bloated by Jeffrey GoodeMaurus Cuelenaere
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-04pluginlib: made local functions in static and made sure that source files inc...Bertrik Sikken
2007-07-31vu_meter: Use the fixedpoint lib (moving flog there)Robert Keevil
2007-07-31plugins code cleanup : moved the duplicated fixed point table loockup based s...Kevin Ferrare
2007-02-05Kill a warning.Thom Johansen
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-12-10Beginnings of a fixed point math library for use in plugins. fsincos() only f...Jens Arnold