- 3408049 support scrambling for the Sansa R models by Daniel Stenberg · 18 years ago
- c292581 SPC Codec: Fix an overflow issue in echo with left shifting by 9 that showed on some files by using mac.l instead which is ok since the little beastie seems to prefer multiplying things. Mark asm blocks volatile so gcc doesn't get any ideas that the code can be removed as happened to me once already. by Michael Sevakis · 18 years ago
- 87c20b7 Remove useless define by Nils Wallménius · 18 years ago
- 7fdee10 Make private functions static. Remove some functions from the plugin api as they weren't used in any plugins and could then be declared static. by Nils Wallménius · 18 years ago
- a2ef94e Correct the usage for the -add option - add mn2g and change x5 to iax5 by Dave Chapman · 18 years ago
- f0cd8ad correct coordinates of the battery indicator bitmaps by Marcoen Hirschberg · 18 years ago
- af743c2 Remove unneeded zero checks from convert_gain() and get_replaygain_int(). These functions return correct results without them. by Thom Johansen · 18 years ago
- c5df4f8 Proper file header by Linus Nielsen Feltzing · 18 years ago
- 4fb389f Set properties correctly by Linus Nielsen Feltzing · 18 years ago
- ec549ec Put the X5 bootloader in a separate file by Linus Nielsen Feltzing · 18 years ago
- bd073cd Correct the Gigabeat bootloader. by Nicolas Pennequin · 18 years ago
- 10a2284 Fix comment. by Thom Johansen · 18 years ago
- 46597c9 FS#6554 - Move bootloader code into a common file by Linus Nielsen Feltzing · 18 years ago
- 9744433 Move the MPARK init to system_init() by Linus Nielsen Feltzing · 18 years ago
- c4ccd9e Commit optional code for high-precision EQ which will almost certainly not make a difference on 16 bit output targets. by Thom Johansen · 18 years ago
- 6c3db6e Correct LCD DMA init on the H300 by Linus Nielsen Feltzing · 18 years ago
- b58e4e7 Use -ffunction-sections and -fdata-sections for all bootloaders by Linus Nielsen Feltzing · 18 years ago
- cc32a1f Fix remote-lcd contrast and crossfeed HF cutoff settings by Jonathan Gordon · 18 years ago
- 900adb1 Change the replaygain preamp increment to a slightly less insane 0.5 dB. by Thom Johansen · 18 years ago
- a586376 Enable warnings (-Wall, -Wundef). by Dave Chapman · 18 years ago
- d83cb9d Keep the vectors when linking with --gc-sections by Linus Nielsen Feltzing · 18 years ago
- 4d2c647 Make it easier to quit Snake2 (much easier on iPods at least) by allowing user to quit from Pause screen. by Zakk Roberts · 18 years ago
- a45e835 Allow button repeat events in the Brickmania main menu. Makes it easier to scroll through the options on iPods. by Zakk Roberts · 18 years ago
- f05b9e3 Get rid of some outl/inl in favour of #define. by Barry Wardell · 18 years ago
- 011bc89 Fix broken conversion of 16 bit interleaved stereo to internal format. by Thom Johansen · 18 years ago
- 1df59e1 Fix bug with ipod bootloader installation, found by linuxstb by Dominik Wenger · 18 years ago
- e863d59 Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643 by Dominik Wenger · 18 years ago
- a5e0380 Now the LCD Contrast setting works again by Linus Nielsen Feltzing · 18 years ago
- e6bf827 pressing u in the sim simulates usb. press u again to "disconnect" by Jonathan Gordon · 18 years ago
- a4a30dd Dont set the lcd invert mode when changing line selector by Jonathan Gordon · 18 years ago
- 151f4e5 set the default value for the scroll delay settings back to what they were by Jonathan Gordon · 18 years ago
- 8a4549d save config.cfg after resetting settings (from the menu) by Jonathan Gordon · 18 years ago
- 282b390 fix the scroll delay setting by Jonathan Gordon · 18 years ago
- 169e91d woops, allow the user to quit menus by Jonathan Gordon · 18 years ago
- d563cb2 Dont load the menu callback so often. by Jonathan Gordon · 18 years ago
- 81029ed Correct drawing of hour hand when hour == 12 by Linus Nielsen Feltzing · 18 years ago
- 31ae2de SWCODEC, Coldfire, upsampling: Shave a couple more cycles out of the typical case and I think four bytes. Don't wanna look at this again for awhile. :) by Michael Sevakis · 18 years ago
- 417bc74 Don't enable low latency mode in the Crossfeed submenu by Linus Nielsen Feltzing · 18 years ago
- 2c4e0d4 How'd I miss that little tweak? by Michael Sevakis · 18 years ago
- 1f730ed The default must come first. Use the shortest string for iFP7xx as well, and ignore the gminis. by Jens Arnold · 18 years ago
- 7c120fb SWCODEC-Coldfire: Small upsampling tweek improves speed and size a tiny bit and prevents unneeded reloading of the previous sample. I imagine it would help most with non-iram source buffers. by Michael Sevakis · 18 years ago
- 8d7a364 Fix 64 bit warnings. by Jens Arnold · 18 years ago
- 4772943 Display "Batt:" or "Battery:" in front of battery info in the "Roxkbox Info" screen if display width allows it. Closes FS #5446. by Nicolas Pennequin · 18 years ago
- 3096d0a SPC Codec: Now that output clipping is left to the core DSP, some especially loud tracks would have multiplication overflows when fading out at the end. Fixed. by Michael Sevakis · 18 years ago
- 3d2e5c6 Fixes for BSD. Thanks to Lutz Böhne. by Dominik Riebeling · 18 years ago
- 12bf625 Fix a couple of error handling bugs. Some minor code simplification. by Magnus Holmgren · 18 years ago
- 51223e5 Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ease framebuffer handling a bit. Added equivalent definitions for the remote LCD. by Jens Arnold · 18 years ago
- 283bfb1 Accept FS #6677 by Roan Horning : improvements to the 'Rockboxed' WPS. by Nicolas Pennequin · 18 years ago
- e9a1835 Battery reading support for Sansa. Still needs calibration of voltage->percent mappings and remaining time. Thanks to Rene Peinthor for doing most of the work. by Barry Wardell · 18 years ago
- ac6e19a Fix build errors. by Barry Wardell · 18 years ago
- 45c187c FS#6674: HAVE_XXX souldn't be defined with a value. by Barry Wardell · 18 years ago
- 46bb37a Fix a mistake in wrapping the echo buffer. by Michael Sevakis · 18 years ago
- c187f18 Fix the left margin in the alarm menu by Linus Nielsen Feltzing · 18 years ago
- bd6a0f1 Prepare the bootloader command file for --gc-sections by Linus Nielsen Feltzing · 18 years ago
- dd5297d Fix the order in the sleep timer screen by Jonathan Gordon · 18 years ago
- d31162a SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizations. Preswap some data when running DSP for big endian. by Michael Sevakis · 18 years ago
- 8336eb2 Fix plugins/bitmaps/mono/SOURCES. by Zakk Roberts · 18 years ago
- 38d5597 Add changes to in-file changelog. Changes of huge previous commit: Drawing now scales to all displays using bitmaps for most modes, color where applicable.. Switched to rockbox menu drawing code for menus. Combined LCD/Digital modes into one LCD mode. A few new keymaps and changes. Source code improvements. by Zakk Roberts · 18 years ago
- f8408e9 by Zakk Roberts · 18 years ago
- 329b4bd Scale to 50% size on the Archos devices (LCD_WIDTH <= 112) and slow it down, with some tweaks from Marianne Arnold. Plus replace a few floating point operations with integers. by Dave Chapman · 18 years ago
- e423c0b Slight improvement of the 'Rockboxed' WPS for the H300 by better placing the progressbar. by Nicolas Pennequin · 18 years ago
- e3a55f2 FS#6675: Add lcd_yuv_blit() for the Sansa. Thanks to Rene Peinthor. This makes mpegplayer run on the Sansa. Button detection in mpegplayer doesn't work because it is done in the audio thread and that thread locks up because we don't have audio support yet. So for now it's necessary to do a hardware power off to quit mpegplayer. by Barry Wardell · 18 years ago
- 9e017a3 Use the statusbar setting while in the bookmark screen, so that the shuffle/repeat icons for the bookmark can be visible on bitmap displays. Also simplify the code a little. by Magnus Holmgren · 18 years ago
- a3ce8e1 remove \t by Jonathan Gordon · 18 years ago
- 03c8b15 Code police myself. Somehow got that full of tabs. by Michael Sevakis · 18 years ago
- ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
- 36175ac SWCODEC: DSP optimizations for conversion to internal format and resampling. Assembly resampling for Coldfire. Word has it ARM will get that soon. by Michael Sevakis · 18 years ago
- 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
- f98c27f Give the file view menu a nice icon by Jonathan Gordon · 18 years ago
- b85e1b9 Tiny size optimisation. by Jens Arnold · 18 years ago
- 7c55b67 Fixed an off-by-one bug that caused the nasty crash on archos, and wrong limit check. by Jens Arnold · 18 years ago
- 2988b7a Remove two notes that no longer apply and clean some whitespace. by Nils Wallménius · 18 years ago
- 3a37f46 Fix CONFIG_BACKLIGHT warnings. by Jens Arnold · 18 years ago
- da88e84 Fix id3 tag priority order remove \t by Jonathan Gordon · 18 years ago
- 5fd4c15 Fix silly cut an pasting of comments. by Paul Louden · 18 years ago
- 4594c05 Fix Gigabeat SPC warnings. by Paul Louden · 18 years ago
- 526fa53 set I2C type properly by Daniel Stenberg · 18 years ago
- dfcee22 #if => #ifdef by Daniel Stenberg · 18 years ago
- 4dfb973 Fix LCD_PIXELFORMAT warnings. by Jens Arnold · 18 years ago
- 895d577 #if => #ifdef by Daniel Stenberg · 18 years ago
- c652218 Fix remaining CONFIG_TUNER checks. by Jens Arnold · 18 years ago
- 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
- bd47d48 Do the CONFIG_LED define by Jonathan Gordon · 18 years ago
- ac61951 Do the CONFIG_USBOTG define correctly by Jonathan Gordon · 18 years ago
- 00d249a fix the player build by Jonathan Gordon · 18 years ago
- ec73eb0 really fix red builds this time by Jonathan Gordon · 18 years ago
- 844583c fix red builds by Jonathan Gordon · 18 years ago
- 8ff3a65 Explicilty set CONFIG_ defines to 0 which are not used.. because doing by Jonathan Gordon · 18 years ago
- 1083de8 CONFIG_USBOTG fixes by Jonathan Gordon · 18 years ago
- c2f0559 more CONFIG_LED fixes by Jonathan Gordon · 18 years ago
- eff0dc3 Allow the list to display a title icon even if no other icons will be displayed by Jonathan Gordon · 18 years ago
- 738baf3 Again here, CODEC should be CONFIG_CODEC by Barry Wardell · 18 years ago
- ca40cc4 Should be CONFIG_CODEC, not CODEC by Barry Wardell · 18 years ago
- 580c9f3 Fix warning. Should be CONFIG_CODEC, not CODEC. by Barry Wardell · 18 years ago
- 87e9944 Should be LCD_H10_20GB, not LCD_H10 by Barry Wardell · 18 years ago
- 2067fcc Fix most (all?) CONFIG_LED warnings. by Magnus Holmgren · 18 years ago
- d52ee4c #ifdef by Daniel Stenberg · 18 years ago
- 0c021de #if => #ifdef by Daniel Stenberg · 18 years ago
- 1916576 Keep delay loop from being optimized away. by Magnus Holmgren · 18 years ago
- 2ad25c8 Kill a few warnings in plugins. by Tom Ross · 18 years ago