summaryrefslogtreecommitdiffstats
path: root/apps/plugins/fft
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-2/+2
2012-01-27application: Enable chipper and fft plugins.Thomas Martitz1-1/+1
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-0/+9
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-2/+2
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-0/+9
2011-10-02fuze+: add fft keymapAmaury Pouly1-0/+8
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-4/+9
2011-06-20Fix red in fft plugin.Thomas Martitz1-0/+2
2011-03-19FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.Nils Wallménius1-10/+10
2011-02-21FFT plugin: remove redundant NUM_CORES checks.Michael Sevakis1-4/+1
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-1/+1
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+8
2010-11-03Okay, this should be the last few "prevent red" fixes to beRobert Menes1-1/+1
2010-11-02More plugin keymaps for the GoGear HDD6330.Robert Menes1-0/+9
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-3/+3
2010-10-21Add plugin keymaps to fft for the GoGear SA9200.Robert Menes1-0/+9
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis1-2/+1
2010-06-04Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis1-55/+45
2010-06-03More FFT fun: No point in computing and combining the 2nd FFT if it's just be...Michael Sevakis1-38/+28
2010-06-03FFT plugin: Some speed regulation for too-fast targets. (50FPS)Michael Sevakis1-8/+20
2010-06-03FFT plugin: give everything in the main file a nice 'static'-ing. Saves appro...Michael Sevakis1-18/+18
2010-06-03FFT plugin: Use worker thread only on multiprocessor targets.Michael Sevakis1-68/+162
2010-06-02FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectr...Michael Sevakis1-2/+2
2010-06-02FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...Michael Sevakis4-782/+923
2010-06-01fft: use long home button to exit on fuzeRafaël Carré1-1/+1
2010-05-18fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré1-4/+0
2010-05-17fft plugin: move const data into a c file and use no wider types than necessa...Nils Wallménius3-2650/+2685
2010-05-02FFT plugin: The 64-bit sqrt function is no longer neededDelyan Kratunov1-13/+0
2010-05-02FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov3-23/+21
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+8
2010-02-28FFT plugin: init mutexMaurus Cuelenaere1-0/+2
2010-02-22kiss_fftr appears to perform two real-valued ffts in parallel -- so feed it...Dave Hooper1-0/+2
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok1-0/+8
2010-02-12fft: fix yellowTomer Shalev1-1/+14
2010-02-11fft: fix redTomer Shalev1-0/+9
2010-02-11fft plugin: add touchscreen key-mapping and enable plugin for touchscreen tar...Tomer Shalev1-0/+21
2010-02-10New plugin: FFT, A frequency analyzer pluginFrank Gevaerts11-0/+4793