summaryrefslogtreecommitdiff
path: root/apps/plugins/fft (follow)
Commit message (Expand)AuthorAge
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis2010-06-04
* Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis2010-06-04
* More FFT fun: No point in computing and combining the 2nd FFT if it's just be...Michael Sevakis2010-06-03
* FFT plugin: Some speed regulation for too-fast targets. (50FPS)Michael Sevakis2010-06-03
* FFT plugin: give everything in the main file a nice 'static'-ing. Saves appro...Michael Sevakis2010-06-03
* FFT plugin: Use worker thread only on multiprocessor targets.Michael Sevakis2010-06-03
* FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectr...Michael Sevakis2010-06-02
* FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...Michael Sevakis2010-06-02
* fft: use long home button to exit on fuzeRafaël Carré2010-06-01
* fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré2010-05-18
* fft plugin: move const data into a c file and use no wider types than necessa...Nils Wallménius2010-05-17
* FFT plugin: The 64-bit sqrt function is no longer neededDelyan Kratunov2010-05-02
* FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov2010-05-02
* Add MPIO HD200 port - changed filesMarcin Bukat2010-04-26
* FFT plugin: init mutexMaurus Cuelenaere2010-02-28
* kiss_fftr appears to perform two real-valued ffts in parallel -- so feed it...Dave Hooper2010-02-22
* Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok2010-02-14
* fft: fix yellowTomer Shalev2010-02-12
* fft: fix redTomer Shalev2010-02-11
* fft plugin: add touchscreen key-mapping and enable plugin for touchscreen tar...Tomer Shalev2010-02-11
* New plugin: FFT, A frequency analyzer pluginFrank Gevaerts2010-02-10