Age | Commit message (Expand) | Author |
---|---|---|
2018-08-25 | COMMON: Update RDFT and DCT cos/sin table constructor usage | David Fioramonti |
2018-05-10 | COMMON: Use nullptr instead of NULL or 0 where appropriate | Bastien Bouclet |
2014-06-02 | COMMON: Use float constants in DCT code. | Johannes Schickel |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-04-17 | COMMON: Update DCT & RDFT to avoid dynamic allocation of Sine/Cos Tables. | D G Turner |
2012-04-14 | COMMON: Replaced static Sine and Cosine tables with dynamic generated. | D G Turner |
2011-07-19 | COMMON: Fix some formatting | Matthew Hoops |
2011-07-19 | COMMON: Move cosine/sine tables out of header files | Matthew Hoops |
2011-07-02 | COMMON: Add DCT math code | Matthew Hoops |