1. 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
  2. 87c20b7 Remove useless define by Nils Wallménius · 18 years ago
  3. 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
  4. a2ef94e Correct the usage for the -add option - add mn2g and change x5 to iax5 by Dave Chapman · 18 years ago
  5. f0cd8ad correct coordinates of the battery indicator bitmaps by Marcoen Hirschberg · 18 years ago
  6. 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
  7. c5df4f8 Proper file header by Linus Nielsen Feltzing · 18 years ago
  8. 4fb389f Set properties correctly by Linus Nielsen Feltzing · 18 years ago
  9. ec549ec Put the X5 bootloader in a separate file by Linus Nielsen Feltzing · 18 years ago
  10. bd073cd Correct the Gigabeat bootloader. by Nicolas Pennequin · 18 years ago
  11. 10a2284 Fix comment. by Thom Johansen · 18 years ago
  12. 46597c9 FS#6554 - Move bootloader code into a common file by Linus Nielsen Feltzing · 18 years ago
  13. 9744433 Move the MPARK init to system_init() by Linus Nielsen Feltzing · 18 years ago
  14. 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
  15. 6c3db6e Correct LCD DMA init on the H300 by Linus Nielsen Feltzing · 18 years ago
  16. b58e4e7 Use -ffunction-sections and -fdata-sections for all bootloaders by Linus Nielsen Feltzing · 18 years ago
  17. cc32a1f Fix remote-lcd contrast and crossfeed HF cutoff settings by Jonathan Gordon · 18 years ago
  18. 900adb1 Change the replaygain preamp increment to a slightly less insane 0.5 dB. by Thom Johansen · 18 years ago
  19. a586376 Enable warnings (-Wall, -Wundef). by Dave Chapman · 18 years ago
  20. d83cb9d Keep the vectors when linking with --gc-sections by Linus Nielsen Feltzing · 18 years ago
  21. 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
  22. 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
  23. f05b9e3 Get rid of some outl/inl in favour of #define. by Barry Wardell · 18 years ago
  24. 011bc89 Fix broken conversion of 16 bit interleaved stereo to internal format. by Thom Johansen · 18 years ago
  25. 1df59e1 Fix bug with ipod bootloader installation, found by linuxstb by Dominik Wenger · 18 years ago
  26. e863d59 Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643 by Dominik Wenger · 18 years ago
  27. a5e0380 Now the LCD Contrast setting works again by Linus Nielsen Feltzing · 18 years ago
  28. e6bf827 pressing u in the sim simulates usb. press u again to "disconnect" by Jonathan Gordon · 18 years ago
  29. a4a30dd Dont set the lcd invert mode when changing line selector by Jonathan Gordon · 18 years ago
  30. 151f4e5 set the default value for the scroll delay settings back to what they were by Jonathan Gordon · 18 years ago
  31. 8a4549d save config.cfg after resetting settings (from the menu) by Jonathan Gordon · 18 years ago
  32. 282b390 fix the scroll delay setting by Jonathan Gordon · 18 years ago
  33. 169e91d woops, allow the user to quit menus by Jonathan Gordon · 18 years ago
  34. d563cb2 Dont load the menu callback so often. by Jonathan Gordon · 18 years ago
  35. 81029ed Correct drawing of hour hand when hour == 12 by Linus Nielsen Feltzing · 18 years ago
  36. 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
  37. 417bc74 Don't enable low latency mode in the Crossfeed submenu by Linus Nielsen Feltzing · 18 years ago
  38. 2c4e0d4 How'd I miss that little tweak? by Michael Sevakis · 18 years ago
  39. 1f730ed The default must come first. Use the shortest string for iFP7xx as well, and ignore the gminis. by Jens Arnold · 18 years ago
  40. 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
  41. 8d7a364 Fix 64 bit warnings. by Jens Arnold · 18 years ago
  42. 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
  43. 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
  44. 3d2e5c6 Fixes for BSD. Thanks to Lutz Böhne. by Dominik Riebeling · 18 years ago
  45. 12bf625 Fix a couple of error handling bugs. Some minor code simplification. by Magnus Holmgren · 18 years ago
  46. 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
  47. 283bfb1 Accept FS #6677 by Roan Horning : improvements to the 'Rockboxed' WPS. by Nicolas Pennequin · 18 years ago
  48. 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
  49. ac6e19a Fix build errors. by Barry Wardell · 18 years ago
  50. 45c187c FS#6674: HAVE_XXX souldn't be defined with a value. by Barry Wardell · 18 years ago
  51. 46bb37a Fix a mistake in wrapping the echo buffer. by Michael Sevakis · 18 years ago
  52. c187f18 Fix the left margin in the alarm menu by Linus Nielsen Feltzing · 18 years ago
  53. bd6a0f1 Prepare the bootloader command file for --gc-sections by Linus Nielsen Feltzing · 18 years ago
  54. dd5297d Fix the order in the sleep timer screen by Jonathan Gordon · 18 years ago
  55. 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
  56. 8336eb2 Fix plugins/bitmaps/mono/SOURCES. by Zakk Roberts · 18 years ago
  57. 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
  58. f8408e9 by Zakk Roberts · 18 years ago
  59. 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
  60. e423c0b Slight improvement of the 'Rockboxed' WPS for the H300 by better placing the progressbar. by Nicolas Pennequin · 18 years ago
  61. 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
  62. 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
  63. a3ce8e1 remove \t by Jonathan Gordon · 18 years ago
  64. 03c8b15 Code police myself. Somehow got that full of tabs. by Michael Sevakis · 18 years ago
  65. ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
  66. 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
  67. 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
  68. f98c27f Give the file view menu a nice icon by Jonathan Gordon · 18 years ago
  69. b85e1b9 Tiny size optimisation. by Jens Arnold · 18 years ago
  70. 7c55b67 Fixed an off-by-one bug that caused the nasty crash on archos, and wrong limit check. by Jens Arnold · 18 years ago
  71. 2988b7a Remove two notes that no longer apply and clean some whitespace. by Nils Wallménius · 18 years ago
  72. 3a37f46 Fix CONFIG_BACKLIGHT warnings. by Jens Arnold · 18 years ago
  73. da88e84 Fix id3 tag priority order remove \t by Jonathan Gordon · 18 years ago
  74. 5fd4c15 Fix silly cut an pasting of comments. by Paul Louden · 18 years ago
  75. 4594c05 Fix Gigabeat SPC warnings. by Paul Louden · 18 years ago
  76. 526fa53 set I2C type properly by Daniel Stenberg · 18 years ago
  77. dfcee22 #if => #ifdef by Daniel Stenberg · 18 years ago
  78. 4dfb973 Fix LCD_PIXELFORMAT warnings. by Jens Arnold · 18 years ago
  79. 895d577 #if => #ifdef by Daniel Stenberg · 18 years ago
  80. c652218 Fix remaining CONFIG_TUNER checks. by Jens Arnold · 18 years ago
  81. 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
  82. bd47d48 Do the CONFIG_LED define by Jonathan Gordon · 18 years ago
  83. ac61951 Do the CONFIG_USBOTG define correctly by Jonathan Gordon · 18 years ago
  84. 00d249a fix the player build by Jonathan Gordon · 18 years ago
  85. ec73eb0 really fix red builds this time by Jonathan Gordon · 18 years ago
  86. 844583c fix red builds by Jonathan Gordon · 18 years ago
  87. 8ff3a65 Explicilty set CONFIG_ defines to 0 which are not used.. because doing by Jonathan Gordon · 18 years ago
  88. 1083de8 CONFIG_USBOTG fixes by Jonathan Gordon · 18 years ago
  89. c2f0559 more CONFIG_LED fixes by Jonathan Gordon · 18 years ago
  90. eff0dc3 Allow the list to display a title icon even if no other icons will be displayed by Jonathan Gordon · 18 years ago
  91. 738baf3 Again here, CODEC should be CONFIG_CODEC by Barry Wardell · 18 years ago
  92. ca40cc4 Should be CONFIG_CODEC, not CODEC by Barry Wardell · 18 years ago
  93. 580c9f3 Fix warning. Should be CONFIG_CODEC, not CODEC. by Barry Wardell · 18 years ago
  94. 87e9944 Should be LCD_H10_20GB, not LCD_H10 by Barry Wardell · 18 years ago
  95. 2067fcc Fix most (all?) CONFIG_LED warnings. by Magnus Holmgren · 18 years ago
  96. d52ee4c #ifdef by Daniel Stenberg · 18 years ago
  97. 0c021de #if => #ifdef by Daniel Stenberg · 18 years ago
  98. 1916576 Keep delay loop from being optimized away. by Magnus Holmgren · 18 years ago
  99. 2ad25c8 Kill a few warnings in plugins. by Tom Ross · 18 years ago
  100. f435db0 Update Swedish translation. by Magnus Holmgren · 18 years ago