1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. a36c8f1 pluginlib: made local functions in static and made sure that source files include their own header file. by Bertrik Sikken · 16 years ago
  3. 98e6073 vu_meter: Use the fixedpoint lib (moving flog there) by Robert Keevil · 17 years ago
  4. df4f56b plugins code cleanup : moved the duplicated fixed point table loockup based sinus/cosinus functions to fixedpoint.c, removed the bmp size definition in the clock.c|-(useless as the size is already defined in a .h generated with every bitmaps ...) by Kevin Ferrare · 17 years ago
  5. 5ba289b Kill a warning. by Thom Johansen · 18 years ago
  6. 5f48e15 Optimise EQ coef calculation routines for both speed and size. Move now unneeded fsqrt function to plugin fixed point library in case it'll be needed. Move all fixed point helper macros to dsp.h. Added FRACMUL_SHL macro to facilitate high-precision shifting of 64 bit multiplies and remove rounding from macsr in main thread to make this work as intended. by Thom Johansen · 18 years ago
  7. cf82512 Removed executable flag by Linus Nielsen Feltzing · 18 years ago
  8. f98fd72 Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c by Jens Arnold · 18 years ago