summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2007-10-22add PLA keys for mrobe, and dont bother compiling any plugins yetJonathan Gordon
2007-10-21Change decoder struct dynamic array members to static arrays sized based on c...Thom Johansen
2007-10-21More M:Robe work including a fix to lcd-as-memframe for larger screens thanks...Karl Kurbjun
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-21Update french translation too.Mustapha Senhaji
2007-10-21FS#7987 Update finnish translation, by Jani Kinnunen.Mustapha Senhaji
2007-10-21allow simplelists to set the timeout and the start selection.Jonathan Gordon
2007-10-21Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold
2007-10-21Update german translation.Marianne Arnold
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen
2007-10-21Fixed warnings when logf is enabled.Miika Pekkarinen
2007-10-21convert the rockbox info screen to use the list. you need to move up/down in ...Jonathan Gordon
2007-10-21Really tiny tweak to the coldfire idct. * Comment fix.Jens Arnold
2007-10-21remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon
2007-10-21simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon
2007-10-21Voice the "Cancelled" splash in option_screen().Stéphane Doyon
2007-10-21From FS#7774: use list voice callback in menus.Stéphane Doyon
2007-10-21From FS#7774: use list voice callback in option selection (option_screen(()).Stéphane Doyon
2007-10-21Accept FS#7775: Use list voice callback in file browserStéphane Doyon
2007-10-21Accept FS#7774: Voice callback for gui_synclist.Stéphane Doyon
2007-10-21convert the open with screen to use the simplelist apiJonathan Gordon
2007-10-20Accept FS#7966 by Bertrik Sikken, correcting captions in playback control sub...Nils Wallménius
2007-10-20add a list API for simple lists which dont need lots of code to run.Jonathan Gordon
2007-10-19Shuffle some instructions around for that extra percent of performance. Fix a...Jens Arnold
2007-10-19APE codec: Assembler optimised predictor for coldfire. Heavily based on the a...Jens Arnold
2007-10-19Squish a warning.Thom Johansen
2007-10-19Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...Thom Johansen
2007-10-19Remove some Speex distribution test code we won't use.Thom Johansen
2007-10-19Mop up some yellow.Steve Bavin
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-19Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove s...Thom Johansen
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-19APE codec: Further optimised filtering yields 3..4% speedup for -c2000 (now 1...Jens Arnold
2007-10-19dirbrowse should return a GO_TO_* value, not false on error (fixes the proble...Jonathan Gordon
2007-10-19Code police strike. Every line was padded with trailing space. Trim it.Michael Sevakis
2007-10-19start of a working keymap for mrobe 500Jonathan Gordon
2007-10-18APE codec: Assembler optimised vector math routines for coldfire. -c2000 is n...Jens Arnold
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-18Oversight in syncing on my end, sorry.Thom Johansen
2007-10-18Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ...Thom Johansen
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-18Woops, movem.l needs other order.Thom Johansen
2007-10-18Add Coldfire assembler for window and add function, yielding a nice speedup. ...Thom Johansen