summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix FS#12266, by skipping empty frames when reading ID3v2 tags. Also add ↵Magnus Holmgren2011-09-14
| | | | | | some length checks to be safe. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30550 a1c6a512-1295-4272-9138-f99709370657
* Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis2011-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30549 a1c6a512-1295-4272-9138-f99709370657
* Scrub r30546 bootloader build errors.Michael Sevakis2011-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30548 a1c6a512-1295-4272-9138-f99709370657
* Move AMSv1 (AMSv2 had been done already) to using setup packet request to ↵Michael Sevakis2011-09-14
| | | | | | detect a host. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30547 a1c6a512-1295-4272-9138-f99709370657
* Convert ARC USB driver code to always use setup packet detection and remove ↵Michael Sevakis2011-09-14
| | | | | | the bus-reset-based detection method for it. This prevents false USB detection from chargers or other accesories that aren't actually a host but can trigger the bus reset condition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30546 a1c6a512-1295-4272-9138-f99709370657
* Remove some old code which tries to clear/set the backdrop when starting ↵Jonathan Gordon2011-09-14
| | | | | | plugins which is broken and potentially can cause backdrop corruption if the backdrop buffers move during the plugin lifetime git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30545 a1c6a512-1295-4272-9138-f99709370657
* sbtools: fix code to work with file larger than header indicated sizeAmaury Pouly2011-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30544 a1c6a512-1295-4272-9138-f99709370657
* sbtools: relax file size condition (easier to work with)Amaury Pouly2011-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30543 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: implement usb enableAmaury Pouly2011-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30542 a1c6a512-1295-4272-9138-f99709370657
* codeclib: further tweaks to the cf fft asm for a small speedup.Nils Wallménius2011-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30541 a1c6a512-1295-4272-9138-f99709370657
* Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not ↵Andree Buschmann2011-09-14
| | | | | | work on Sansa Clip v1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30540 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: remove useless fileAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30539 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: add buggy and unfinished keymapAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30538 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: add charger related definesAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30537 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: correctly reset i2c blockAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30536 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: implement various audio stubs and update sourceAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30535 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: implement lradc function and adc on top of itAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30534 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: implement power management stubsAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30533 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: fix default init code (define lcd kind as 9325 and do 7783 init !)Amaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30532 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: correctly lcdif blockAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30531 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: fix prototypeAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30530 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: correctly reset timrot blockAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30529 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: define mmc stubs, correctly handle ssp maximum transfer size, ↵Amaury Pouly2011-09-13
| | | | | | correctly handle flash size (including windowing) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30528 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: define sd stubAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30527 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: reset dma block correctly and define maximum transfer sizeAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30526 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: reset ssp block correctly, define maximum ssp transfer sizeAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30525 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: add more interrupts, rewrite block resetting, reset icoll on ↵Amaury Pouly2011-09-13
| | | | | | boot (useful for firmware) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30524 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: fix ctr0 to use a fresh stack and update firmware linker scriptAmaury Pouly2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30523 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: use random size for plugin and codec buf (must be non-zero for ↵Amaury Pouly2011-09-13
| | | | | | init attr) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30522 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: rework linker script to load the bootloader at ram start + 1Mb ↵Amaury Pouly2011-09-13
| | | | | | to leave a load for the firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30521 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: fix the behavior of the lcd during shutdown (fading out), disable ↵Szymon Dziok2011-09-13
| | | | | | poweroff while charging for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30520 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: implement lcd_enable (display on/off).Szymon Dziok2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30519 a1c6a512-1295-4272-9138-f99709370657
* Manual: make features processing silent by default.Dominik Riebeling2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30518 a1c6a512-1295-4272-9138-f99709370657
* Add a missing string to the US English translation. Thanks to Richard ↵Frank Gevaerts2011-09-13
| | | | | | Brittain (FS#12269) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30517 a1c6a512-1295-4272-9138-f99709370657
* codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ↵Nils Wallménius2011-09-13
| | | | | | of explicit negation, changes output slightly but is as close to the c version as before. Gives about 0.4MHz speedup of vorbis on cf. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30516 a1c6a512-1295-4272-9138-f99709370657
* Make sure to set the current lcd backdrop id so the buflib move callback can ↵Jonathan Gordon2011-09-13
| | | | | | reset the correct backdrop git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30515 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#12272 - genlang changes broke some targetsTorne Wuff2011-09-12
| | | | | | | | New genlang code forgot to allow for the wildcard being the full target name with a * appended. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30514 a1c6a512-1295-4272-9138-f99709370657
* codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little ↵Nils Wallménius2011-09-12
| | | | | | for the mdct, speeds up codecs using the codeclib mdct 0.5-1.5MHz on h300. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30513 a1c6a512-1295-4272-9138-f99709370657
* if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, ↵Jonathan Gordon2011-09-12
| | | | | | so allocating the buffer size is pointless git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30512 a1c6a512-1295-4272-9138-f99709370657
* manual: mp3_encoder is available on lowmem targetsRafaël Carré2011-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30511 a1c6a512-1295-4272-9138-f99709370657
* AAC: Enable SBR decoding for all targetsRafaël Carré2011-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30510 a1c6a512-1295-4272-9138-f99709370657
* Second attempt at making %ss utf8-cleanFrank Gevaerts2011-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30509 a1c6a512-1295-4272-9138-f99709370657
* Make %ss utf8-awareFrank Gevaerts2011-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30508 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: Enable headphone detection.Szymon Dziok2011-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30507 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: Enable only one led (from five) on the scroll strip in order to ↵Szymon Dziok2011-09-11
| | | | | | save battery life. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30506 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: Fix random issues with the button light (MENU button sometimes does ↵Szymon Dziok2011-09-11
| | | | | | not light up). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30505 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: Fix random strange behavior of the touchpad. Setting the ↵Szymon Dziok2011-09-11
| | | | | | sensitivity higher than normal is not a good idea for this one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30504 a1c6a512-1295-4272-9138-f99709370657
* fix redJonathan Gordon2011-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30503 a1c6a512-1295-4272-9138-f99709370657
* Rework how the skin gets the list item text to save some ram. Also allow the ↵Jonathan Gordon2011-09-11
| | | | | | | | | | | | | | | | | %LI and %LT tags to take 2 optional parameters to get a different items text/icon: %LT(offset, nowrap) - get the text for the "being drawn"+offset item (offset being + or -). if the second param is "nowrap" (Without quotes) the text will be blank if the item would need to wrap. Same for the icon e.g: %LT(-1) %LT << %LT(1, nowrap) will display: Four Five << Six (or nothing if Five is the last item) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30502 a1c6a512-1295-4272-9138-f99709370657
* Fix albumart which r30500 broke (FS#12271)Jonathan Gordon2011-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30501 a1c6a512-1295-4272-9138-f99709370657