index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
fft
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
New port: FiiO M3K
Solomon Peachy
1
-0
/
+9
2020-09-13
Xduoo X3 Add tree scrolling FS#13240, Emulate Multibutton presses
William Wilgus
1
-1
/
+1
2020-07-24
plugins: Fix the builds for targets lacking HAVE_BACKLIGHT
Solomon Peachy
1
-0
/
+4
2020-04-13
av300: Continue cleaning out keymaps.
Solomon Peachy
1
-10
/
+1
2020-04-06
xDuoo X3II and X20 port
Marcin Bukat
1
-0
/
+18
2019-01-02
Add Xuelin iHIFI 770/770C/800 support
Solomon Peachy
1
-0
/
+18
2018-07-28
Add cleaned-up xDuoo X3 support
Solomon Peachy
1
-0
/
+9
2018-06-12
Agptek Rocker: Build plugins
Marcin Bukat
1
-0
/
+9
2017-10-01
Replace fp_sqrt function with one that only uses shift, or and sub.
Michael Sevakis
1
-4
/
+4
2016-01-25
Replace SAMSUNG_YH920_PAD with YH92X
Sebastian Leonhardt
1
-1
/
+1
2014-09-18
Introducing Targets iBasso DX50 & iBasso DX90
Simon Rothen
1
-0
/
+5
2014-07-17
zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable plugins
Amaury Pouly
1
-0
/
+8
2014-07-17
keymaps: cleanup
Amaury Pouly
1
-7
/
+8
2014-06-30
Introduce plugin keymaps for the Sony NWZ Series
Nils Stec
1
-0
/
+9
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
1
-2
/
+6
2014-05-24
Separate keymaps for YH-820 and YH-920/925
Sebastian Leonhardt
1
-1
/
+2
2014-04-06
Complete Plugin Keymaps for Creative Zen X-Fi3
David Jilke
1
-0
/
+9
2013-04-26
Make fixepoint.c as a shared library (libfixedpoint.a).
Michael Sevakis
1
-1
/
+1
2013-02-21
Fix FS#12824 : Malfunctioning FFT plugin in Sansa Clip Zip
Michael Sevakis
1
-12
/
+11
2012-12-18
Adapt FFT plugin to use floating on-screen display.
Michael Sevakis
1
-583
/
+652
2012-11-21
Fuze+ demo plugin's keymaps upgrade
Jean-Louis Biasini
1
-2
/
+3
2012-04-19
hm801: Add support for plugins.
Andrew Ryabinin
1
-0
/
+9
2012-04-19
hm60x: Add support for plugins.
Andrew Ryabinin
1
-0
/
+9
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
1
-2
/
+2
2012-01-27
application: Enable chipper and fft plugins.
Thomas Martitz
1
-1
/
+1
2011-12-24
Initial commit of the Samsung YP-R0 port.
Thomas Martitz
1
-0
/
+9
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
1
-2
/
+2
2011-11-16
Sandisk Sansa Connect port (FS #12363)
Tomasz Moń
1
-0
/
+9
2011-10-02
fuze+: add fft keymap
Amaury Pouly
1
-0
/
+8
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
1
-4
/
+9
2011-06-20
Fix red in fft plugin.
Thomas Martitz
1
-0
/
+2
2011-03-19
FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.
Nils Wallménius
1
-10
/
+10
2011-02-21
FFT plugin: remove redundant NUM_CORES checks.
Michael Sevakis
1
-4
/
+1
2011-01-24
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...
Teruaki Kawashima
1
-1
/
+1
2010-11-30
HD300 - plugins keymaps
Marcin Bukat
1
-0
/
+8
2010-11-03
Okay, this should be the last few "prevent red" fixes to be
Robert Menes
1
-1
/
+1
2010-11-02
More plugin keymaps for the GoGear HDD6330.
Robert Menes
1
-0
/
+9
2010-11-02
MPIO HD200: rename button defines to adhere how they are labeled on the device.
Marcin Bukat
1
-3
/
+3
2010-10-21
Add plugin keymaps to fft for the GoGear SA9200.
Robert Menes
1
-0
/
+9
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-06-04
Convert some more stuff to mylcd_ and support pgfx as well.
Michael Sevakis
1
-2
/
+1
2010-06-04
Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...
Michael Sevakis
1
-55
/
+45
2010-06-03
More FFT fun: No point in computing and combining the 2nd FFT if it's just be...
Michael Sevakis
1
-38
/
+28
2010-06-03
FFT plugin: Some speed regulation for too-fast targets. (50FPS)
Michael Sevakis
1
-8
/
+20
2010-06-03
FFT plugin: give everything in the main file a nice 'static'-ing. Saves appro...
Michael Sevakis
1
-18
/
+18
2010-06-03
FFT plugin: Use worker thread only on multiprocessor targets.
Michael Sevakis
1
-68
/
+162
2010-06-02
FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectr...
Michael Sevakis
1
-2
/
+2
2010-06-02
FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...
Michael Sevakis
4
-782
/
+923
[next]