- 181f6b1 Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies by Maurus Cuelenaere · 14 years ago
- 9d98583 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. by Nils Wallménius · 14 years ago
- dbdc0a8 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. by Nils Wallménius · 14 years ago
- 8404c53 Add 20-Artwiz-Snap. by Jonas Häggqvist · 14 years ago
- fffbdcc Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin by Bertrik Sikken · 14 years ago
- 41910a0 Adapt icon loading to get_user_file_path() by Thomas Martitz · 14 years ago
- c8f143f Cleanup and oops spotted by Alexander Levin by Jonathan Gordon · 14 years ago
- f772d56 Update the russian translation. by Mustapha Senhaji · 14 years ago
- 9785732 RaaA: Use the host's malloc() for the skin engine. by Jonathan Gordon · 14 years ago
- 72964f2 Manual: Bring the opts in the manual in line with ifdefs in the code by Alexander Levin · 14 years ago
- d249b46 Reflect the Philips GoGear HDD63x0 series as being Unstable by Robert Menes · 14 years ago
- a41041a 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). by Jonathan Gordon · 14 years ago
- 45fa824 FS#11673: picture flow: improve scrolling text, by myself. by Teruaki Kawashima · 14 years ago
- f6cf295 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 by Jonathan Gordon · 14 years ago
- 934b4d4 Looks like HDD6330 plugins build green, so enable plugins. by Robert Menes · 14 years ago
- 98ed07b Okay, this should be the last few "prevent red" fixes to be by Robert Menes · 14 years ago
- 857dcea Another "keep the reds away" fix. by Robert Menes · 14 years ago
- 01c27ce Whoops, nearly forgot to define the help screen text for by Robert Menes · 14 years ago
- c638e96 These should be the last of the plugin keymaps required for the GoGear HDD6330. by Robert Menes · 14 years ago
- 63f68b4 Still coming along with HDD6330 plugin keymaps. by Robert Menes · 14 years ago
- e2e9364 Manual: add images for the Philips Gogear HDD6330, FS#11705 by me. by Szymon Dziok · 14 years ago
- c25eb1a Manual: add images for the Philips Gogear HDD1630 (FS#10329), Author: Marko Pahlke. by Szymon Dziok · 14 years ago
- 57a683f 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. by Andree Buschmann · 14 years ago
- 88b6bef Manual: make the presence of the timestretch menu description depend on the right condition (pitchscreen instead of just swcodec) by Alexander Levin · 14 years ago
- a6db826 fix: correct the perl syntax error by Daniel Stenberg · 14 years ago
- e68844a Making sure that the HDD16x0 series is correctly reflected by Robert Menes · 14 years ago
- dbd2e6b Enable building of metronome for hwcodec targets and swcodec sims which was accidentally disabled in r26114. Add a short comment. by Marianne Arnold · 14 years ago
- c355122 Minor optimization of mpc codec via moving dewindowing asm to icode section for S5L870x. by Andree Buschmann · 14 years ago
- 560d891 Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%. by Andree Buschmann · 14 years ago
- 48bb3d0 Optimize mpc's synthesis filter by reducing stalls for arm9 and above. Speed up ranges from 4% (nano 2g) to 11% (beast). by Andree Buschmann · 14 years ago
- 4999100 It has been confirmed that the Philips GoGear HDD6330 does by Robert Menes · 14 years ago
- 58369ca More plugin keymaps for the HDD6330. Quite a lot of commits. ;) by Robert Menes · 14 years ago
- 42973f7 Fix a small bug that prevented the iPod Nano 2G NAND driver from detecting interleaved write-capable chips. by Michael Sparmann · 14 years ago
- 82d322c More plugin keymaps for the GoGear HDD6330. by Robert Menes · 14 years ago
- def6290 MPIO HD200: adjust FM keymap by Marcin Bukat · 14 years ago
- 450a4e4 Commit a few more GoGear HDD6330 keymaps. by Robert Menes · 14 years ago
- 650a294 MPIO HD200: fix red (I missed bootloader and simulator when renaming buttons) by Marcin Bukat · 14 years ago
- 59ba8fe MPIO HD200: rename button defines to adhere how they are labeled on the device. by Marcin Bukat · 14 years ago
- f7bcb66 Begin committing keymap plugins for the Philips GoGear HDD6330. by Robert Menes · 14 years ago
- aee5909 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. by Marianne Arnold · 14 years ago
- bd46d82 Set the GoGear HDD6330 back to 32MB RAM again; 64MB causes playback to crash. by Robert Menes · 14 years ago
- 0e5cd90 Fix typo from r28026 causing warnings on newer gcc. by Nils Wallménius · 14 years ago
- 5245c92 Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not correctly re-initialized when rebuffering. by Andree Buschmann · 14 years ago
- 029eb88 Manual: add a reference to the chapter with the description of how to use the timestretch feature by Alexander Levin · 14 years ago
- cec1e47 Another (hopefully final) fix for FS#11453 (AMSv2 powerdown fails sometimes when wakeup timer set) by Fabian Vogel. by Bertrik Sikken · 14 years ago
- f2dbbf4 lamp plugin: by Teruaki Kawashima · 14 years ago bootloader_gogearhdd1630_v1 bootloader_gogearhdd6330_v1
- d055ff4 reduce casts between "unsinged char *" and "fb_data *". make calculation precise. maintain spaces. by Teruaki Kawashima · 14 years ago
- 308936c fix make VERSION=x.y to work again by Marcin Bukat · 14 years ago
- 77b2d02 fix yellow by Marcin Bukat · 14 years ago
- 56c4e9f Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. by Marcin Bukat · 14 years ago
- 40ed5f5 Fix red. Why did it go unnoticed through the build system? by Thomas Martitz · 14 years ago
- b30447c Default to absolute point mode on RaaA and Onda targets. Cowon D2 and MRobe 500 stick to grid mode for now. by Thomas Martitz · 14 years ago
- a4f1127 tabs -> spaces in the new Yesno java files and remove unused imports. by Thomas Martitz · 14 years ago
- 49f1ec8 Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). by Thomas Martitz · 14 years ago
- dbe2ac1 Manual: rejig the disktidy plugin entry somewhat. by Alex Parker · 14 years ago
- dfac950 libtremor: tweak a hot function for codebook decoding, mostly moving pointer lookups outside the loop. Speeds up decoding by 3-6% on Coldfire and a small speedup on arm too by Nils Wallménius · 14 years ago
- a177e13 disktidy: handles user abort properly. by Teruaki Kawashima · 14 years ago
- e20fc42 Manual: PNG Viewer is no longer only for colour LCDs by Alex Parker · 14 years ago
- 50a9d50 Factor out the start/stopForeground and notification icon management into a separate class, don't let RockboxService.java become a beast. by Thomas Martitz · 14 years ago
- b92eabd Use a native yes/no dialog instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
- 1e47628 Commit FS #11682 by Teruaki Kawashima: fix the disktidy plugin by Robert Menes · 14 years ago
- e26d0c6 Fix and extend imageviewer png support. FS#11641 by me by Marcin Bukat · 14 years ago
- c8901b3 Remove the use of the instance field in non-anymore-static methods by Thomas Martitz · 14 years ago
- bf63f24 Pass the framebuffer to the service in the constructor rather than later from native code. by Thomas Martitz · 14 years ago
- 2d05d2f Clean up r28408 coding style a bit to follow our guidelines with regard to by Thomas Martitz · 14 years ago
- cc758e4 fix a mem leak by calling the corect ReleaseString method by Jonathan Gordon · 14 years ago
- b673ae2 FS#11686 - Kinetic list scrolling for touchscreen by Thomas Martitz · 14 years ago
- eaff333 Use a Native keyboard GUI instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
- 26f7ee1 Clean up usage of RockboxService. Add a proper way to check if rockbox is actually running (checking RockboxService.fb != null was very very bad) by Jonathan Gordon · 14 years ago
- 78b2711 libtremor: introduce asm optimized version of the channel_couple function for Coldfire and optimize the arm as version, speedup ~1% on Coldfire and PortalPlayer. by Nils Wallménius · 14 years ago
- e23075b *Bump version to 3.7 by Alex Parker · 14 years ago
- 918ab30 Android: Nicer launcher and statusbar icons made by Dustin Skoracki (taken from FS#11234). by Thomas Martitz · 14 years ago
- 5ee1c40 Promote Sansa Fuzev2, Clipv2 and Clip+ to stable. by Thomas Martitz · 14 years ago
- 6ee3c03 Manual: add drawings of the H100 remote with button labels to the player images and use it in the 'Quick Start' chapter (below the main player drawing) to explain the button names which were already used in the description. by Marianne Arnold · 14 years ago
- c0c7c8e fix menu screen title bug - patch by Teru by Michael Chicoine · 14 years ago
- b038367 Manual: Fix typo in the H100's remote keymap file. by Marianne Arnold · 14 years ago
- 4cbb16e Android: Delay the progress dialog so it's not shown until after 0.5s are over. This way it shouldn't show in a normal launch, but only if libmisc.so needs unzipping. by Thomas Martitz · 14 years ago
- 6bb7522 Initialize (instantiate) RockboxFramebuffer from the C code like with the othe java objects. by Thomas Martitz · 14 years ago
- 669a327 Manual: correct swapped seek buttons for Hx00 remotes. by Alex Parker · 14 years ago
- fa63211 Manual, theme tag chapter: add a 'Hardware Capabilities' section for tags that test hardware capabilities of a target and move the 'radio/clock/touchscreen detected' tags there. Fixes inconsistencies in handling these. by Marianne Arnold · 14 years ago
- 5e28b18 Hewbrew is right-to-left, reinstate accidently removed setting. by Alex Parker · 14 years ago
- c5ed874 Update the portuguese translation. by Mustapha Senhaji · 14 years ago
- d3e1e9d Manual: fix stupid typo that caused misalignment in the pegbox button table. by Marianne Arnold · 14 years ago
- 1a2851c Redo "r28369, Android load progress screen". git+svn lost the actual code changed by Jonathan Gordon · 14 years ago
- d7bb580 Fix the manual for %Tp by Jonathan Gordon · 14 years ago
- 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago
- db2a8ff Android: Display a "Loading, please wait" dialog while we wait for the rockbox service to start by Jonathan Gordon · 14 years ago
- 63da8c6 Enable line out on c200v1 - part of FS#11367 by me - Thanks to Nate for testing by Michael Chicoine · 14 years ago
- 2eeb29b HDD6330: fix some values in config (USB PID, battery capacity), insert commented out ATA DMA. by Szymon Dziok · 14 years ago
- 60c640b test_codec: Align the codec buffer to pointer size, since tlsf wants that. Fixes a crash when running tremor in test_codec on 64 bit sim. (The tlsf init bailed out but tremor doesn't check the return and went on to alloc memory anyway) by Nils Wallménius · 14 years ago
- 77b3529 Ramdisk: add hotswap support by Maurus Cuelenaere · 14 years ago
- a900a29 fix that disktidy plugin and shopper plugin is not usable when Show Icons setting is turned off. by Teruaki Kawashima · 14 years ago
- c2f4e03 Make pitchscreen absolute point mode compatible. by Thomas Martitz · 14 years ago
- 36cd720 do not reset last selected item after leaving the file browser when in root. by Teruaki Kawashima · 14 years ago
- 77129ad Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro name collision by Michael Sparmann · 14 years ago
- 7c6bb3f Fix iPod Nano 2G bootloader, which was apparently broken by the eabi transition by Michael Sparmann · 14 years ago
- e117b4a Fix yellow: BMP_BPP and BMP_LINESIZE being used both in greylib and screendump by Michael Sparmann · 14 years ago
- 01cdb6a Fix screendump on iPod Nano 2G by increasing the usb thread stack size and reducing the stack usage of FAT and storage functions by Michael Sparmann · 14 years ago
- 0952848 reduce ramusage slightly. by Teruaki Kawashima · 14 years ago
- 462f012 Fix return type of iap_getc (should be bool instead of int) by Bertrik Sikken · 14 years ago