summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* slightly better touchpad driver. Still not brilliant, but the bootloader/debu...Jonathan Gordon2007-10-18
* Make rockbox think we have a full battery untill this actually works, otherwi...Jonathan Gordon2007-10-18
* Fix a warning in the simDave Chapman2007-10-18
* Oversight in syncing on my end, sorry.Thom Johansen2007-10-18
* Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ...Thom Johansen2007-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
* Some changes to the UART/button driver - reduce the number of interrupts - mo...Karl Kurbjun2007-10-18
* PP502x: Get switch_thread back out of IRAM and devise a better core wakeup sy...Michael Sevakis2007-10-18
* Woops, movem.l needs other order.Thom Johansen2007-10-18
* Add Coldfire assembler for window and add function, yielding a nice speedup. ...Thom Johansen2007-10-18
* Fix a problem that caused stale pcm data to be played subsequent to aStéphane Doyon2007-10-18
* Less stack hogging in the coldfire IDCT for mpegplayer. Speedup might or migh...Jens Arnold2007-10-18
* Don't check for external rbutil.ini anymore -- doing so didn't gave a real be...Dominik Riebeling2007-10-17
* Coldfire: Partially revert buffered writes, and enable them explicitly for th...Jens Arnold2007-10-17
* Move some tables that aren't performance critical out of iram, const policeNils Wallménius2007-10-17
* Remove some dead codeDave Chapman2007-10-17
* Make a fix for the WMA seek to start bug that actually works...Thom Johansen2007-10-17
* Add myself as maintainer for a couple of things.Barry Wardell2007-10-17
* Mpegplayer: Assembler optimised motion compensation for coldfire (just the va...Jens Arnold2007-10-17
* Get rid of special handling of 'The'; it's 100% language-specific and we need...Steve Bavin2007-10-17
* Fix FS #7973. Hack a way to make skip to start of track work for WMA until we...Thom Johansen2007-10-17
* Include Tracks in A to Z database search (FS#7983).Steve Bavin2007-10-17
* Try to fix the non-working $ replacement.Jens Arnold2007-10-17
* Add Karim Boucher for his initial work on the mpegplayer assembler IDCT for c...Jens Arnold2007-10-17
* Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...Karl Kurbjun2007-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
* Fix core_sleep for targets that have not implemented it yetKarl Kurbjun2007-10-17
* Mpegplayer: Convert the assembler optimised ARM IDCT into a proper assembler ...Jens Arnold2007-10-17
* Apply Akio Idehara's fix for FS#7972 - Fix ARM's swp (xchg) inline assembly f...Michael Sevakis2007-10-17
* Mpegplayer: Assembler optimised IDCT for coldfire, based on FS #5995 by Karim...Jens Arnold2007-10-16
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* When portable installation is finished set progress value to 100%.Dominik Riebeling2007-10-16
* Mandelbrot: make increasing/decreasing iterations on X5/M5 actually usable (t...Marianne Arnold2007-10-16
* Updated italian translation.Alessio Lenzi2007-10-16
* Jewels: use 'Power' on M5/X5 to exit the plugin as in every other plugin. Men...Marianne Arnold2007-10-16
* Fix FS #7976. WMA metadata parser didn't store file size in metadata struct.Thom Johansen2007-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
* Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...Thom Johansen2007-10-16
* Fix wrong button displayed for returning from database building screen, close...Nils Wallménius2007-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
* Allow people to waste lots of memory and have 32000 tracks in a single playli...Steve Bavin2007-10-16
* Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell2007-10-16
* Disable highperf mode in the peakmeter for swcodec targets, as it makes no se...Jens Arnold2007-10-16
* Oops made a mistake that messed up test_and_set selection.Michael Sevakis2007-10-16
* Reenable icode in Rockboy for PP/Arm targets. Previously caused problems on N...Tom Ross2007-10-16