Age | Commit message (Expand) | Author |
2007-10-22 | add PLA keys for mrobe, and dont bother compiling any plugins yet | Jonathan Gordon |
2007-10-21 | Change decoder struct dynamic array members to static arrays sized based on c... | Thom Johansen |
2007-10-21 | More M:Robe work including a fix to lcd-as-memframe for larger screens thanks... | Karl Kurbjun |
2007-10-21 | Increase temp buffer size to fit more samples, put in simple safeguard to avo... | Nils Wallménius |
2007-10-21 | MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben... | Stepan Moskovchenko |
2007-10-21 | FS#7997 - mpegplayer - enable/disable start menu | Robert Kukla |
2007-10-21 | Update french translation too. | Mustapha Senhaji |
2007-10-21 | FS#7987 Update finnish translation, by Jani Kinnunen. | Mustapha Senhaji |
2007-10-21 | allow simplelists to set the timeout and the start selection. | Jonathan Gordon |
2007-10-21 | Implement YUV dithering for c200, and enable the option in mpegplayer. | Jens Arnold |
2007-10-21 | Update german translation. | Marianne Arnold |
2007-10-21 | Fixed debug menu crashing. Show last file processed by tagcache engine in deb... | Miika Pekkarinen |
2007-10-21 | Fixed warnings when logf is enabled. | Miika Pekkarinen |
2007-10-21 | convert the rockbox info screen to use the list. you need to move up/down in ... | Jonathan Gordon |
2007-10-21 | Really tiny tweak to the coldfire idct. * Comment fix. | Jens Arnold |
2007-10-21 | remove the seelection_size param from the info init call to hopefully decreas... | Jonathan Gordon |
2007-10-21 | simplify the simpelist api slightly so not every struct member needs to be in... | Jonathan Gordon |
2007-10-21 | Voice the "Cancelled" splash in option_screen(). | Stéphane Doyon |
2007-10-21 | From FS#7774: use list voice callback in menus. | Stéphane Doyon |
2007-10-21 | From FS#7774: use list voice callback in option selection (option_screen(()). | Stéphane Doyon |
2007-10-21 | Accept FS#7775: Use list voice callback in file browser | Stéphane Doyon |
2007-10-21 | Accept FS#7774: Voice callback for gui_synclist. | Stéphane Doyon |
2007-10-21 | convert the open with screen to use the simplelist api | Jonathan Gordon |
2007-10-20 | Accept FS#7966 by Bertrik Sikken, correcting captions in playback control sub... | Nils Wallménius |
2007-10-20 | add a list API for simple lists which dont need lots of code to run. | Jonathan Gordon |
2007-10-19 | Shuffle some instructions around for that extra percent of performance. Fix a... | Jens Arnold |
2007-10-19 | APE codec: Assembler optimised predictor for coldfire. Heavily based on the a... | Jens Arnold |
2007-10-19 | Squish a warning. | Thom Johansen |
2007-10-19 | Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr... | Thom Johansen |
2007-10-19 | Remove some Speex distribution test code we won't use. | Thom Johansen |
2007-10-19 | Mop up some yellow. | Steve Bavin |
2007-10-19 | FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just... | Steve Bavin |
2007-10-19 | Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove s... | Thom Johansen |
2007-10-19 | Add the thread state check into test_codec as used in mpegplayer which makes ... | Michael Sevakis |
2007-10-19 | Chessbox: ported to c200, also simplify the tile size calculation (thanks to ... | Marianne Arnold |
2007-10-19 | APE codec: Further optimised filtering yields 3..4% speedup for -c2000 (now 1... | Jens Arnold |
2007-10-19 | dirbrowse should return a GO_TO_* value, not false on error (fixes the proble... | Jonathan Gordon |
2007-10-19 | Code police strike. Every line was padded with trailing space. Trim it. | Michael Sevakis |
2007-10-19 | start of a working keymap for mrobe 500 | Jonathan Gordon |
2007-10-18 | APE codec: Assembler optimised vector math routines for coldfire. -c2000 is n... | Jens Arnold |
2007-10-18 | Just fix a typo. | Mustapha Senhaji |
2007-10-18 | Clean out an unused struct member from the synthObject struct | Nils Wallménius |
2007-10-18 | Removed annoying 'Saving settings' splash | Björn Stenberg |
2007-10-18 | Fix a warning in the sim | Dave Chapman |
2007-10-18 | Oversight in syncing on my end, sorry. | Thom Johansen |
2007-10-18 | Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ... | Thom Johansen |
2007-10-18 | Put some arrays used in the decoder into IRAM for a few percent speedup (main... | Jens Arnold |
2007-10-18 | Use the core codec thread's stack for the mpegplayer audio thread - this will... | Dave Chapman |
2007-10-18 | Woops, movem.l needs other order. | Thom Johansen |
2007-10-18 | Add Coldfire assembler for window and add function, yielding a nice speedup. ... | Thom Johansen |