summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-11-11Rearrange logic in the synthVoice loop to do less tests and remove need of a ...Nils Wallménius4-45/+43
2007-11-10Change the way the UART recieves data and how buttons pressed are processed. ...Karl Kurbjun1-1/+17
2007-11-07Get the user timer working properly consequentially fixing doom without a hack.Karl Kurbjun1-1/+1
2007-11-05MIDI: Make seeking neater by moving it into another file. Will be more useful...Stepan Moskovchenko3-62/+70
2007-11-03MIDI: Improve seeking (especially near the end of the file) by disabling play...Stepan Moskovchenko1-0/+6
2007-11-03Fix warnings.Stéphane Doyon3-3/+3
2007-11-03MIDI: Allow seeking forward and backward using the left/right keys. Currently...Stepan Moskovchenko5-8/+110
2007-11-02set the iriver h100 and h300 keys correctly (fix red)Jonathan Gordon1-6/+16
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun10-18/+114
2007-10-31Remove an unneeded #include - action.h is already included by plugin.hDave Chapman1-1/+0
2007-10-30Fix FS #8019, caused by memcpy() being called before "rb = api;". Be cautious...Thom Johansen1-79/+10
2007-10-28Mandelbrot: Don't update the display more often than 50 times per second on c...Jens Arnold1-5/+26
2007-10-26Fixed the Total being out of screen with huge fonts like ter-u32bKevin Ferrare1-2/+2
2007-10-26Fix starfield displaying stars in white on grayscale devices (they remain vis...Kevin Ferrare1-2/+2
2007-10-25enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usab...Jonathan Gordon6-1/+41
2007-10-25get the mrobe plugins running againJonathan Gordon1-1/+1
2007-10-23make the first bunch of plugins compile for the mrobe. an earlier commit brok...Jonathan Gordon12-2/+94
2007-10-23Fix vroken logic that _could_ lead to memory corruption though it was very un...Nils Wallménius1-4/+4
2007-10-22Re-enable robotfindskitten, that accidentally got lost in the previous commit...Marianne Arnold1-0/+1
2007-10-22Oops, forgot to add the two needed bitmaps...Marianne Arnold2-0/+0
2007-10-22Flipit for Sansa c200 and add the help text in the welcome screen for both Sa...Marianne Arnold3-5/+12
2007-10-22Phase in thread_wait when waiting for a thread to exit. Begin phasing out the...Michael Sevakis4-29/+28
2007-10-22add PLA keys for mrobe, and dont bother compiling any plugins yetJonathan Gordon3-2/+25
2007-10-21Increase temp buffer size to fit more samples, put in simple safeguard to avo...Nils Wallménius1-12/+16
2007-10-21MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben...Stepan Moskovchenko4-6/+47
2007-10-21 FS#7997 - mpegplayer - enable/disable start menuRobert Kukla4-10/+54
2007-10-21Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold2-8/+8
2007-10-21Really tiny tweak to the coldfire idct. * Comment fix.Jens Arnold1-5/+5
2007-10-20Accept FS#7966 by Bertrik Sikken, correcting captions in playback control sub...Nils Wallménius1-3/+3
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-7/+19
2007-10-19Add the thread state check into test_codec as used in mpegplayer which makes ...Michael Sevakis1-1/+6
2007-10-19Chessbox: ported to c200, also simplify the tile size calculation (thanks to ...Marianne Arnold6-32/+38
2007-10-19Code police strike. Every line was padded with trailing space. Trim it.Michael Sevakis1-298/+298
2007-10-18Just fix a typo.Mustapha Senhaji1-1/+1
2007-10-18Clean out an unused struct member from the synthObject structNils Wallménius3-8/+1
2007-10-18Removed annoying 'Saving settings' splashBjörn Stenberg1-2/+0
2007-10-18Fix a warning in the simDave Chapman1-2/+5
2007-10-18Put some arrays used in the decoder into IRAM for a few percent speedup (main...Jens Arnold1-22/+22
2007-10-18Use the core codec thread's stack for the mpegplayer audio thread - this will...Dave Chapman1-13/+52
2007-10-18Less stack hogging in the coldfire IDCT for mpegplayer. Speedup might or migh...Jens Arnold1-24/+23
2007-10-17Move some tables that aren't performance critical out of iram, const policeNils Wallménius1-3/+3
2007-10-17Mpegplayer: Assembler optimised motion compensation for coldfire (just the va...Jens Arnold3-3/+474
2007-10-17Try to fix the non-working $ replacement.Jens Arnold2-3/+3
2007-10-17MIDI: Scale each instrument by a calibration value, since not all patches are...Stepan Moskovchenko1-1/+24
2007-10-17MIDI: Optimize the new pitch bending code for a small speedup.Stepan Moskovchenko4-98/+27
2007-10-17Mpegplayer: Convert the assembler optimised ARM IDCT into a proper assembler ...Jens Arnold4-578/+472
2007-10-16Mpegplayer: Assembler optimised IDCT for coldfire, based on FS #5995 by Karim...Jens Arnold5-2/+611
2007-10-16Mandelbrot: make increasing/decreasing iterations on X5/M5 actually usable (t...Marianne Arnold1-44/+62
2007-10-16Jewels: use 'Power' on M5/X5 to exit the plugin as in every other plugin. Men...Marianne Arnold1-1/+1
2007-10-16Blackjack: small improvement in the c200 buttonmap - use the volume buttons i...Marianne Arnold1-5/+13