Maurus Cuelenaere
181f6b1aae
Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28489 a1c6a512-1295-4272-9138-f99709370657
2010-11-05 14:58:11 +00:00
Nils Wallménius
9d98583a18
libmusepack: tiny optimization of the ARMv4 mpc_decoder_windowing_D implementations, using register indexed addressing to store data, saving one instruction in the loop and deleting one instruction adter the loop which isn't needed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28488 a1c6a512-1295-4272-9138-f99709370657
2010-11-05 11:49:30 +00:00
Nils Wallménius
dbdc0a8a8c
libmusepack: ARMv6 assembler for mpc_decoder_windowing_D, speeds up decoding of 128kbps sample file 2MHz, or 8%, on gigabeat S. The output difference to the c implementation and the other ARM implementation is +/-1 in less than 0.1% of the output samples.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28487 a1c6a512-1295-4272-9138-f99709370657
2010-11-05 11:20:50 +00:00
Jonas Häggqvist
8404c53ee6
Add 20-Artwiz-Snap.
...
Flyspray: FS#9633
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28486 a1c6a512-1295-4272-9138-f99709370657
2010-11-05 10:19:26 +00:00
Bertrik Sikken
fffbdcc996
Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28485 a1c6a512-1295-4272-9138-f99709370657
2010-11-05 09:51:19 +00:00
Thomas Martitz
41910a04b7
Adapt icon loading to get_user_file_path()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28484 a1c6a512-1295-4272-9138-f99709370657
2010-11-04 23:15:52 +00:00
Jonathan Gordon
c8f143fed8
Cleanup and oops spotted by Alexander Levin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28483 a1c6a512-1295-4272-9138-f99709370657
2010-11-04 22:20:31 +00:00
Mustapha Senhaji
f772d56c61
Update the russian translation.
...
Flyspray: FS#11720
Author: Alexey Polkhirev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28481 a1c6a512-1295-4272-9138-f99709370657
2010-11-04 18:43:12 +00:00
Jonathan Gordon
97857324c3
RaaA: Use the host's malloc() for the skin engine.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28480 a1c6a512-1295-4272-9138-f99709370657
2010-11-04 10:15:33 +00:00
Alexander Levin
72964f2571
Manual: Bring the opts in the manual in line with ifdefs in the code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28478 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 18:02:26 +00:00
Robert Menes
d249b46c84
Reflect the Philips GoGear HDD63x0 series as being Unstable
...
and make the builds available for download.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28477 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 14:38:20 +00:00
Jonathan Gordon
a41041aeb4
Remote android button handling (again). do the press/unpress more like other targets (i.e correctly). The DPAD is special in that the press/unpress happens too quickly, so always post it with the BUTTON_REL. This means all keymaps using the dpad need to remember it will always have a BUTTON_REL (which also means they cant do repeats, which are impossible anyway).
...
Also make the back button go back to the OS home from the rockbox main menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28475 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 14:34:57 +00:00
Teruaki Kawashima
45fa8245ea
FS#11673: picture flow: improve scrolling text, by myself.
...
implement scroll engine in the plugin similar to the one in core.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28474 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 13:34:58 +00:00
Jonathan Gordon
f6cf295dd3
Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<foo> would fail to parse if the target had recording. Also enable debugging in the checkwps build line
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28473 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 11:08:55 +00:00
Robert Menes
934b4d4f61
Looks like HDD6330 plugins build green, so enable plugins.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28471 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 03:36:30 +00:00
Robert Menes
98ed07bcf8
Okay, this should be the last few "prevent red" fixes to be
...
done on the GoGear HDD6330 plugin keymaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28470 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 03:23:14 +00:00
Robert Menes
857dcea6da
Another "keep the reds away" fix.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28469 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 03:00:18 +00:00
Robert Menes
01c27cef01
Whoops, nearly forgot to define the help screen text for
...
the GoGear HDD6330. There would've been some nasty, nasty
red if I hadn't!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28468 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 02:54:05 +00:00
Robert Menes
c638e96738
These should be the last of the plugin keymaps required
...
for the GoGear HDD6330.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28467 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 02:45:53 +00:00
Robert Menes
63f68b482a
Still coming along with HDD6330 plugin keymaps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28466 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 23:18:41 +00:00
Szymon Dziok
e2e93649b6
Manual: add images for the Philips Gogear HDD6330, FS#11705 by me.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28465 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 23:13:30 +00:00
Szymon Dziok
c25eb1a7bb
Manual: add images for the Philips Gogear HDD1630 (FS#10329), Author: Marko Pahlke.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28464 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 23:06:30 +00:00
Andree Buschmann
57a683fc7d
Reconfigure IRAM for S5L870x. S5L8700 has 256 KB of IRAM, use a 48 KB / 208 KB split for core/codec. S5L8701 has 176 KB of IRAM, use a 48 KB / 128 KB split for core/codec. This will allow further speed optimization of codecs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28463 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 22:56:31 +00:00
Alexander Levin
88b6bef9d4
Manual: make the presence of the timestretch menu description depend on the right condition (pitchscreen instead of just swcodec)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28462 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 22:50:11 +00:00
Daniel Stenberg
a6db826982
fix: correct the perl syntax error
...
and I indented the lines like the others while at it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28461 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 21:58:19 +00:00
Robert Menes
e68844a7b7
Making sure that the HDD16x0 series is correctly reflected
...
as Unstable. Also added the GoGear HDD6330 as Unusable for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28460 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 21:46:59 +00:00
Marianne Arnold
dbd2e6b625
Enable building of metronome for hwcodec targets and swcodec sims which was accidentally disabled in r26114. Add a short comment.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28457 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 21:30:19 +00:00
Andree Buschmann
c355122cce
Minor optimization of mpc codec via moving dewindowing asm to icode section for S5L870x.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28454 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 21:13:39 +00:00
Andree Buschmann
560d89130f
Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28453 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 21:06:20 +00:00
Andree Buschmann
48bb3d00db
Optimize mpc's synthesis filter by reducing stalls for arm9 and above. Speed up ranges from 4% (nano 2g) to 11% (beast).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28452 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 21:00:34 +00:00
Robert Menes
4999100e21
It has been confirmed that the Philips GoGear HDD6330 does
...
indeed have 64MB of RAM. Build it as such again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28451 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 20:28:33 +00:00
Robert Menes
58369ca292
More plugin keymaps for the HDD6330. Quite a lot of commits. ;)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28450 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 20:09:02 +00:00
Michael Sparmann
42973f7a32
Fix a small bug that prevented the iPod Nano 2G NAND driver from detecting interleaved write-capable chips.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28448 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 15:26:04 +00:00
Robert Menes
82d322c201
More plugin keymaps for the GoGear HDD6330.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28447 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 14:36:08 +00:00
Marcin Bukat
def6290ba2
MPIO HD200: adjust FM keymap
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28446 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 12:15:39 +00:00
Robert Menes
450a4e4380
Commit a few more GoGear HDD6330 keymaps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28445 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 10:58:08 +00:00
Marcin Bukat
650a2941fd
MPIO HD200: fix red (I missed bootloader and simulator when renaming buttons)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28444 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 10:51:04 +00:00
Marcin Bukat
59ba8fea22
MPIO HD200: rename button defines to adhere how they are labeled on the device.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 10:44:34 +00:00
Robert Menes
f7bcb66e67
Begin committing keymap plugins for the Philips GoGear HDD6330.
...
Not all keymaps are completed, but I want to get some initial work I did
under version control.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28442 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 03:29:16 +00:00
Marianne Arnold
aee59094db
Manual, lamp plugin button table: fix typo. Simplify and rearrange the code while at it to improve readability, especially with regards to the optional 3rd column for remote targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28441 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 00:02:15 +00:00
Robert Menes
bd46d82bf6
Set the GoGear HDD6330 back to 32MB RAM again; 64MB causes
...
playback to crash.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28440 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 22:11:56 +00:00
Nils Wallménius
0e5cd90f46
Fix typo from r28026 causing warnings on newer gcc.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28439 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 21:37:57 +00:00
Andree Buschmann
5245c9254a
Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not correctly re-initialized when rebuffering.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28437 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 20:43:17 +00:00
Alexander Levin
029eb885ad
Manual: add a reference to the chapter with the description of how to use the timestretch feature
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28436 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 19:16:42 +00:00
Bertrik Sikken
cec1e476e6
Another (hopefully final) fix for FS#11453 (AMSv2 powerdown fails sometimes when wakeup timer set) by Fabian Vogel.
...
This fix disables MCLK before powerdown-for-wakeup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28435 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 18:58:40 +00:00
Teruaki Kawashima
f2dbbf45de
lamp plugin:
...
-handles sys_events.
-disable idle poweroff (part of FS#11578 by Hayden Pearce.)
-correct button table in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28429 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 13:37:00 +00:00
Teruaki Kawashima
d055ff4a94
reduce casts between "unsinged char *" and "fb_data *". make calculation precise. maintain spaces.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28428 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 12:13:49 +00:00
Marcin Bukat
308936cd35
fix make VERSION=x.y to work again
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28427 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 21:52:48 +00:00
Marcin Bukat
77b2d02296
fix yellow
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28426 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 21:23:06 +00:00
Marcin Bukat
56c4e9fa60
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28425 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 21:09:34 +00:00