summaryrefslogtreecommitdiffstats
path: root/apps/plugins/fft
AgeCommit message (Expand)AuthorFilesLines
2020-10-11New port: AIGO EROS Q / EROS KSolomon Peachy1-24/+15
2020-10-09New port: FiiO M3KSolomon Peachy1-0/+9
2020-09-13Xduoo X3 Add tree scrolling FS#13240, Emulate Multibutton pressesWilliam Wilgus1-1/+1
2020-07-24plugins: Fix the builds for targets lacking HAVE_BACKLIGHTSolomon Peachy1-0/+4
2020-04-13av300: Continue cleaning out keymaps.Solomon Peachy1-10/+1
2020-04-06xDuoo X3II and X20 portMarcin Bukat1-0/+18
2019-01-02Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy1-0/+18
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-0/+9
2018-06-12Agptek Rocker: Build pluginsMarcin Bukat1-0/+9
2017-10-01Replace fp_sqrt function with one that only uses shift, or and sub.Michael Sevakis1-4/+4
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt1-1/+1
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-0/+5
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly1-0/+8
2014-07-17keymaps: cleanupAmaury Pouly1-7/+8
2014-06-30Introduce plugin keymaps for the Sony NWZ SeriesNils Stec1-0/+9
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz1-2/+6
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-1/+2
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke1-0/+9
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis1-1/+1
2013-02-21Fix FS#12824 : Malfunctioning FFT plugin in Sansa Clip ZipMichael Sevakis1-12/+11
2012-12-18Adapt FFT plugin to use floating on-screen display.Michael Sevakis1-583/+652
2012-11-21Fuze+ demo plugin's keymaps upgradeJean-Louis Biasini1-2/+3
2012-04-19hm801: Add support for plugins.Andrew Ryabinin1-0/+9
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin1-0/+9
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