summaryrefslogtreecommitdiff
path: root/apps/plugins/fft/fft.c
AgeCommit message (Expand)Author
2017-10-01Replace fp_sqrt function with one that only uses shift, or and sub.Michael Sevakis
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly
2014-07-17keymaps: cleanupAmaury Pouly
2014-06-30Introduce plugin keymaps for the Sony NWZ SeriesNils Stec
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke
2013-02-21Fix FS#12824 : Malfunctioning FFT plugin in Sansa Clip ZipMichael Sevakis
2012-12-18Adapt FFT plugin to use floating on-screen display.Michael Sevakis
2012-11-21Fuze+ demo plugin's keymaps upgradeJean-Louis Biasini
2012-04-19hm801: Add support for plugins.Andrew Ryabinin
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2012-01-27application: Enable chipper and fft plugins.Thomas Martitz
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń
2011-10-02fuze+: add fft keymapAmaury Pouly
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-02-21FFT 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-30HD300 - plugins keymapsMarcin Bukat
2010-11-03Okay, this should be the last few "prevent red" fixes to beRobert Menes
2010-11-02More plugin keymaps for the GoGear HDD6330.Robert Menes
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat
2010-10-21Add plugin keymaps to fft for the GoGear SA9200.Robert Menes
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis
2010-06-04Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis
2010-06-03More FFT fun: No point in computing and combining the 2nd FFT if it's just be...Michael Sevakis
2010-06-03FFT plugin: Some speed regulation for too-fast targets. (50FPS)Michael Sevakis
2010-06-03FFT plugin: give everything in the main file a nice 'static'-ing. Saves appro...Michael Sevakis
2010-06-03FFT plugin: Use worker thread only on multiprocessor targets.Michael Sevakis
2010-06-02FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectr...Michael Sevakis
2010-06-02FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...Michael Sevakis
2010-06-01fft: use long home button to exit on fuzeRafaël Carré
2010-05-18fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré
2010-05-02FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2010-02-28FFT plugin: init mutexMaurus Cuelenaere
2010-02-22kiss_fftr appears to perform two real-valued ffts in parallel -- so feed it...Dave Hooper
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok
2010-02-12fft: fix yellowTomer Shalev
2010-02-11fft: fix redTomer Shalev
2010-02-11fft plugin: add touchscreen key-mapping and enable plugin for touchscreen tar...Tomer Shalev
2010-02-10New plugin: FFT, A frequency analyzer pluginFrank Gevaerts