summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Get rid of yellow plus an optimization I should have seen in the first place.Michael Sevakis2007-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13794 a1c6a512-1295-4272-9138-f99709370657
* Oops...that wasn't suppose to get left there. :PMichael Sevakis2007-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13793 a1c6a512-1295-4272-9138-f99709370657
* Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis2007-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13792 a1c6a512-1295-4272-9138-f99709370657
* OoopsDave Chapman2007-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13791 a1c6a512-1295-4272-9138-f99709370657
* Add tag parsing to the ASF metadata parser. TODO: 1) Stress test to ensure ↵Dave Chapman2007-07-04
| | | | | | it deals correctly with very long tags and the id3v2/v2 buffers becoming full. 2) Review the entire parser and attempt to reduce the binary size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13790 a1c6a512-1295-4272-9138-f99709370657
* Yet more dead code removalDave Chapman2007-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13789 a1c6a512-1295-4272-9138-f99709370657
* Remove some unused codeDave Chapman2007-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13788 a1c6a512-1295-4272-9138-f99709370657
* Assemblerised CMUL() for ARM, giving ~20% speedup.Jens Arnold2007-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13787 a1c6a512-1295-4272-9138-f99709370657
* Attempt #2Michael Giacomelli2007-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13786 a1c6a512-1295-4272-9138-f99709370657
* Opps fix static ASM function on coldfireMichael Giacomelli2007-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13785 a1c6a512-1295-4272-9138-f99709370657
* Code clean up: Move fixed point functions into their own files. Move ↵Michael Giacomelli2007-07-04
| | | | | | various lookup tables into header files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13784 a1c6a512-1295-4272-9138-f99709370657
* Shorten the coldfire fixmul32() by 2 instructions and use one register less. ↵Jens Arnold2007-07-04
| | | | | | Smaller code, but practically no speed change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13783 a1c6a512-1295-4272-9138-f99709370657
* Remove tabs (I wonder why Anjuta decided to insert them there)Peter D'Hoye2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13782 a1c6a512-1295-4272-9138-f99709370657
* Use splashes for errors in the properties pluginPeter D'Hoye2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13781 a1c6a512-1295-4272-9138-f99709370657
* File/Dir properties should at least print an error message when something ↵Peter D'Hoye2007-07-03
| | | | | | goes wrong git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13780 a1c6a512-1295-4272-9138-f99709370657
* Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots ↵Thom Johansen2007-07-03
| | | | | | closer to realtime on those targets now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13779 a1c6a512-1295-4272-9138-f99709370657
* Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ↵Peter D'Hoye2007-07-03
| | | | | | main menu. Also changes a small naming inconsistency. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13778 a1c6a512-1295-4272-9138-f99709370657
* Increase filetypes array to make room for our latest supported audioformatPeter D'Hoye2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13777 a1c6a512-1295-4272-9138-f99709370657
* Fix serious bug in FAT filename check, preventing most files from being ↵Magnus Holmgren2007-07-03
| | | | | | created (if they contain a '.', no less). Also allow a few more chars in the long filename and make the code a bit smaller (as in FS #6358). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13776 a1c6a512-1295-4272-9138-f99709370657
* Updated Italian translation (FS#7389)Jonathan Gordon2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13775 a1c6a512-1295-4272-9138-f99709370657
* The WMA decoder crashes when attempting to decode files encoded at less than ↵Dave Chapman2007-07-03
| | | | | | 32kbps, so reject them at the metadata parsing stage. Current SVN ffmpeg can decode these files, so hopefully this can be fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13774 a1c6a512-1295-4272-9138-f99709370657
* Add .wmv and .asf as supported filetypes for the WMA codecDave Chapman2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13773 a1c6a512-1295-4272-9138-f99709370657
* Oops, this change shouldn't have been committedDave Chapman2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13772 a1c6a512-1295-4272-9138-f99709370657
* WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, ↵Dave Chapman2007-07-03
| | | | | | and add new files to apps/FILES git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13771 a1c6a512-1295-4272-9138-f99709370657
* Proper filename checking in the FAT driver (FS#7222 and FS#6358)Jonathan Gordon2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13770 a1c6a512-1295-4272-9138-f99709370657
* Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ↵Dave Chapman2007-07-03
| | | | | | fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13769 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#7387 - trying to go into the file browser when the last folder was on ↵Jonathan Gordon2007-07-03
| | | | | | the MMC/mSD card (which was removed) would go into an infinite loop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13768 a1c6a512-1295-4272-9138-f99709370657
* More PP502x clock setup rework. This should fix the freezes on PP5020 once ↵Jens Arnold2007-07-03
| | | | | | and for all. Enabled clock scaling for H10. * CPUFREQ_MAX changed to 78MHz * To be cleaned up soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13767 a1c6a512-1295-4272-9138-f99709370657
* Remove useless #ifdef, specify maximum field width for strings in the ↵Nils Wallménius2007-07-02
| | | | | | snprintf() call git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13766 a1c6a512-1295-4272-9138-f99709370657
* H1x0: Increase delay during button reads. Hopefully fixes the scroll down ↵Magnus Holmgren2007-07-02
| | | | | | problem (see forum thread 11081.0). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13765 a1c6a512-1295-4272-9138-f99709370657
* Ooops.Jens Arnold2007-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13764 a1c6a512-1295-4272-9138-f99709370657
* Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register ↵Jens Arnold2007-07-02
| | | | | | compatible here, so define the PP5022 targets properly, and introduce a CPU_PP502x macro for easier family check. Improves stability on PP5020 (less freezing, tested with Mini G1) and reduces clock change penalty (500us on PP5020; uses the relock bit on PP5022). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13763 a1c6a512-1295-4272-9138-f99709370657
* Gra, i really need to get some sleep.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13762 a1c6a512-1295-4272-9138-f99709370657
* Add repeat for the alt buttons too.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13761 a1c6a512-1295-4272-9138-f99709370657
* Oops.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13760 a1c6a512-1295-4272-9138-f99709370657
* control imporvements for iPod by DerPapst.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13759 a1c6a512-1295-4272-9138-f99709370657
* Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs.Antoine Cellerier2007-07-01
| | | | | | | + some changes that will be needed for more advanced AIs (which aren't ready to commit yet) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13758 a1c6a512-1295-4272-9138-f99709370657
* Really implement the simple strategy from hinversi.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13757 a1c6a512-1295-4272-9138-f99709370657
* Vorbis: Apply various bugfixes from upstream Tremor.Magnus Holmgren2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13756 a1c6a512-1295-4272-9138-f99709370657
* Implement 2 simple AIs for reversi:Antoine Cellerier2007-07-01
| | | | | | | | | * naive: plays random moves * simple: plays highest score move (Even though it's named simple i can't beat it :/) More AIs are yet to come (I'll be using those in hinversi). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13755 a1c6a512-1295-4272-9138-f99709370657
* move handling of shared manuals (like h100 series) to a new setting in ↵Dominik Riebeling2007-07-01
| | | | | | rbutil.ini instead of a hardcoded list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13754 a1c6a512-1295-4272-9138-f99709370657
* "Set Time/Date" screen.Nils Wallménius2007-07-01
| | | | | | | | * Make selection drawn in reversed fg/bg colors. * Clean up code to make it more readable and drop binsize a bit too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13753 a1c6a512-1295-4272-9138-f99709370657
* Rename playback.text to the less confusing name browsing_and_playing.tex (as ↵Nils Wallménius2007-07-01
| | | | | | that is the name of the chapter) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13752 a1c6a512-1295-4272-9138-f99709370657
* Include virtual keyboard button table in sansa manualsNils Wallménius2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13751 a1c6a512-1295-4272-9138-f99709370657
* include everything in the docs dir in tarballsNils Wallménius2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13750 a1c6a512-1295-4272-9138-f99709370657
* Starfield background should be black (this code from r11605 didn't make it ↵Antoine Cellerier2007-06-30
| | | | | | past r13075). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13749 a1c6a512-1295-4272-9138-f99709370657
* Oops. Should fix compilation errors / warnings.Antoine Cellerier2007-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13748 a1c6a512-1295-4272-9138-f99709370657
* Add possibility to use colors in starfield plugin using Play/Select. Based ↵Antoine Cellerier2007-06-30
| | | | | | on idea by Nathan Hand in FS #2834. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13747 a1c6a512-1295-4272-9138-f99709370657
* Fix X5/M5 compilation.Antoine Cellerier2007-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13746 a1c6a512-1295-4272-9138-f99709370657
* FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by ↵Antoine Cellerier2007-06-30
| | | | | | me to make it compile due to the menu api change and compile for e200. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13745 a1c6a512-1295-4272-9138-f99709370657