summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-12FS#11708 - Major speedup of iPod nano 2G. Part 1: Loop unrolling and ↵Andree Buschmann1-11/+25
reduction of FIFO register polling. +50% for RGB, +34% for YUV. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28809 a1c6a512-1295-4272-9138-f99709370657
2010-12-12AMSv2: only switch sd cards to high speed mode for for v2 sd cards, just ↵Bertrik Sikken1-17/+20
like is done for AMSv1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28808 a1c6a512-1295-4272-9138-f99709370657
2010-12-12iPod Nano 2G: Correct clickwheel interrupt handler name, this time consistently.Michael Sparmann2-6/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28807 a1c6a512-1295-4272-9138-f99709370657
2010-12-12Fix bug introduced with r28800 (missing interrupt handler).Andree Buschmann1-3/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28806 a1c6a512-1295-4272-9138-f99709370657
2010-12-12Punctuation consistency, revert part of r27363.Mustapha Senhaji1-15/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28805 a1c6a512-1295-4272-9138-f99709370657
2010-12-12Merge the translation of too strings for a generic use.Mustapha Senhaji1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28804 a1c6a512-1295-4272-9138-f99709370657
2010-12-12Update the list of targets used on english.lang file.Mustapha Senhaji1-6/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28803 a1c6a512-1295-4272-9138-f99709370657
2010-12-12Really fix yellow this time, SVN only committed half of what I wanted...Michael Sparmann1-4/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28802 a1c6a512-1295-4272-9138-f99709370657
2010-12-12Fix yellow, already assign values for various S5L8702 definesMichael Sparmann1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28801 a1c6a512-1295-4272-9138-f99709370657
2010-12-12usb-s3c6400x.[ch], button-clickwheel.c: Move s5l8701-specific parts to where ↵Michael Sparmann4-322/+369
they belong, prepare for s5l8702 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28800 a1c6a512-1295-4272-9138-f99709370657
2010-12-11HD300 - further speedup of lcd_update() by utilizing DMA transfer when ↵Marcin Bukat1-2/+16
unboosted. The gain is 438 -> 728 fps @ 45MHz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28799 a1c6a512-1295-4272-9138-f99709370657
2010-12-11S5L870x LCD interface registers are 32 bit.Andree Buschmann1-11/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28798 a1c6a512-1295-4272-9138-f99709370657
2010-12-11HD300 - tweak lcd_update() (4-5% speedup)Marcin Bukat1-9/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28797 a1c6a512-1295-4272-9138-f99709370657
2010-12-11Fix the eogonek glyph in 14-Nimbus (the credit goes to the author of FS#11785)Alexander Levin1-3/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28796 a1c6a512-1295-4272-9138-f99709370657
2010-12-11Fix typo in comment.Andree Buschmann1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28795 a1c6a512-1295-4272-9138-f99709370657
2010-12-11iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ↵Andree Buschmann1-33/+1
implementation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28794 a1c6a512-1295-4272-9138-f99709370657
2010-12-11Set DRAM configuration for iPod nano 2G in crt0.sAndree Buschmann1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28793 a1c6a512-1295-4272-9138-f99709370657
2010-12-11Detail comment in timer configuration of S5L870x.Andree Buschmann1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28792 a1c6a512-1295-4272-9138-f99709370657
2010-12-11Derive clock and timer defines from frequency of external source.Andree Buschmann2-8/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28791 a1c6a512-1295-4272-9138-f99709370657
2010-12-11Commit small piece of FS#11748 by Michael Hohmuth. Disables database ↵Michael Giacomelli1-0/+2
specific fields if the database is not compiled in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28790 a1c6a512-1295-4272-9138-f99709370657
2010-12-11Commit FS#11776 by Jonas Haggqvist. Enables option to log building the ↵Michael Giacomelli2-0/+25
database in order to trouble shoot crashes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28789 a1c6a512-1295-4272-9138-f99709370657
2010-12-11Correct mistake in the RealMedia parser that prevented rejecting files with ↵Michael Giacomelli1-2/+5
unsupported codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28788 a1c6a512-1295-4272-9138-f99709370657
2010-12-10Restore correct launcher.png for mdpi that got accidentally overwritten.Thomas Martitz1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28787 a1c6a512-1295-4272-9138-f99709370657
2010-12-10Oops, unintended change slipped in.Thomas Martitz1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28786 a1c6a512-1295-4272-9138-f99709370657
2010-12-10Android: Rework notification and change icon sizes to better meet the ↵Thomas Martitz17-24/+222
systems' standard. The notification now announces the new track on track change, and the the area in the scrolled down notification area shows track infos (title, artist, album). Someone should check if it looks good on hdpi and ldpi screens as I can't verify it right now (emulator crashes). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28785 a1c6a512-1295-4272-9138-f99709370657
2010-12-10Android: Replace the java based tick timer implemented with a not as bloated ↵Thomas Martitz4-127/+63
and more accurate linux hrtimer based one. Further reduces idle cpu usage (0% on my phone but still 1-2% on a Samsung Galaxy S). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28784 a1c6a512-1295-4272-9138-f99709370657
2010-12-10Base voice thread stack size on DEFAULT_STACK_SIZE, it's otherwise likely to ↵Thomas Martitz1-1/+1
overflow on app targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28783 a1c6a512-1295-4272-9138-f99709370657
2010-12-10HD300 - do not handle scrollstrip events when hold is onMarcin Bukat1-18/+23
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28782 a1c6a512-1295-4272-9138-f99709370657
2010-12-09fix rbutil.ini entries for MPIOs as pointed out by Michael LeslieMarcin Bukat1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28781 a1c6a512-1295-4272-9138-f99709370657
2010-12-09MPIO HD200, HD300: Make USB bridge handling more correct (this doesn't solve ↵Marcin Bukat3-24/+20
problems with USB inside rockbox on HD300 unfortunately). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28780 a1c6a512-1295-4272-9138-f99709370657
2010-12-08Add MPIO HD300 to rbutil.iniMarcin Bukat1-0/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28779 a1c6a512-1295-4272-9138-f99709370657
2010-12-08RTC s35380a - remove unneeded header files includesMarcin Bukat1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28778 a1c6a512-1295-4272-9138-f99709370657
2010-12-08Fix a typo in a commentAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28777 a1c6a512-1295-4272-9138-f99709370657
2010-12-08Add Michael Leslie to CREDITS file for FS#11796Marcin Bukat1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28776 a1c6a512-1295-4272-9138-f99709370657
2010-12-08MPIO HD300 simulator. FS#11796 by Michael LeslieMarcin Bukat4-0/+91
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28775 a1c6a512-1295-4272-9138-f99709370657
2010-12-08libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, ↵Nils Wallménius5-15/+25
17546, 17547, 17555, 17572, bringing in various fixes and finally bringing our libtremor up to date, for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28773 a1c6a512-1295-4272-9138-f99709370657
2010-12-08RTC s35380a - cleanup and more commentsMarcin Bukat1-40/+78
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28772 a1c6a512-1295-4272-9138-f99709370657
2010-12-08libtremor: merge upstream revision 17539 and 17540 'Additional codebook ↵Nils Wallménius1-4/+16
validity checks.' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28771 a1c6a512-1295-4272-9138-f99709370657
2010-12-08libtremor: merge upstream revision 17538 'Fix decoder handling of floor0 ↵Nils Wallménius2-14/+19
when the LSP order is 1.' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28770 a1c6a512-1295-4272-9138-f99709370657
2010-12-08libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ↵Nils Wallménius1-6/+37
math overflow and correct types for some comparisons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28769 a1c6a512-1295-4272-9138-f99709370657
2010-12-08libtremor: merge upstream revision 17528-17530, more error checking and bug ↵Nils Wallménius5-26/+29
fixes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28768 a1c6a512-1295-4272-9138-f99709370657
2010-12-08libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist ↵Nils Wallménius1-1/+1
overflow in res0/1/2 unpacking.' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28767 a1c6a512-1295-4272-9138-f99709370657
2010-12-08libtremor: merge upstream revision 17526 and 17531, adding some more error ↵Nils Wallménius1-1/+13
checking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28766 a1c6a512-1295-4272-9138-f99709370657
2010-12-08more than just a number changed, retry that last commitJonathan Gordon1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28765 a1c6a512-1295-4272-9138-f99709370657
2010-12-08download the r5 NDK to go along with the configure change in r28755Jonathan Gordon1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28764 a1c6a512-1295-4272-9138-f99709370657
2010-12-07RTC s35380a - proper alarm supportMarcin Bukat1-73/+116
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28763 a1c6a512-1295-4272-9138-f99709370657
2010-12-07libtremor: merge upstream revision 17525 'Commit additional hardening to ↵Nils Wallménius4-19/+25
setup packet decode.' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28762 a1c6a512-1295-4272-9138-f99709370657
2010-12-07libtremor: merge upstream revision 17524 more sanity checking.Nils Wallménius1-4/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28761 a1c6a512-1295-4272-9138-f99709370657
2010-12-07libtremor: merge upstream revision 17522 and 17523 adding more sanity checking.Nils Wallménius2-5/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28760 a1c6a512-1295-4272-9138-f99709370657
2010-12-07libtremor: merge upstream revision 17520 and 17521 tweaking some of the ↵Nils Wallménius2-3/+8
recently introduced chaecks to not reject files made with buggy beta encoders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28759 a1c6a512-1295-4272-9138-f99709370657