1. 9535a9a Fix some of the voice and beep bugs that people have noticed since my new pcmbuf code went in, reduce code duplication, and improve performance while I'm at it by Brandon Low · 19 years ago
  2. a13f847 Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect(). by Jens Arnold · 19 years ago
  3. eb65f89 Added memset16() for filling memory regions with 16 bit values, needed for upcoming 16 bit LCD driver opts. ASM optimised for coldfire. by Jens Arnold · 19 years ago
  4. a875703 Slight optimisation for 1bit and 2bit (vp) LCD drivers. by Jens Arnold · 19 years ago
  5. 18e097c using --zoom with no number given defaults to 2 and no longer segfaults by Daniel Stenberg · 19 years ago
  6. 3945218 Proper working sound in the SDL sim. Add option to write raw audio to a file, use --debugaudio command line option. by Dan Everton · 19 years ago
  7. 8850c61 No X5 remote support just yet by Linus Nielsen Feltzing · 19 years ago
  8. 88c5738 Not only H300 has a PCF50606 by Linus Nielsen Feltzing · 19 years ago
  9. 8adc81d iPod 3G: Use correct DRAM_START address when branching to Rockbox by Dave Chapman · 19 years ago
  10. d3bb5a1 Correct typo in comments by Dave Chapman · 19 years ago
  11. 8b51070 Forgot to add config file for iPod Mini. by Dave Chapman · 19 years ago
  12. 8b1297a Patch #1435744 from Andrew Scott - initial iPod Mini support by Dave Chapman · 19 years ago
  13. c7fd0fe Patch[1430311] by Henrico Witvliet. Split plugins to individual files. Proper naming of the targets. by Martin Arver · 19 years ago
  14. bff8426 Change slider display when changing edit mode. by Dan Everton · 19 years ago
  15. 1b5030c Use scrollbar widget for the sliders instead of custom drawing routines. by Dan Everton · 19 years ago
  16. ed5f612 Ooops. by Dave Chapman · 19 years ago
  17. 95538f6 First attempt at generating and using .h files from bitmaps using bmp2rb. The .h files are generated for both the core bitmaps and the plugins, but are only currently being used in the core. by Dave Chapman · 19 years ago
  18. d04dbca Speed dsp gain up slightly mostly with better code order by Brandon Low · 19 years ago
  19. efd7823 Re-commit bitmaps in binary mode by Dave Chapman · 19 years ago
  20. 65e47bf Remove bitmaps added in ASCII mode by Dave Chapman · 19 years ago
  21. 800023b iPod 5G: Bug fixes in DAC initialisation - playback is now stereo... by Dave Chapman · 19 years ago
  22. 831cfb8 Add ASM optimised subband filtering loop for ARM targets. Restructure by Thom Johansen · 19 years ago
  23. ec93f46 Correct the channel order in the ASM optimised fiq handler. Correct a by Thom Johansen · 19 years ago
  24. 7f6fe6a Multiple remote support for iriver Hxxx stage 2: now button_read() returns correct buttons for each remote type. by Hristo Kovachev · 19 years ago
  25. e48e60b Faster filled triangle drawing for colour targets and greyscale iPods. by Jens Arnold · 19 years ago
  26. 265d1a0 BrickMania for iPod Nano by Ben Basha · 19 years ago
  27. 5991f02 Oops, no potentially conflicting declarations please. by Jens Arnold · 19 years ago
  28. 2705a89 Make the driver work with LCD widths which aren't integer multiples of 4, i.e. the last byte of a row is only partially used (upcoming iPod mini build). by Jens Arnold · 19 years ago
  29. fe2eadd Hide the win32 option when building the simulator. The SDL is now the only by Daniel Stenberg · 19 years ago
  30. abbdcac minor adjustments for the x5 LCD, we're back at 16 bits for upper LCD layers by Daniel Stenberg · 19 years ago
  31. 3e496e3 Reworked player simulator icons to fit the changed charcell scale factor and look more like the actual icons. Adapted player sim display sizes. by Jens Arnold · 19 years ago
  32. da8db11 Re-adding in binary mode by Dave Chapman · 19 years ago
  33. d52c151 Added in ASCII mode. by Dave Chapman · 19 years ago
  34. a39aeb1 Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes by Liberman Shachar and me. +fixed bug with the glue pad. by Ben Basha · 19 years ago
  35. 4b98554 Fix slow shutdown on ipod nano. by Thom Johansen · 19 years ago
  36. 6e3ad7e Add ASM optimised range_limit() for ARM, which gives a tiny performance by Thom Johansen · 19 years ago
  37. f285f60 Repeat rate adaption is now handled by the button driver. by Jens Arnold · 19 years ago
  38. 237d3c4 Adaptive button repeat: adapts repeat rate depending on the ability of the application to cope. Avoids afterscroll and similar effects. * Yield while scrolling through lists. by Jens Arnold · 19 years ago
  39. 1b45b13 Use a better string for 'Canceled' splashes. by Magnus Holmgren · 19 years ago
  40. 2ea75fd Replace the range_limit lookup table with an inline function, asm optimised for SH1 and coldfire. Slight speedup on SH1, up to 15% speedup on coldfire. Saves almost 1KB. by Jens Arnold · 19 years ago
  41. da5cef6 Proper screendump for greyscale iPods. by Jens Arnold · 19 years ago
  42. 9e244e04 Fix red builds - only check for USB_POWERED status if HAVE_USB_POWER is defined. by Dave Chapman · 19 years ago
  43. 8f1db26 Patch #1434442 by Mikael Magnusson - Prevent shutdown when charging from USB by Linus Nielsen Feltzing · 19 years ago
  44. 2c3ae4a Remove unneeded variable. by Thom Johansen · 19 years ago
  45. f761cec Added assembler FIQ handler for iPod. Remove unnecessary SIMULATOR check by Thom Johansen · 19 years ago
  46. 800f810 Oops, fix the simulator builds by Hristo Kovachev · 19 years ago
  47. e1b33b9 Okay, clearing the display twice doesn't give us anything more.. by Hristo Kovachev · 19 years ago
  48. cc6f37b "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyridakis, modified a bit by me by Hristo Kovachev · 19 years ago
  49. 3ba5a0b iPods - implement button_hold() function by Dave Chapman · 19 years ago
  50. 1064f01 Fix permissions of directories created in the sim. by Dan Everton · 19 years ago
  51. 55c98cf 320x98 Rockbox logo for larger LCDs (currently only iPod 5G). by Zakk Roberts · 19 years ago
  52. 35e05ca Plugin loader: Handle the remote LCD the same way as the main LCD (clear, set parameters). by Jens Arnold · 19 years ago
  53. c0deb53 Fix 4-grey rockbox logo. by Jens Arnold · 19 years ago
  54. 3467ba6 Patch #1423609 by Martin Scarratt and myself: enables using the backlight as record clipping indicator. by Peter D'Hoye · 19 years ago
  55. 0081184 Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD by Linus Nielsen Feltzing · 19 years ago
  56. 5519d82 Fix warning on non-SWCODEC targets. by Dan Everton · 19 years ago
  57. 02645db Fix playback stopping during playback due to lack of yields when framerate falls below threshold by Brandon Low · 19 years ago
  58. 5a1d77d Reduce CPU usage while changing EQ by only updating the coefficients of the band being modified. by Dan Everton · 19 years ago
  59. eaa7e22 Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and iPod. Approximately doubles decoding speed on Iriver. by Jens Arnold · 19 years ago
  60. e179291 Use macro instead of literal constant for readability. by Jens Arnold · 19 years ago
  61. 41f1ab2 Colour JPEG display on colour targets. by Jens Arnold · 19 years ago
  62. 9131c4a *Side flickering bug fixed. *Continue game bug fixed. + Added sleep timer counting the score. by Ben Basha · 19 years ago
  63. 57654d4 iPod 5G: Change USB detection to use pin 1 on GPIOB instead of the USB status register. One user reported that USB_STATUS was giving false positives, and never changing when USB was inserted/removed. by Dave Chapman · 19 years ago
  64. bd203e0 iPod 5G: Split lcd_bcm_finishup() function into two halves, and incorporate into the start and end of lcd_update_rect. by Dave Chapman · 19 years ago
  65. 4c63ab6 the JPEG core can now also decode color images, this has to be wired to the application (memory management, color space converting display) by Jörg Hohensohn · 19 years ago
  66. 7ea4d59 Plugin loader adjustments: * Don't clear the LCD before loading, just show a splash instead. * After successful loading, remove backdrop, then clear display, to properly prepare the screen for the plugin. * Clear after returning from plugin and restoring the backdrop. by Jens Arnold · 19 years ago
  67. 791005a Smoother slider knob movement. by Dan Everton · 19 years ago
  68. 72ea4f3 iPod 5G: Put lcd_update_rect function in IRAM - increases speed from 52fps to 54fps by Dave Chapman · 19 years ago
  69. a4504bc Revert the ATA/USB power fix until I find an even more correct way of doing it :-) by Linus Nielsen Feltzing · 19 years ago
  70. 41e1aa8 Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possible. * LCD driver now uses proper native bitmaps resembling the LCD internal format. Mono bitmaps are still transposed. by Jens Arnold · 19 years ago
  71. 7c64631 Actually fix the palette issue. by Dan Everton · 19 years ago
  72. aef9e85 Fix palette generation and remote LCD update in SDL sim. by Dan Everton · 19 years ago
  73. fa41253 Important bugfix for lcd_bitmap_part(). * Some slight optimisations. by Jens Arnold · 19 years ago
  74. b0f0580 Patch #1432941 - Colour support for Plasma by Mikael Magnusson by Dave Chapman · 19 years ago
  75. 5758022 Fixed a buffer length problem in kbd_input() by Linus Nielsen Feltzing · 19 years ago
  76. 0013e95 include all .pl files by Daniel Stenberg · 19 years ago
  77. de23679 Fixed scrolling for iPods (now scrolling the wheel forward will move down, and scrolling backward will move up). by Zakk Roberts · 19 years ago
  78. 333a22e iPod 5G: Another LCD optimisation, now at 52fps by Dave Chapman · 19 years ago
  79. e824805 Bejeweled: speed fixes, graphics enhancements, and use external bitmaps by Adam Boot · 19 years ago
  80. d935679 iPod 5G: Further LCD driver optimisations - it is now working at 42fps for full-screen updates by Dave Chapman · 19 years ago
  81. 26e598d New powerup - multi balls by Ben Basha · 19 years ago
  82. 0a8e6d1 iPod 5G: Small LCD optimisation - make lcd_bcm_write32 inline. Increases LCD speed from 28fps to 31fps. by Dave Chapman · 19 years ago
  83. 32df718 iPod 5G: Add a yield() to the lcd_bcm_finishup() function. This function typically waits in a while loop for 14ms whilst the Broadcom DSP updates the LCD - yielding gives that time back to audio decoding. by Dave Chapman · 19 years ago
  84. ad79b71 And shorten one string due to a small buffer... by Magnus Holmgren · 19 years ago
  85. 6195f81 Minor changes for consistency and correctness. by Magnus Holmgren · 19 years ago
  86. 853085c Reverse scroll forwardd/back button mapping for iPod in the SDL sim. by Dan Everton · 19 years ago
  87. 1c39855 Only clear the backdrop after a plugin has been loaded successfully - prevents the backdrop being lost if the plugin fails to load. by Dave Chapman · 19 years ago
  88. 2612d37 More correct power handling of the HDD and ISD300 chips on the H300 platform by Linus Nielsen Feltzing · 19 years ago
  89. b8441b5 iAudio X5 has 16Mbyte RAM by Linus Nielsen Feltzing · 19 years ago
  90. 3ba0060 Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still doesn't work right, but is closer to how the actual Rockbox system does it. Move some stub functions in to Win32 and X11 sims to keep them compiling. by Dan Everton · 19 years ago
  91. dd39e33 Don't leave whitespace on last screen when in paged scrolling mode. by Dan Everton · 19 years ago
  92. d1fbd12 Common internal sample format for AC3. by Thom Johansen · 19 years ago
  93. 1375e57 Forgot to update CREDITS. Previous patch from musicmad. by Dan Everton · 19 years ago
  94. 869275f Add paged scrolling option. Really helps when scrolling through large lists on targets with slow LCDs. by Dan Everton · 19 years ago
  95. 37a165d Convert to use common internal sample format. by Thom Johansen · 19 years ago
  96. 153f906 Start converting codecs to use internal sample format (28 bits + sign, by Thom Johansen · 19 years ago
  97. 65bfd83 Synced. by Mats Lidell · 19 years ago
  98. 3bbd93b Add comments, and prevent a nearly impossible wrapping bug. There's always enough space for the next whole audio chunk now, so it's faster too by Brandon Low · 19 years ago
  99. 3a37fae Don't boost from inside the DMA interrupt, ever by Brandon Low · 19 years ago
  100. 9581ad3 iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs by Dave Chapman · 19 years ago