summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2007-10-22add PLA keys for mrobe, and dont bother compiling any plugins yetJonathan Gordon
2007-10-21Increase temp buffer size to fit more samples, put in simple safeguard to avo...Nils Wallménius
2007-10-21MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben...Stepan Moskovchenko
2007-10-21 FS#7997 - mpegplayer - enable/disable start menuRobert Kukla
2007-10-21Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold
2007-10-21Really tiny tweak to the coldfire idct. * Comment fix.Jens Arnold
2007-10-20Accept FS#7966 by Bertrik Sikken, correcting captions in playback control sub...Nils Wallménius
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-19Add the thread state check into test_codec as used in mpegplayer which makes ...Michael Sevakis
2007-10-19Chessbox: ported to c200, also simplify the tile size calculation (thanks to ...Marianne Arnold
2007-10-19Code police strike. Every line was padded with trailing space. Trim it.Michael Sevakis
2007-10-18Just fix a typo.Mustapha Senhaji
2007-10-18Clean out an unused struct member from the synthObject structNils Wallménius
2007-10-18Removed annoying 'Saving settings' splashBjörn Stenberg
2007-10-18Fix a warning in the simDave Chapman
2007-10-18Put some arrays used in the decoder into IRAM for a few percent speedup (main...Jens Arnold
2007-10-18Use the core codec thread's stack for the mpegplayer audio thread - this will...Dave Chapman
2007-10-18Less stack hogging in the coldfire IDCT for mpegplayer. Speedup might or migh...Jens Arnold
2007-10-17Move some tables that aren't performance critical out of iram, const policeNils Wallménius
2007-10-17Mpegplayer: Assembler optimised motion compensation for coldfire (just the va...Jens Arnold
2007-10-17Try to fix the non-working $ replacement.Jens Arnold
2007-10-17MIDI: Scale each instrument by a calibration value, since not all patches are...Stepan Moskovchenko
2007-10-17MIDI: Optimize the new pitch bending code for a small speedup.Stepan Moskovchenko
2007-10-17Mpegplayer: Convert the assembler optimised ARM IDCT into a proper assembler ...Jens Arnold
2007-10-16Mpegplayer: Assembler optimised IDCT for coldfire, based on FS #5995 by Karim...Jens Arnold
2007-10-16Mandelbrot: make increasing/decreasing iterations on X5/M5 actually usable (t...Marianne Arnold
2007-10-16Jewels: use 'Power' on M5/X5 to exit the plugin as in every other plugin. Men...Marianne Arnold
2007-10-16Blackjack: small improvement in the c200 buttonmap - use the volume buttons i...Marianne Arnold
2007-10-16Pong: small improvement in the c200 buttonmap; the left paddle is now control...Marianne Arnold
2007-10-16Fix yellowTom Ross
2007-10-16Code police and clean up for rockboy.Tom Ross
2007-10-16FS#7971 - mpegplayer - start menu loads quicker - menu clean up - code clean upRobert Kukla
2007-10-16Reenable icode in Rockboy for PP/Arm targets. Previously caused problems on N...Tom Ross
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
2007-10-15Fix warnings in test_fps.Jens Arnold
2007-10-15Enable star transition on all targets and prevent lcd partial updating of 0 a...Antoine Cellerier
2007-10-15Delay boosting and backlight on until after the menu selection is done. Fixes...Peter D'Hoye
2007-10-15Fix an improper file_exist check in zxbox.Michael Sevakis
2007-10-15use the list context in credits which has to be defined for every target Jonathan Gordon
2007-10-15Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis
2007-10-15MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ...Stepan Moskovchenko
2007-10-14Use the CLOCK_RATE define instead of 44100.Antoine Cellerier
2007-10-13Improved FPS test plugin: * Better precision for low frame rates (take extra ...Jens Arnold
2007-10-11Cosmetic change - change the "loading ..." splashes to "Loading...", as used ...Dave Chapman
2007-10-11FS#7931 - mpegplayer - resume on idle off - play files without start time of ...Robert Kukla
2007-10-11Accept FS #7933 by Mario Lang: bugfix in fireworks pluginPeter D'Hoye
2007-10-10Add the missing keymap for the c200, the plugin was compiled before but since...Marianne Arnold
2007-10-09fix yellow and some house cleaningRobert Kukla
2007-10-09FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla
2007-10-09Hopefully the last fix for crosscompilation of sims with mingw32.Nicolas Pennequin