summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2010-05-15Fix yellow: missed a castJeffrey Goode
2010-05-15Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode
2010-05-14Make the sim buildable with mingw againFrank Gevaerts
2010-05-14Fix various size_t related warnings and errorsFrank Gevaerts
2010-05-14another cast ssize_t -> longRafaël Carré
2010-05-14Fix remaining reds/yellows.Thomas Martitz
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz
2010-05-14Give pitch_detector the IRAMming it deserves.Michael Sevakis
2010-05-14Cache align the pitch detector audiobuffer where needed. Some other misc. cha...Michael Sevakis
2010-05-14Fix LUA red and yellow.Michael Sevakis
2010-05-14Fix some sim warnings.Michael Sevakis
2010-05-14pitch_detector: Use continuous recording, even if the algorithm is too slow f...Michael Sevakis
2010-05-13FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keyboxNils Wallménius
2010-05-13fix pitch_detector: recording will stop itself if the callback returns <0Rafaël Carré
2010-05-10HD200 - add support for the device in greylibMarcin Bukat
2010-05-09Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...Andree Buschmann
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis
2010-05-07Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann
2010-05-07Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...Andree Buschmann
2010-05-07Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...Frank Gevaerts
2010-05-07Fix possible buffer overflowFrank Gevaerts
2010-05-07fix one more size_t/ssize_t misuseFrank Gevaerts
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz
2010-05-07mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis
2010-05-07mpegplayer: make button timeout half the OSD update interval so that it updat...Michael Sevakis
2010-05-07Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...Michael Sevakis
2010-05-06Fix last two yellowsFrank Gevaerts
2010-05-06Fix some size_t related warnings (hopefully, they seem system dependant).Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz
2010-05-02FFT plugin: The 64-bit sqrt function is no longer neededDelyan Kratunov
2010-05-02FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov
2010-05-02Test more possible alignments in the Write & Verify test. Some ata drivers ap...Jens Arnold
2010-05-02Improve motion compensation for ARM: * Use less registers in the simple copy ...Jens Arnold
2010-05-02Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...Jens Arnold
2010-05-02pdbox: Fixed loading of sound files, pdpod_drums.pd works now.Wincent Balin
2010-04-30HD200 - implement blit functionsMarcin Bukat
2010-04-27Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap.Marcin Bukat
2010-04-26Add MPIO HD200 port - binary filesMarcin Bukat
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2010-04-25Fix for some bogus code in png by Andrew Rodland, fixing a warning when compi...Nils Wallménius
2010-04-25Charcell: Fix spurious letter appearing between board and score display.Jens Arnold
2010-04-23Gigabeat S: Will run pacbox at 60fps. Set FPS accordingly.Michael Sevakis
2010-04-20Brickmania: Fix bogus firesTomer Shalev
2010-04-20Brickmania: Use defined constant instead of hard-coded valueTomer Shalev
2010-04-20Yet another try at fixing "FS#10959 - Brickmania - Ball disappears"Tomer Shalev
2010-04-20Brickmania: Fix flip delay was actually N+1 seconds (11 instead of 10)Tomer Shalev
2010-04-20Brickmania: No need to init these global variables, as they are set later onTomer Shalev