summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19Save a little space and only initialize the minimum for initial threads at st...Michael Sevakis
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-19Patches moved out from twiki.Björn Stenberg
2007-10-19APE codec: Further optimised filtering yields 3..4% speedup for -c2000 (now 1...Jens Arnold
2007-10-19Reverse some logic with Peterson's algorithm and cut an instruction. Make C-r...Michael Sevakis
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-19init spi and uart in the main buildJonathan Gordon
2007-10-18APE codec: Assembler optimised vector math routines for coldfire. -c2000 is n...Jens Arnold
2007-10-18Replace thumb-interwork-4.0.3.diff patch for arm-elf-gcc with rockbox-multili...Dave Chapman
2007-10-18Just fix a typo.Mustapha Senhaji
2007-10-18Bump version to 1.0.2 for new rbutil release.Dominik Riebeling
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-18slightly better touchpad driver. Still not brilliant, but the bootloader/debu...Jonathan Gordon
2007-10-18Make rockbox think we have a full battery untill this actually works, otherwi...Jonathan Gordon
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-18Some changes to the UART/button driver - reduce the number of interrupts - mo...Karl Kurbjun
2007-10-18PP502x: Get switch_thread back out of IRAM and devise a better core wakeup sy...Michael Sevakis
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
2007-10-18Fix a problem that caused stale pcm data to be played subsequent to aStéphane Doyon
2007-10-18Less stack hogging in the coldfire IDCT for mpegplayer. Speedup might or migh...Jens Arnold
2007-10-17Don't check for external rbutil.ini anymore -- doing so didn't gave a real be...Dominik Riebeling
2007-10-17Coldfire: Partially revert buffered writes, and enable them explicitly for th...Jens Arnold
2007-10-17Move some tables that aren't performance critical out of iram, const policeNils Wallménius
2007-10-17Remove some dead codeDave Chapman
2007-10-17Make a fix for the WMA seek to start bug that actually works...Thom Johansen
2007-10-17Add myself as maintainer for a couple of things.Barry Wardell
2007-10-17Mpegplayer: Assembler optimised motion compensation for coldfire (just the va...Jens Arnold
2007-10-17Get rid of special handling of 'The'; it's 100% language-specific and we need...Steve Bavin
2007-10-17Fix FS #7973. Hack a way to make skip to start of track work for WMA until we...Thom Johansen
2007-10-17Include Tracks in A to Z database search (FS#7983).Steve Bavin
2007-10-17Try to fix the non-working $ replacement.Jens Arnold
2007-10-17Add Karim Boucher for his initial work on the mpegplayer assembler IDCT for c...Jens Arnold
2007-10-17Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...Karl Kurbjun
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-17Fix core_sleep for targets that have not implemented it yetKarl Kurbjun
2007-10-17Mpegplayer: Convert the assembler optimised ARM IDCT into a proper assembler ...Jens Arnold
2007-10-17Apply Akio Idehara's fix for FS#7972 - Fix ARM's swp (xchg) inline assembly f...Michael Sevakis
2007-10-16Mpegplayer: Assembler optimised IDCT for coldfire, based on FS #5995 by Karim...Jens Arnold