summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
* make the first bunch of plugins compile for the mrobe. an earlier commit brok...Jonathan Gordon2007-10-23
* Fix vroken logic that _could_ lead to memory corruption though it was very un...Nils Wallménius2007-10-23
* Re-enable robotfindskitten, that accidentally got lost in the previous commit...Marianne Arnold2007-10-22
* Oops, forgot to add the two needed bitmaps...Marianne Arnold2007-10-22
* Flipit for Sansa c200 and add the help text in the welcome screen for both Sa...Marianne Arnold2007-10-22
* Phase in thread_wait when waiting for a thread to exit. Begin phasing out the...Michael Sevakis2007-10-22
* add PLA keys for mrobe, and dont bother compiling any plugins yetJonathan Gordon2007-10-22
* Increase temp buffer size to fit more samples, put in simple safeguard to avo...Nils Wallménius2007-10-21
* MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben...Stepan Moskovchenko2007-10-21
* FS#7997 - mpegplayer - enable/disable start menuRobert Kukla2007-10-21
* Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold2007-10-21
* Really tiny tweak to the coldfire idct. * Comment fix.Jens Arnold2007-10-21
* Accept FS#7966 by Bertrik Sikken, correcting captions in playback control sub...Nils Wallménius2007-10-20
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Add the thread state check into test_codec as used in mpegplayer which makes ...Michael Sevakis2007-10-19
* Chessbox: ported to c200, also simplify the tile size calculation (thanks to ...Marianne Arnold2007-10-19
* Code police strike. Every line was padded with trailing space. Trim it.Michael Sevakis2007-10-19
* Just fix a typo.Mustapha Senhaji2007-10-18
* Clean out an unused struct member from the synthObject structNils Wallménius2007-10-18
* Removed annoying 'Saving settings' splashBjörn Stenberg2007-10-18
* Fix a warning in the simDave Chapman2007-10-18
* Put some arrays used in the decoder into IRAM for a few percent speedup (main...Jens Arnold2007-10-18
* Use the core codec thread's stack for the mpegplayer audio thread - this will...Dave Chapman2007-10-18
* Less stack hogging in the coldfire IDCT for mpegplayer. Speedup might or migh...Jens Arnold2007-10-18
* Move some tables that aren't performance critical out of iram, const policeNils Wallménius2007-10-17
* Mpegplayer: Assembler optimised motion compensation for coldfire (just the va...Jens Arnold2007-10-17
* Try to fix the non-working $ replacement.Jens Arnold2007-10-17
* MIDI: Scale each instrument by a calibration value, since not all patches are...Stepan Moskovchenko2007-10-17
* MIDI: Optimize the new pitch bending code for a small speedup.Stepan Moskovchenko2007-10-17
* Mpegplayer: Convert the assembler optimised ARM IDCT into a proper assembler ...Jens Arnold2007-10-17
* Mpegplayer: Assembler optimised IDCT for coldfire, based on FS #5995 by Karim...Jens Arnold2007-10-16
* Mandelbrot: make increasing/decreasing iterations on X5/M5 actually usable (t...Marianne Arnold2007-10-16
* Jewels: use 'Power' on M5/X5 to exit the plugin as in every other plugin. Men...Marianne Arnold2007-10-16
* Blackjack: small improvement in the c200 buttonmap - use the volume buttons i...Marianne Arnold2007-10-16
* Pong: small improvement in the c200 buttonmap; the left paddle is now control...Marianne Arnold2007-10-16
* Fix yellowTom Ross2007-10-16
* Code police and clean up for rockboy.Tom Ross2007-10-16
* FS#7971 - mpegplayer - start menu loads quicker - menu clean up - code clean upRobert Kukla2007-10-16
* Reenable icode in Rockboy for PP/Arm targets. Previously caused problems on N...Tom Ross2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Fix warnings in test_fps.Jens Arnold2007-10-15
* Enable star transition on all targets and prevent lcd partial updating of 0 a...Antoine Cellerier2007-10-15
* Delay boosting and backlight on until after the menu selection is done. Fixes...Peter D'Hoye2007-10-15
* Fix an improper file_exist check in zxbox.Michael Sevakis2007-10-15
* use the list context in credits which has to be defined for every target Jonathan Gordon2007-10-15
* Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis2007-10-15
* MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ...Stepan Moskovchenko2007-10-15
* Use the CLOCK_RATE define instead of 44100.Antoine Cellerier2007-10-14
* Improved FPS test plugin: * Better precision for low frame rates (take extra ...Jens Arnold2007-10-13
* Cosmetic change - change the "loading ..." splashes to "Loading...", as used ...Dave Chapman2007-10-11