summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-01sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to ↵Amaury Pouly1-1/+1
entry point... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28718 a1c6a512-1295-4272-9138-f99709370657
2010-12-01sbinfo: first try at creating an elf file out of the .sb messAmaury Pouly4-4/+361
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28717 a1c6a512-1295-4272-9138-f99709370657
2010-12-01codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz ↵Nils Wallménius2-0/+207
speedup with gcc 3.4, larger 0.6-0.8MHz speedup with gcc 4.4/4.5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28716 a1c6a512-1295-4272-9138-f99709370657
2010-12-01Add HD300 button defines for system_exception_wait()Marcin Bukat1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28715 a1c6a512-1295-4272-9138-f99709370657
2010-11-30Very small code shuffle to maybe make parseing %if() a smidgen fasterJonathan Gordon1-8/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28714 a1c6a512-1295-4272-9138-f99709370657
2010-11-30HD300 - greylib callibration data (taken from iAudio M5 - works well)Marcin Bukat1-0/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28713 a1c6a512-1295-4272-9138-f99709370657
2010-11-30HD300 - plugins keymapsMarcin Bukat62-1/+547
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28712 a1c6a512-1295-4272-9138-f99709370657
2010-11-29RTC s35380a - fix initialization.Marcin Bukat1-9/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28711 a1c6a512-1295-4272-9138-f99709370657
2010-11-29ARM9 optimized synth_full for libmad. Speeds up mp3 decoding by an even 2 ↵Michael Giacomelli1-88/+94
MHz on all ARM9 and later devices. Note this is only optimized for arm9 (non-E), although it is faster on later devices. An arm9E/11 version will be needed for optimal performance on newer devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28710 a1c6a512-1295-4272-9138-f99709370657
2010-11-29sbinfo: add a file containing key used to encrypt the Fuze+ firmware (it ↵Amaury Pouly1-0/+1
uses the zero key) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28709 a1c6a512-1295-4272-9138-f99709370657
2010-11-29sbinfo: add full support for various kind of cryptographic checksAmaury Pouly7-87/+432
- now have a AES128, SHA1 and CRC implementation - now crc check the boot section chunks as well as the instruction headers - now sha1 check the sb header and the whole file - nearly all fields of the sb format are now documented git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28708 a1c6a512-1295-4272-9138-f99709370657
2010-11-29HD300 - decrease touchstrip sensitivityMarcin Bukat1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28707 a1c6a512-1295-4272-9138-f99709370657
2010-11-29MPIO - drop wait states for LCD accessMarcin Bukat1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28706 a1c6a512-1295-4272-9138-f99709370657
2010-11-29FS#11725: fix duplicationg slash indicating root in filename.Teruaki Kawashima2-3/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28705 a1c6a512-1295-4272-9138-f99709370657
2010-11-29cahnge button mapping in list cotext so that it ignores button release.Teruaki Kawashima30-257/+112
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28704 a1c6a512-1295-4272-9138-f99709370657
2010-11-29Add HD300 to builds.pmMarcin Bukat1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28702 a1c6a512-1295-4272-9138-f99709370657
2010-11-29FS #11780 by Melba Sitjar: add missing strings to the TagalogRobert Menes1-3/+1115
translation and translate additional strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28701 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Rename bootloader file for MPIO players as it supports both HD200 and HD300.Marcin Bukat2-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28700 a1c6a512-1295-4272-9138-f99709370657
2010-11-28HD300 - keymap tweaksMarcin Bukat1-8/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28699 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Update lang files for Set time/date screen on HD300Marcin Bukat38-71/+144
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28698 a1c6a512-1295-4272-9138-f99709370657
2010-11-28HD300 - add basic RTC supportMarcin Bukat4-2/+133
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28697 a1c6a512-1295-4272-9138-f99709370657
2010-11-28sbinfo: add decryption support and pretty print boot section structureAmaury Pouly4-36/+601
The encryption/decryption uses a public domain source code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28696 a1c6a512-1295-4272-9138-f99709370657
2010-11-28applying FS#10489: Rockboy - rotate directional keys when screen is rotated Michael Stummvoll2-9/+59
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28695 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Reorder viewers.config entries so that test plugins come after the standard ↵Jens Arnold1-20/+20
plugins for the same extension. The first defines the default action and the icon for the respective extension (if there is no core action for it). Group entries by extension so this is more visible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28694 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef ↵Frank Gevaerts6-10/+26
conditions) Unmount all filesystems before connecting USB. This ensures that all filehandles are closed, which avoids possible filesystem corruption git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28693 a1c6a512-1295-4272-9138-f99709370657
2010-11-28rbutil: r28687 touched too much. Restore some accelerator keys.Mustapha Senhaji3-26/+26
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28692 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Initial version of sbinfo, a utility to analyse .sb files (used for the ↵Bertrik Sikken2-0/+266
fuze+ for example) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28691 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Make model_names static in mkmpioboot.Dominik Riebeling1-1/+1
Both mkmpioboot and mkamsboot use an array model_names which clash when linking with Rockbox Utility so don't export the mkmpioboot one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28690 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Hopefully fix a crash using %if() with stringsJonathan Gordon1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28689 a1c6a512-1295-4272-9138-f99709370657
2010-11-28rbutil: Bring the french translation up to date.Mustapha Senhaji1-16/+19
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28688 a1c6a512-1295-4272-9138-f99709370657
2010-11-27rbutil: Fix typos in french translation plus some minor changes (fix few ↵Mustapha Senhaji4-120/+119
typos on source strings too while I was here). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28687 a1c6a512-1295-4272-9138-f99709370657
2010-11-27HD300 - add missing i2c initializtion.Marcin Bukat1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28685 a1c6a512-1295-4272-9138-f99709370657
2010-11-27Add helper function to get index from file extension.Teruaki Kawashima1-38/+38
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28684 a1c6a512-1295-4272-9138-f99709370657
2010-11-27Undo r28682. Bad idea...Andree Buschmann1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28683 a1c6a512-1295-4272-9138-f99709370657
2010-11-27Use CACHEALIGN_BITS to calculate CACHEALIGN_SIZE instead of directly setting it.Andree Buschmann1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28682 a1c6a512-1295-4272-9138-f99709370657
2010-11-27Use MEM_ALIGN_ATTR in test_mem plugin.Andree Buschmann1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28681 a1c6a512-1295-4272-9138-f99709370657
2010-11-26MPIO HD300 - initial commitMarcin Bukat21-12/+1344
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28680 a1c6a512-1295-4272-9138-f99709370657
2010-11-26Latest release is 3.7.1Björn Stenberg1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28678 a1c6a512-1295-4272-9138-f99709370657
2010-11-26Fix all manuals that were broken in r28617 (targets that do not have ↵Marianne Arnold1-2/+2
\ButtonSelect) by using the respective \ActionStdOk macro which also matches the c code IIUC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28676 a1c6a512-1295-4272-9138-f99709370657
2010-11-26Re-add the lseek to the beginning of the file which was accidentally removed.Thomas Martitz1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28674 a1c6a512-1295-4272-9138-f99709370657
2010-11-26Fix red on hwcodec. Forgot to change the macro for it.Thomas Martitz1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28673 a1c6a512-1295-4272-9138-f99709370657
2010-11-26Change how all the metadata parsers are read from a giant swich/case to ↵Thomas Martitz9-304/+99
function pointers via array index. Also unify the api. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28672 a1c6a512-1295-4272-9138-f99709370657
2010-11-26update mpegplayer manual.Teruaki Kawashima1-15/+38
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28670 a1c6a512-1295-4272-9138-f99709370657
2010-11-26Fixing FS#11745 (Rockboy Screen on Sansa Clip+)Michael Stummvoll1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28669 a1c6a512-1295-4272-9138-f99709370657
2010-11-26Code Police: C comment style.Mustapha Senhaji1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28668 a1c6a512-1295-4272-9138-f99709370657
2010-11-26FS#8607: MPEG video playlistTeruaki Kawashima5-32/+181
Add mode to play multiple mpeg files in the same directory in the order the file browser shows. In this mode, Mpegplayer exits after finishing the last .mpg file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28667 a1c6a512-1295-4272-9138-f99709370657
2010-11-26libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, ↵Nils Wallménius1-3/+2
saving one instruction, *tiny* speedup, output unchanged git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28666 a1c6a512-1295-4272-9138-f99709370657
2010-11-25Fix the Russian spellingAlexander Levin1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28665 a1c6a512-1295-4272-9138-f99709370657
2010-11-25Added the snapshot patch for rockboy (FS#11757)Michael Stummvoll5-9/+49
Added a simple filesize-check for the options file before loading to avoid crashes due the changed config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28664 a1c6a512-1295-4272-9138-f99709370657
2010-11-24Update Russian translation - FS#11770 by Alexey PolkhirevBertrik Sikken1-0/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28663 a1c6a512-1295-4272-9138-f99709370657