1. 413da2a Rework PCM buffer by Brandon Low · 19 years ago
  2. 566ce5f Small progressbar fixes: Fix vertical positioning (when using non-default height). Add some checks for a reasonable size, as bad values can cause problems. Some code cleanup. by Magnus Holmgren · 19 years ago
  3. 8f369c2 Fixed the previous commit. by Miika Pekkarinen · 19 years ago
  4. 4408b6b Reduce latency when configuring the EQ. by Miika Pekkarinen · 19 years ago
  5. 69519a9 Fixed a few warnings by Hristo Kovachev · 19 years ago
  6. 14cfc65 1. Updated battery_bench plugin: by Hristo Kovachev · 19 years ago
  7. 88abdd9 Add Equalizer configuration to Sound Settings menu. by Dan Everton · 19 years ago
  8. 1c044d0 Leave the port debug menu on button release to allow reading the cancel button input value. by Jens Arnold · 19 years ago
  9. e6e8aa9 Added memmove() to codec API & plugin API, and changed codeclib and plugin libs to use it. by Jens Arnold · 19 years ago
  10. ff40af4 by Dave Bryant · 19 years ago
  11. c4c7ff7 Disable dbg_flash_id menu for PP5002 devices by Dave Chapman · 19 years ago
  12. cbfe90e Use the iPod 4G button mappings for the iPod 3G as well (at least for now) by Dave Chapman · 19 years ago
  13. 941de85 Patch #1260463 - Warn on erasing modified dynamic playlist by Craig (ctb311276) by Hardeep Sidhu · 19 years ago
  14. d350e80 iPod: Make the plugins compile on the iPod 4G grayscale by Dave Chapman · 19 years ago
  15. 75a60fb Added a cache for playlist control commands. On non-dircache systems, behaviour should be the same as before (all commands except shuffle flushed immediately). On dircache systems, commands are only flushed when disk is accessed or during shutdown. This especially reduces disk accesses when playing queued files and should fix the problem with gapless playback. by Hardeep Sidhu · 19 years ago
  16. e49cade Colour targets: Adapted mandelbrot plugin. The plugin library now contains scrolling routines for >= 8 bpp displays. by Jens Arnold · 19 years ago
  17. 1a03c37 A better count_leading_zeros() function, courtesy of Jens Arnold by Dave Chapman · 19 years ago
  18. f9df934 Minor cleaning - move card back bitmap to external bmp file, and define card size based on LCD size, not keypad type by Dave Chapman · 19 years ago
  19. dd8cb8a Committed a little too much by Linus Nielsen Feltzing · 19 years ago
  20. 621bcc2 The simulator should use the keypad period key, not the regular one by Linus Nielsen Feltzing · 19 years ago
  21. 8a1da84 Imre Herceg's Hungarian translation by Daniel Stenberg · 19 years ago
  22. bcd22f0 Undefined DEBUG, so that it compiles on DEBUG builds. by Tomasz Malesinski · 19 years ago
  23. b3db55f Made rockbox.elf build with DEBUG enabled. by Tomasz Malesinski · 19 years ago
  24. c8a5fbb Added iFP keybindings. by Tomasz Malesinski · 19 years ago
  25. c31d2f8 Fixed warnings on iFP. by Tomasz Malesinski · 19 years ago
  26. 347992e Optimised C version of count_leading_zeros() taken from alac-0.1.1. This makes ALAC very close to realtime on the ipod (just the very occasional skip during disk reading - it is realtime when the disk is sleeping). by Dave Chapman · 19 years ago
  27. d2e75bf Remove exported pcm functions. Codecs should never be allowed to access by Brandon Low · 19 years ago
  28. 3495e75 Shorten innerloop by one instruction. by Thom Johansen · 19 years ago
  29. 0ecd0b0 patch #1422861 by Adam Boot - Fix splash() color problems by Linus Nielsen Feltzing · 19 years ago
  30. 33f2e28 Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #if by Dave Chapman · 19 years ago
  31. d3af52d there are no files like this in here anymore by Daniel Stenberg · 19 years ago
  32. 3749d1a Oops - fix the builds broken by the backdrop image patch by Dave Chapman · 19 years ago
  33. d9e5b67 Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. by Dave Chapman · 19 years ago
  34. 9b4b4d0 More sane fixed point format for Q parameter. by Thom Johansen · 19 years ago
  35. 440d75f No need for different name members in eq_data struct. by Thom Johansen · 19 years ago
  36. 20debbf iPod: Fix some button-mapping bugs and inconsistencies by Dave Chapman · 19 years ago
  37. fddefdc Corrected version of 176x54 (Nano) colour logo (it wasn't being used until logo-nano.c was deleted). by Dave Chapman · 19 years ago
  38. 5672c61 Color logo-*.c files no longer required - the bitmaps are in libbitmapsnative by Dave Chapman · 19 years ago
  39. b42ef68 Fix warnings at h1xx. by Ben Basha · 19 years ago
  40. db83601 Add break effect + Bigger bricks by Ben Basha · 19 years ago
  41. f5f000f Minor code policing by Linus Nielsen Feltzing · 19 years ago
  42. fbd8e5d Patch #1421483 - AIFF codec by Jvo Studer by Dave Chapman · 19 years ago
  43. 6479e4c WPS tag update for Progress Bar to allow resizing and screen placing by Ben Basha · 19 years ago
  44. 7df51ad Changed meaning of shift parameter to include the EMAC implicit shift by Thom Johansen · 19 years ago
  45. b106e01 Reverted the wps image cache as it was causing trouble to users when by Miika Pekkarinen · 19 years ago
  46. 98c37c7 Enable ARM EQ support. by Thom Johansen · 19 years ago
  47. 5fff854 EQ filtering code for ARM targets. by Thom Johansen · 19 years ago
  48. b69d59b Handle 8-bit BMP files by Linus Nielsen Feltzing · 19 years ago
  49. 62b22ba Slighly less confusing handling of inverted monochrome images by Linus Nielsen Feltzing · 19 years ago
  50. 26fcd11 Handle .S files properly by Linus Nielsen Feltzing · 19 years ago
  51. fe1c9f5 Iriver: Another grayscale bmp loader bug fixed: clear the right amount of data, to avoid garbage in the images. by Magnus Holmgren · 19 years ago
  52. 5f0b75e Correct PaddedWidth calculation by Linus Nielsen Feltzing · 19 years ago
  53. 147cfe9 Misleading parameter name. by Thom Johansen · 19 years ago
  54. ae0ae6d Small iPod colour BMP fix by linuxstd by Christi Scarborough · 19 years ago
  55. 8cd8a95 iPod: Initial implementation of a debug i/o ports screen by Dave Chapman · 19 years ago
  56. ea72d05 Fixed endianness problem in the BMP loader by Linus Nielsen Feltzing · 19 years ago
  57. 3b8934d Iriver: Calculate proper height (i.e., size) for grayscale bitmaps. by Magnus Holmgren · 19 years ago
  58. 1a4ef4f Add iPod key binding for the logf viewer by Dave Chapman · 19 years ago
  59. 216806f Bundle .S files in the source tarballs. by Thom Johansen · 19 years ago
  60. 8ac932f Fix warning. by Thom Johansen · 19 years ago
  61. b978acc Fix mpc.c to use new mpc_bool_t type to remove some warning. by Thom Johansen · 19 years ago
  62. 2b48395 Synced libmpcdec to musepack.net SVN. by Thom Johansen · 19 years ago
  63. 58231d5 Save image format tag in bmp cache also to hopefully fix the color by Miika Pekkarinen · 19 years ago
  64. 65721f0 Slight change of coef format. Removed erronous hard code of channel by Thom Johansen · 19 years ago
  65. a371ec3 Make Musepack work on little endian devices. by Thom Johansen · 19 years ago
  66. 55ff456 Recommit reverted changes and add the missing file... by Thom Johansen · 19 years ago
  67. 7d1117f Cache wps image files to allow really fast boot. by Miika Pekkarinen · 19 years ago
  68. 3722a99 Better working fix for the BMP loader transparency flag bug by Linus Nielsen Feltzing · 19 years ago
  69. 8f07403 Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot. by Brandon Low · 19 years ago
  70. 236d524 Backout part of the last change to fix builds for now by Brandon Low · 19 years ago
  71. a8cc6a7 Initial multi-band EQ support for software codec platforms. Now go start by Thom Johansen · 19 years ago
  72. b0302f0 Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playback on iPod by Dave Chapman · 19 years ago
  73. 281403a Work-in-progress transparent bitmaps with 255,0,255 as the transparent color, not yet working on the H100 series by Linus Nielsen Feltzing · 19 years ago
  74. 5947e49 Make Tremor usable on ARM targets. by Thom Johansen · 19 years ago
  75. 0541198 Codec buffer was initialized too early thus crashing the unit later. by Miika Pekkarinen · 19 years ago
  76. 745adad Color BMP support by Linus Nielsen Feltzing · 19 years ago
  77. a4f8d1c Don't use crossfader mix mode when skipping tracks manually. by Miika Pekkarinen · 19 years ago
  78. b7c2919 Remove calls to cpu_boost - they are not required any more by Ben Basha · 19 years ago
  79. c338290 shortened the comment to 80 col by Daniel Stenberg · 19 years ago
  80. 1ca465a Made lots of keys' code depend on the actual definition of the key instead by Daniel Stenberg · 19 years ago
  81. 39d2d8b 1 - don't assume 160x128 means iriver h1x0 display, added check for depth by Daniel Stenberg · 19 years ago
  82. d319116 iriver: Init audio on background. by Miika Pekkarinen · 19 years ago
  83. 553c9e2 Portability enhancements - make the menu bitmap positions #defines, introduce a game loop timer (to fix the speed on all targets) and fix the menu on targets with 320x240 LCDs. by Dave Chapman · 19 years ago
  84. 3325d99 Patch #1415757 by Ben Basha - Brickmania update, Flip powerup plus some bricks need several hits to break by Linus Nielsen Feltzing · 19 years ago
  85. b579c63 Updated korean.lang by Jeong Taek In by Hristo Kovachev · 19 years ago
  86. 751d199 Adjusted the bitmap build to run make in the bitmap directories by Daniel Stenberg · 19 years ago
  87. 906bfb4 It's unsigned, no need to check for negativity by Brandon Low · 19 years ago
  88. e40900d Add battery voltage that is now exported from the power management as a wps tag by Brandon Low · 19 years ago
  89. facf94e Button mappings for iPods, using mp3_is_playing() for harware platforms, file format converted to unix by Hristo Kovachev · 19 years ago
  90. 0059845 And the plugin itself ... :) by Hristo Kovachev · 19 years ago
  91. 495c63f New "battery benchmark" plugin by Alexander Spyridakis, modified a bit by me by Hristo Kovachev · 19 years ago
  92. 4781f14 Functional AB on iRiver H1x0, and improved button mappings (share the NEXTDIR and PREVDIR buttons on iRiver H[13]x0 targets), patch from IRC:lamed, modified by me. by Brandon Low · 19 years ago
  93. c9bded8 Added "Queue shuffled", for completeness by Linus Nielsen Feltzing · 19 years ago
  94. 01ab727 Fix bug caused by change to external bitmaps - use the correct stride value for lcd_bitmap_part() by Dave Chapman · 19 years ago
  95. 465982b Little optimization to the bmp loader loop (unfortunately almost no by Miika Pekkarinen · 19 years ago
  96. ef4241a Fixed USB handling in grayscale library mode. by Jens Arnold · 19 years ago
  97. 0d55854 Cube: Solid greyscale mode is now supported on Archos Recorders and Ondios, using the grayscale library. The grayscale library gets switched on & off as needed when changing the display mode. by Jens Arnold · 19 years ago
  98. 83b2628 Bugfix: gray_putsxyofs() couldn't have worked before by Jens Arnold · 19 years ago
  99. 3d2cab6 Grayscale library: colour macros now matching the core LCD drivers. by Jens Arnold · 19 years ago
  100. dcec70f Small bugfix for LCDs > 128 pixels high. by Dave Chapman · 19 years ago