| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -cdplay: Created branch for experimental cd-player driver. [Ryan Holtz]cdplay | 2020-05-01 | 1 | -7/+9 | |
| | | |||||
| * | srcclean and manual cleanup (nw) | 2020-04-26 | 1 | -6/+6 | |
| | | |||||
| * | -vgm_visualizer: Added more spectrogram visualization modes. [Ryan Holtz] | 2020-04-08 | 1 | -60/+178 | |
| | | |||||
| * | vgm_visualizer.cpp: C++14's non-inline constexpr variables are problematic, ↵ | 2020-03-30 | 1 | -0/+2 | |
| | | | | | part 2020 (nw) | ||||
| * | -vgmplay: Fixed DC offset issue, and added more visualization modes. [Ryan ↵ | 2020-03-30 | 1 | -53/+182 | |
| | | | | | Holtz] | ||||
| * | -vgmplay: Added multiple spectrogram visualization modes. [Ryan Holtz] | 2020-03-28 | 1 | -5/+48 | |
| | | |||||
| * | (nw) It helps if you're using the same data types in both places (VGM | 2020-03-07 | 1 | -31/+31 | |
| | | | | | | | | | | | visualiser device and WDL FFT libarary). I changed the VGM visualiser to use single-precision float which is the default for WDL FFT. GCC's loop vectoriser can make better use of SSE with single-precision maths, and the extra precision shouldn't be needed for the visualisation. If this is a problem, let me know and I'll revert this and flip the WDL FFT library over the other way. | ||||
| * | Maintenance: | 2020-03-04 | 1 | -2/+4 | |
| | | | | | | | | * Removed empty nl_examples from dist.mak * Added copyright acknowledgements and full text of licenses to binary distribution * Fixed up the list of third-party libraries * Moved WDL fft.c to 3rdparty | ||||
| * | vgm_visualizer: Build fixes (nw) | 2020-03-01 | 1 | -1/+1 | |
| | | |||||
| * | -vgmplay: Added a visualizer. [Ryan Holtz, Justin Frankel] | 2020-03-01 | 1 | -0/+483 | |
