summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
* HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)Marcin Bukat2010-05-20
* pdbox: Rewrote recently added bugfixesWincent Balin2010-05-20
* pdbox: Got rid of signedness-related warningsWincent Balin2010-05-20
* pdbox: Made size value signedWincent Balin2010-05-20
* pdbox: Adjusted return values for functions read() and write()Wincent Balin2010-05-20
* sudoku: remove commented out code.Teruaki Kawashima2010-05-19
* Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré2010-05-18
* apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré2010-05-18
* plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré2010-05-18
* fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré2010-05-18
* mp3_encoder: fix a typo, put uninitialized variable in BSSRafaël Carré2010-05-18
* Add memset/memcpy benches to test_mem pluginMarcin Bukat2010-05-18
* mp3_encoder: reduce plugin binsizeRafaël Carré2010-05-18
* plugins: reorder SOURCES conditions to be more readableRafaël Carré2010-05-17
* Change default chip8 keymap on c200/m200/clip families to use up/down on the ...Torne Wuff2010-05-17
* rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima2010-05-17
* Simplify mpegplayer a bit and use array-based lists rather than linked lists ...Michael Sevakis2010-05-17
* fft plugin: move const data into a c file and use no wider types than necessa...Nils Wallménius2010-05-17
* rockboy: add a Clip keymapRafaël Carré2010-05-17
* I think I intended a different expression.Michael Sevakis2010-05-17
* How punny. Just one more whack-a-mole to get.Michael Sevakis2010-05-16
* MPEGPlayer: reconceal the point punsMichael Sevakis2010-05-16
* MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...Michael Sevakis2010-05-16
* Fix alarmclock plugin time miscalculationRafaël Carré2010-05-15
* Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis2010-05-15
* Fix yellow: missed a castJeffrey Goode2010-05-15
* Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode2010-05-15
* Make the sim buildable with mingw againFrank Gevaerts2010-05-14
* Fix various size_t related warnings and errorsFrank Gevaerts2010-05-14
* another cast ssize_t -> longRafaël Carré2010-05-14
* Fix remaining reds/yellows.Thomas Martitz2010-05-14
* Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz2010-05-14
* Give pitch_detector the IRAMming it deserves.Michael Sevakis2010-05-14
* Cache align the pitch detector audiobuffer where needed. Some other misc. cha...Michael Sevakis2010-05-14
* Fix LUA red and yellow.Michael Sevakis2010-05-14
* Fix some sim warnings.Michael Sevakis2010-05-14
* pitch_detector: Use continuous recording, even if the algorithm is too slow f...Michael Sevakis2010-05-14
* FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keyboxNils Wallménius2010-05-13
* fix pitch_detector: recording will stop itself if the callback returns <0Rafaël Carré2010-05-13
* HD200 - add support for the device in greylibMarcin Bukat2010-05-10
* Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...Andree Buschmann2010-05-09
* Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis2010-05-08
* Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann2010-05-07
* Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...Andree Buschmann2010-05-07
* Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...Frank Gevaerts2010-05-07
* Fix possible buffer overflowFrank Gevaerts2010-05-07
* fix one more size_t/ssize_t misuseFrank Gevaerts2010-05-07
* Fix size_t handling in plugin_get_buffer()Frank Gevaerts2010-05-07
* Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz2010-05-07
* mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis2010-05-07