index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
fft
/
fft.c
Age
Commit message (
Expand
)
Author
2011-12-24
Initial commit of the Samsung YP-R0 port.
Thomas Martitz
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
2011-11-16
Sandisk Sansa Connect port (FS #12363)
Tomasz Moń
2011-10-02
fuze+: add fft keymap
Amaury Pouly
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
2011-02-21
FFT plugin: remove redundant NUM_CORES checks.
Michael Sevakis
2011-01-24
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...
Teruaki Kawashima
2010-11-30
HD300 - plugins keymaps
Marcin Bukat
2010-11-03
Okay, this should be the last few "prevent red" fixes to be
Robert Menes
2010-11-02
More plugin keymaps for the GoGear HDD6330.
Robert Menes
2010-11-02
MPIO HD200: rename button defines to adhere how they are labeled on the device.
Marcin Bukat
2010-10-21
Add plugin keymaps to fft for the GoGear SA9200.
Robert Menes
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-06-04
Convert some more stuff to mylcd_ and support pgfx as well.
Michael Sevakis
2010-06-04
Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...
Michael Sevakis
2010-06-03
More FFT fun: No point in computing and combining the 2nd FFT if it's just be...
Michael Sevakis
2010-06-03
FFT plugin: Some speed regulation for too-fast targets. (50FPS)
Michael Sevakis
2010-06-03
FFT plugin: give everything in the main file a nice 'static'-ing. Saves appro...
Michael Sevakis
2010-06-03
FFT plugin: Use worker thread only on multiprocessor targets.
Michael Sevakis
2010-06-02
FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectr...
Michael Sevakis
2010-06-02
FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...
Michael Sevakis
2010-06-01
fft: use long home button to exit on fuze
Rafaël Carré
2010-05-18
fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1
Rafaël Carré
2010-05-02
FFT plugin: eliminate 64-bit math. This should result in faster and probably ...
Delyan Kratunov
2010-04-26
Add MPIO HD200 port - changed files
Marcin Bukat
2010-02-28
FFT plugin: init mutex
Maurus Cuelenaere
2010-02-22
kiss_fftr appears to perform two real-valued ffts in parallel -- so feed it...
Dave Hooper
2010-02-14
Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...
Szymon Dziok
2010-02-12
fft: fix yellow
Tomer Shalev
2010-02-11
fft: fix red
Tomer Shalev
2010-02-11
fft plugin: add touchscreen key-mapping and enable plugin for touchscreen tar...
Tomer Shalev
2010-02-10
New plugin: FFT, A frequency analyzer plugin
Frank Gevaerts