summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-05-20pdbox: Got rid of signedness-related warningsWincent Balin1-3/+3
2010-05-20pdbox: Made size value signedWincent Balin1-3/+3
2010-05-20pdbox: Adjusted return values for functions read() and write()Wincent Balin2-5/+5
2010-05-19sudoku: remove commented out code.Teruaki Kawashima1-286/+0
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré9-25/+15
2010-05-18apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré1-7/+27
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré5-57/+43
2010-05-18fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré1-4/+0
2010-05-18mp3_encoder: fix a typo, put uninitialized variable in BSSRafaël Carré1-2/+2
2010-05-18Add memset/memcpy benches to test_mem pluginMarcin Bukat1-0/+40
2010-05-18mp3_encoder: reduce plugin binsizeRafaël Carré1-173/+130
2010-05-17plugins: reorder SOURCES conditions to be more readableRafaël Carré2-91/+123
2010-05-17Change default chip8 keymap on c200/m200/clip families to use up/down on the ...Torne Wuff1-2/+2
2010-05-17rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima1-7/+7
2010-05-17Simplify mpegplayer a bit and use array-based lists rather than linked lists ...Michael Sevakis10-278/+135
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-17rockboy: add a Clip keymapRafaël Carré1-0/+10
2010-05-17I think I intended a different expression.Michael Sevakis1-1/+1
2010-05-16How punny. Just one more whack-a-mole to get.Michael Sevakis1-1/+1
2010-05-16MPEGPlayer: reconceal the point punsMichael Sevakis3-13/+20
2010-05-16MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...Michael Sevakis5-76/+178
2010-05-15Fix alarmclock plugin time miscalculationRafaël Carré1-6/+13
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis1-0/+35
2010-05-15Fix yellow: missed a castJeffrey Goode1-1/+1
2010-05-15Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode4-19/+23
2010-05-14Make the sim buildable with mingw againFrank Gevaerts2-1/+2
2010-05-14Fix various size_t related warnings and errorsFrank Gevaerts4-11/+11
2010-05-14another cast ssize_t -> longRafaël Carré1-1/+1
2010-05-14Fix remaining reds/yellows.Thomas Martitz2-4/+11
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz2-2/+8
2010-05-14Give pitch_detector the IRAMming it deserves.Michael Sevakis1-12/+30
2010-05-14Cache align the pitch detector audiobuffer where needed. Some other misc. cha...Michael Sevakis1-1/+1
2010-05-14Fix LUA red and yellow.Michael Sevakis1-1/+2
2010-05-14Fix some sim warnings.Michael Sevakis1-4/+9
2010-05-14pitch_detector: Use continuous recording, even if the algorithm is too slow f...Michael Sevakis1-76/+92
2010-05-13FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keyboxNils Wallménius1-0/+1
2010-05-13fix pitch_detector: recording will stop itself if the callback returns <0Rafaël Carré1-1/+0
2010-05-10HD200 - add support for the device in greylibMarcin Bukat1-0/+21
2010-05-09Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...Andree Buschmann1-40/+121
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis1-7/+11
2010-05-07Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann1-3/+3
2010-05-07Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...Andree Buschmann1-8/+20
2010-05-07Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...Frank Gevaerts3-5/+5
2010-05-07Fix possible buffer overflowFrank Gevaerts1-4/+4
2010-05-07fix one more size_t/ssize_t misuseFrank Gevaerts1-5/+5
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts14-36/+42
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz1-1/+1
2010-05-07mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis1-320/+320
2010-05-07mpegplayer: make button timeout half the OSD update interval so that it updat...Michael Sevakis1-1/+12
2010-05-07Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...Michael Sevakis1-4/+32