Thomas Martitz
f29c9d2289
Android: Fix creation of debug key if ~/.android doesn't exist.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29753 a1c6a512-1295-4272-9138-f99709370657
2011-04-21 09:04:04 +00:00
Thomas Jarosch
c6e6710bcf
Update pandora packaging file
...
- Add package tag so we can differentiate
between packager and original code authors
- Add GPLv2 license tag + "other" license tag
- Misc cleanup and made sure it validates
against the latest PXML xml schema.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29752 a1c6a512-1295-4272-9138-f99709370657
2011-04-20 20:02:45 +00:00
Nils Wallménius
12a60efca9
FS#12072 Improved and updated translation of Romaneste by Sergiu Rotaru.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29751 a1c6a512-1295-4272-9138-f99709370657
2011-04-20 12:34:41 +00:00
Andree Buschmann
2358fabb70
Optimization to latest aac decoder changes. Significantly reduce loop count in m4a_check_sample_offset() during standard playback. Before this change the loop count increased with each decoded chunk and for each frame.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29750 a1c6a512-1295-4272-9138-f99709370657
2011-04-19 05:55:54 +00:00
Bertrik Sikken
8d1d2f8982
AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead of using |= or &= )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29748 a1c6a512-1295-4272-9138-f99709370657
2011-04-18 21:13:40 +00:00
Amaury Pouly
79c6aca566
sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers !
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29747 a1c6a512-1295-4272-9138-f99709370657
2011-04-18 20:27:23 +00:00
Bertrik Sikken
c2ca4bec9d
AMSv1 sd: work-around for detection problem with some sd cards (delay after switching to high-speed)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29746 a1c6a512-1295-4272-9138-f99709370657
2011-04-18 20:08:47 +00:00
Andree Buschmann
68199cc195
Major rework of the m4a parser for aac/alac playback, seek and resume support. As a result the memory consumption was drastically reduced. This allows to play several files with long duration -- especially on low memory targets. The change builds a lookup table from m4a's sample_to_chunk[] and chunk_offset[] and completely removes the allocation of the large tables chunk_offset[] and sample_byte_size[]. To be able to remove reading and allocating sample_byte_offset[] the aac and alac decoder now buffer a fixed amount of bytes for each frame. The generated lookup table is used for seek/resume and skipping bytes in empty chunks (aac decoder only). The precision for seek/resume is somewhat lower but still equals 0.5 sec for the worst case. Fixes FS#8923.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29745 a1c6a512-1295-4272-9138-f99709370657
2011-04-18 19:12:51 +00:00
Amaury Pouly
b6a6809879
sbtools: document a bit the command file format
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29744 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 23:40:14 +00:00
Amaury Pouly
84c70b2c5b
elftosb: implement encryption support; now fully working
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29743 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 23:28:18 +00:00
Amaury Pouly
b2c59541b4
sbtoelf: fix to handle unencrypted files (minor tweak)
...
elftosb: properly generate sb file (encryption not implemented yet)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29742 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 22:30:09 +00:00
Amaury Pouly
e3fe3956f6
elftosb: more code toward sb production
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29741 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 18:37:30 +00:00
Amaury Pouly
8bff25945b
sbtoslf: command size doesn't include itself, but section can be padded with random data
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29740 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 18:37:27 +00:00
Amaury Pouly
8a8d77b8e5
sbtoelf: include a raw command mode to see hidden command used by the bootrom (tag and nop)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29739 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 18:37:23 +00:00
Amaury Pouly
c4cb4cca47
sbtools: move internal elf definition to elf.c, implement elf reading
...
sbtoelf: generate a correct section name for undef and string table sections
elftosb: static'ify functions, add cmd file to sb file conversion
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29738 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 15:49:58 +00:00
Bertrik Sikken
204a2e920a
Move declaration of global function cfg_string_to_int to header file settings.h
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29737 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 11:23:48 +00:00
Bertrik Sikken
837b8ccce0
Remove duplicate #include in skin_parser.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29736 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 06:58:28 +00:00
Amaury Pouly
e57e4c79c1
sbtools: add elftosb tool, yet to be finished (parsing of keys and command files done)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29735 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 01:43:52 +00:00
Amaury Pouly
e2f8fbfb16
sbtools: update Makefile; fix whitespaces
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29734 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 01:43:48 +00:00
Amaury Pouly
f6208bde46
Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29733 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 01:43:44 +00:00
Amaury Pouly
02118edb99
sbinfo: make the time calculation clearer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29732 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 01:43:40 +00:00
Amaury Pouly
709856621a
sbinfo: use a define instead of hardcoded values
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29731 a1c6a512-1295-4272-9138-f99709370657
2011-04-17 01:43:30 +00:00
Thomas Jarosch
7733ab942f
Increase pandora build version
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29730 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 21:42:57 +00:00
Thomas Jarosch
f501367682
Update maemo build changelog
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29729 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 21:02:49 +00:00
Thomas Jarosch
e57d3b292a
Define LCD dpi for n900, n8xx and the pandora
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29728 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 20:27:52 +00:00
Andree Buschmann
5775159462
Refactor aac decoder as preparation for upcoming m4a changes. The aac decoder does not need to use get_sample_info() to gather frame size or the number of consumed bytes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29727 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 19:39:01 +00:00
Frank Gevaerts
a96a72b7b0
Since r29700 changed the way the backdrop setting works, the default needs to be updated too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29726 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 19:26:21 +00:00
Andree Buschmann
8055b48b46
Fix yellow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29725 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 19:26:07 +00:00
Andree Buschmann
19f9fd0f5f
Refactor alac decoder as preparation for upcoming m4a changes. The alac decoder does not need to use get_sample_info() to gather frame size or the number of consumed bytes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29724 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 19:08:50 +00:00
Amaury Pouly
e4dd514e6f
sbinfo: move more things to sb.h, rewrite code to use structures instead of hardcoded offsets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29723 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 18:22:42 +00:00
Amaury Pouly
d9b050ee2b
sbinfo: move sb specific bits of its own header
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29722 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 18:22:37 +00:00
Thomas Jarosch
ff1f2e2415
Fix premature idle shutdown on RaaA after last track finished playing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29721 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 16:57:35 +00:00
Amaury Pouly
6821d2ebd6
sbinfo: fix section flags, don't output more than 80 characters per line, fix colours
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29720 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 14:06:02 +00:00
Michael Hohmuth
e7f5013988
Fix regression in r29715: files listed multiple times in uisimulator
...
Fixes FS#12066.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29717 a1c6a512-1295-4272-9138-f99709370657
2011-04-16 13:06:18 +00:00
Michael Hohmuth
cf223b98ad
Do not attempt to remove the temporary database twice during a database update.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29716 a1c6a512-1295-4272-9138-f99709370657
2011-04-15 21:45:45 +00:00
Michael Hohmuth
d49d2e1675
Better dircache handling in simulator
...
Actually add files to the dircache (as well as removing them) and
remove them only when they were found on disk. This matches the
native behavior and prevents the dircache from becoming uninitialized
when a previously created or nonexisting file is being removed. This
typically would happen during a database update.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29715 a1c6a512-1295-4272-9138-f99709370657
2011-04-15 21:45:36 +00:00
Amaury Pouly
80889ee828
sbinfo: fix section headers generation (first section is always undefined)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29714 a1c6a512-1295-4272-9138-f99709370657
2011-04-15 17:05:10 +00:00
Dominik Riebeling
96e58e6fa2
Remove empty folder.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29713 a1c6a512-1295-4272-9138-f99709370657
2011-04-15 14:08:46 +00:00
Dominik Riebeling
968db0edff
Fix some whitespace errors.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29712 a1c6a512-1295-4272-9138-f99709370657
2011-04-14 17:22:52 +00:00
Nils Wallménius
bbeba640bf
Fix missing printfstyle formatting in simplified Chinese.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29711 a1c6a512-1295-4272-9138-f99709370657
2011-04-14 15:07:04 +00:00
Bertrik Sikken
a489154eb3
Manual: rephrase a sentence in the installation chapter a bit
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29710 a1c6a512-1295-4272-9138-f99709370657
2011-04-13 18:48:32 +00:00
Andree Buschmann
4359058c79
Fix the Xing header parser to have reliable gapless playback. Closes FS#12062.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29708 a1c6a512-1295-4272-9138-f99709370657
2011-04-13 05:51:03 +00:00
Michael Giacomelli
77268ec48f
Update parse_testcodec to parse AAC-HE files with parametric stereo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29707 a1c6a512-1295-4272-9138-f99709370657
2011-04-12 20:24:43 +00:00
Bertrik Sikken
04b9ca2d95
Fix spelling of "appearance" in the user manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29706 a1c6a512-1295-4272-9138-f99709370657
2011-04-11 22:42:09 +00:00
Dominik Riebeling
0ab97b7015
Allow URLs to break at hyphens and allow more space at breaking characters.
...
Makes URLs much nicer and avoids them running out of the right margin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29705 a1c6a512-1295-4272-9138-f99709370657
2011-04-11 22:09:44 +00:00
Bertrik Sikken
16f8f3409b
Fix various minor spelling issues in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29704 a1c6a512-1295-4272-9138-f99709370657
2011-04-11 20:58:19 +00:00
Bertrik Sikken
fa068bbaf7
Do not show IRMax/IWMax in the disk info debug screen for sd cards with CSD version > 1.0
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29703 a1c6a512-1295-4272-9138-f99709370657
2011-04-11 19:11:39 +00:00
Bertrik Sikken
98d6924d50
FS#12061 - April update of Czech language by Marek Salaba
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29702 a1c6a512-1295-4272-9138-f99709370657
2011-04-11 17:40:28 +00:00
Frank Gevaerts
966becfa9f
Deprecate strings that are unused since r29700
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29701 a1c6a512-1295-4272-9138-f99709370657
2011-04-10 13:54:06 +00:00
Frank Gevaerts
d09f97880a
Support loading backdrops from anywhere in the filesystem. Fixes FS#12041
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29700 a1c6a512-1295-4272-9138-f99709370657
2011-04-10 13:25:47 +00:00