summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-12Fix beastpatcher on linux and code police.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21263 a1c6a512-1295-4272-9138-f99709370657
2009-06-12Implement sendfirm functionality in beastpatcher. Set svn:eol-style properties.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21260 a1c6a512-1295-4272-9138-f99709370657
2009-06-12Oops, fix Beast build.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21259 a1c6a512-1295-4272-9138-f99709370657
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current ↵Steve Bavin
algorithm is best for spoken word. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657
2009-06-12Fix red.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21257 a1c6a512-1295-4272-9138-f99709370657
2009-06-11ARMv4 and ARMv5 inline assembly for 4-point IDCT.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21256 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Move +128 offset out of range_limit, and add it to the DC coefficient in ↵Andrew Mahone
each idct*h routine, for a small binsize improvement on idct4h, idct8h, and idct16h, and a negligible speed increase. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21255 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Don't compensate for lack of shift in second IDCT stage, allowing ↵Andrew Mahone
quantization table to be reduced to 16-bit. Reduce IDCT workspace to 16-bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21254 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Commit FS#10285 - Sansa Clip alternative button driver. This driver ↵Bertrik Sikken
alternates one row in the button matrix per kernel tick, avoiding the need for explicit delays between selecting a button row and reading colums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21253 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Minor nitpick: don't do |= on the write-only GPIOA_IC registerBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21251 a1c6a512-1295-4272-9138-f99709370657
2009-06-11call default_event_handler() in action_userabort() for events other than ↵Frank Gevaerts
ACTION_STD_CANCEL, so things like usb events work properly. This partly fixes FS#9957 (the database screen now works, WPS and recording don't) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21250 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Allow building beastpatcher with libmtp 0.2.[0-5].Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21249 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Sansa AMS storage driver: restart bank selection if data transfer failed, ↵Rafaël Carré
and precise a comment about retry variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21248 a1c6a512-1295-4272-9138-f99709370657
2009-06-11FS#10309 : Sets reasonable timeouts for data access in the SD driverRafaël Carré
Those are the recommended maximal timeouts in §4.6.2 Despite that, some people still experiment problems with the SD driver since MMU and data cache were enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21247 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Set ZenUtils svn:ignore property properlyMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21246 a1c6a512-1295-4272-9138-f99709370657
2009-06-10Onda VX747: support FAT16Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21245 a1c6a512-1295-4272-9138-f99709370657
2009-06-10Fix FS#10101 and FS#8999. Buffering was stopped prematurely if a manual ↵Thomas Martitz
track skip occured in between, leaving the CPU boosted, because audio_fill_file_buffer() returned if a new track was requested no matter of the filling state. Now keep buffering if it's currently filling the buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21244 a1c6a512-1295-4272-9138-f99709370657
2009-06-10Fix a few syntax issues in Lithuanian translation, and change A to POWER for ↵Jonas Häggqvist
a Gigabeat F string. Do the same in the Russian translation (using the translation for POWER found elsewhere in the translation). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21243 a1c6a512-1295-4272-9138-f99709370657
2009-06-10Fix ZenUtils compilationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21242 a1c6a512-1295-4272-9138-f99709370657
2009-06-10Translation updates:Jonas Häggqvist
- Chinese (simplified and traditional) by Harry Tu (FS#10310). - Danish by me. - Japanese by Yoshihisa Uchida (FS#10301). - Russian by Anton Veretenenko (FS#10297). - Spanish by Francisco Vila (FS#10298). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21241 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Update Dutch RBUtility translationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21240 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Update rbutil translations:Dominik Riebeling
- japanese by Yoshihisa Uchida (FS#10302) - german by myself - lupdate all other languages and drop obsolete messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21239 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Set svn:eol-style on several files missing it and dos2unix them.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21238 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Make labels in generated TTS / Encoder setting dialogs translatable.Dominik Riebeling
Code police: break some long lines, remove trailing spaces. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21237 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Correct some comments (no functional changes)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21236 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Properly implement backlighting on Onda VX7x7 (using PWM).Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21235 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Correct the includes; the old way broke parallel builds.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21234 a1c6a512-1295-4272-9138-f99709370657
2009-06-09I misspelled Vytenis Sabelka's name earlier.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21233 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Fix Gigabeat key for Swedish.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21232 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Alright, revert r21229 for now. Stupid me forgetting about the inclusion ↵Thomas Martitz
sequence :( git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21231 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Sansa AMS: make the UNCACHED_ADDR macro work for any type of pointer, and ↵Rafaël Carré
only use pointers with it, not arrays git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21230 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Use the AMS_LOWMEM define to indicate memory size as the .lds files do in ↵Thomas Martitz
config.h too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21229 a1c6a512-1295-4272-9138-f99709370657
2009-06-08FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré
- cache IRAM and DRAM - map IRAM just next to DRAM to remove the need for -mlong-calls and reduce binsize - tweak delays in Fuze button code - tweak delays in Clip button code (down button sometimes doesn't respond anyway : an alternate driver is being worked on) Before reporting any problem, please check your filesystem or format your player from the OF git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21228 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Remove never used code -- libmtp is not used on Windows.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21227 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Update Dutch translation of RBUtilityMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21226 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Sansa fuze: don't configure GPIO A7 in the LCD driver, this pin is used for ↵Bertrik Sikken
fm radio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21225 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Sansa e200v2: use = instead of |= when setting GPIO levelBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21224 a1c6a512-1295-4272-9138-f99709370657
2009-06-08FS#10249 by Teruaki Kawashima - "Gigabeat F/X: fix wrong key in "Set ↵Alex Parker
Time/Date" screen". I was able to change most languages as they don't translate button names. A few (~6) remain untranslated as they do translate the button names. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21223 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Fix a problem that the statusbar was redrawn to late and not really in sync ↵Thomas Martitz
with the lists when changing loading a (theme) .cfg or changing the colors witht the color picker. Now both, the statusbar and the tree lists are redrawn instantly after settings_apply() (even before the "Theme loaded" splash). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21222 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Major W32 beastpatcher rework (FS#10220).Dominik Riebeling
Update beastpatcher to scan for the device separately, rework MTP_DLL and modify to allow building with VS2005. - include pstdint.h when building with VS2005 as VS doesn't have inttypes.h - don't use bool in the DLL as VS doesn't support type bool in C. - rearrange DLL files to avoid filename ambiguities with sendfirm. - include MTP_DLL.h instead of duplicating prototypes. Adjust header for easy inclusion. - make MTP_DLL project file also copy the resulting dll to MTP folder for convenience. - extend MTP_DLL API for separate device scanning. Note that this (intentionally) breaks compatibility of the dll. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21221 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Used the wrong patch from FS#10062.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21220 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Apply r21086 to all languages. In the future, please use tools/langtool.pl ↵Jonas Häggqvist
for such changes (the command used in this case was: tools/langtool.pl --changetarget --from "ipod*,x5,m5,gigabeat*,e200*,c200,h10,h10_5gb,mrobe100,sa9200" --to "yh*,ipod*,x5,m5,gigabeat*,e200*,c200,h10,h10_5gb,mrobe100,sa9200" --id LANG_CONFIRM_WITH_BUTTON --inplace apps/lang/*.lang). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21219 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Translation updates:Jonas Häggqvist
- Brazilian Portuguese by Adilson Xavier (FS#10062) - Catalan by Víctor Zabalza (FS#10222) - Chinese (simplified and traditional) by Harry Tu (FS#10083) - Danish by me. - Finnish by Jani Kinnunen (FS#10069) - Hungarian by Imre Herceg (FS#10152) - Serbian by Ivan Pešić (FS#10246) - Spanish by Fransisco Vila (FS#10168) - Walloon by Stéphane Quertinmont (FS#10247) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21218 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Fix case in the constantAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21217 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Pictureflow: Don't show the playback control one targets that can't have ↵Thomas Martitz
playback in pictureflow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21216 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Add Lithuanian to rbutil voice language options.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21215 a1c6a512-1295-4272-9138-f99709370657
2009-06-08VX767: cleanup LCD driver a bit + add forgotten backlight-target.hMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21214 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Add language identifier for Lithuanian.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21213 a1c6a512-1295-4272-9138-f99709370657
2009-06-08M:Robe 500: Add missing file.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21212 a1c6a512-1295-4272-9138-f99709370657
2009-06-08FS#10293: More Tagalog translation by Melba Sitjar.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21211 a1c6a512-1295-4272-9138-f99709370657