1. e367b05 Move X5 ADC code to target tree. Fix power button detection on H10. New ADC by Barry Wardell · 18 years ago
  2. 38a5aa1 Fix a few warnings by Dave Chapman · 18 years ago
  3. 5cc95ad X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 times @45MHz, +75% @124MHz. by Jens Arnold · 18 years ago
  4. acc153f Irivers: Faster remote LCD update. Maximum speedup (without ticking reduction): +32% @11MHz, 2.5 times @45MHz, +45% @124MHz. The speedup is data dependent, the worst case (every pixel having the opposite value from the previous one, in LCD data order) would see no speedup (except @45MHz), but it's a highly unlikely case. by Jens Arnold · 18 years ago
  5. 0aec12f Threading changes in preparation for multiple core support by Daniel Ankers · 18 years ago
  6. 5d6f625 add driver for Semtech SC606 LED driver (for backlight and button LEDs) by Marcoen Hirschberg · 18 years ago
  7. 18cfe43 Fix errors when building H10 Normal build. by Barry Wardell · 18 years ago
  8. 9272dfd Functional, but minimal LCD driver for H10. by Barry Wardell · 18 years ago
  9. 6e0e0f9 Add keymaps for pitchscreen and graphical equalizer on H10 by Barry Wardell · 18 years ago
  10. 99c2dc5 Add new build target for iriver H10 5/6Gb. by Barry Wardell · 18 years ago
  11. 2b415ef Iriver iFP7xx battery support (1xAA). by Tomasz Malesinski · 18 years ago
  12. f5e7867 Prevent unlikely endless loop. by Miika Pekkarinen · 18 years ago
  13. dffcb9f iAudio X5: swap the remote REW and FF buttons by Linus Nielsen Feltzing · 18 years ago
  14. 5b71470 Port Tom Meyer's lcd_yuv_blit() optimisations for the ipod 5g to the ipod Photo/Color and Nano - gives a similar 10-15% speedup in mpegplayer. by Dave Chapman · 18 years ago
  15. b80266c Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10-15% by Dave Chapman · 18 years ago
  16. 5fc66e5 Automatic Gain Control during recording. At this point only compiled for iriver h1x0 and h3x0. Patch FS#4748 by Jvo Studer, Martin Scarratt and myself. by Peter D'Hoye · 18 years ago
  17. c5a24c6 Disable TC_RAMCACHE for archos. It doesn't make much sense with the small RAM, and disabling reduces binary size. by Jens Arnold · 18 years ago
  18. 5e5bfab * fixed the pitch screen key mappings for all targets, targets require a by Jonathan Gordon · 18 years ago
  19. 013ab3d Added assembly lcd_yuv_blit for iAudio X5 and misc. display related changes by Michael Sevakis · 18 years ago
  20. c4a59a2 eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, added debug entry for h3x0 that allows to write to the eeprom by Peter D'Hoye · 18 years ago
  21. 99bb00b Removed annoying debug output by Linus Nielsen Feltzing · 18 years ago
  22. 47c0bf6 Reverted an accidental change by Linus Nielsen Feltzing · 18 years ago
  23. 224c0a1 Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. by Linus Nielsen Feltzing · 18 years ago
  24. eb1dd38 Add support for displaying the the current path or the full path (or neither) in the file browser. Check General Settings -> File View -> Show Path for the options. by Dan Everton · 18 years ago
  25. edf3bcf Change default contrast for iPod 3G by Daniel Ankers · 18 years ago
  26. d39b797 Patch #5223 by Jonathan Gordon: Turn on the main screen's backlight when using the iriver NON-LCD remote (set the remote backlight to off if you don't want it) by Hristo Kovachev · 18 years ago
  27. 5019b32 Make sure dircache blocks correctly. by Miika Pekkarinen · 18 years ago
  28. 979dd7a Make sure the EQ is always applied to the DAC path. by Dan Everton · 18 years ago
  29. 8030c80 Add support for the iPod Video hardware equalizer. You can access it from Sound Settings -> Equalizer -> Hardware Equalizer. Note that the peak filters are reported not to work. Based on FS#5791 from Snyper. by Dan Everton · 18 years ago
  30. 5fc856c Accepted FS#5807 by Michael Sevakis - ASM optimized lcd_update(). by Rani Hod · 18 years ago
  31. c1810b3 Added support for 512MB chips. Added support for multiple chips. by Tomasz Malesinski · 18 years ago
  32. 4e36352 Iriver iFP7xx memory layout adjustment. by Tomasz Malesinski · 18 years ago
  33. 4e5f4ee Iriver iFP7xx sound support. by Tomasz Malesinski · 18 years ago
  34. 7fe7427 Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an initial (untested) implementation for the Gigabeat by Dave Chapman · 18 years ago
  35. 2c002d8 include gigabeat files from the target tree by Marcoen Hirschberg · 18 years ago
  36. 95b2781 Remove unneeded and unwanted parameter checking from lcd_yuv_blit() - bring the ipod Color/Nano implementation in line with other targets by Dave Chapman · 18 years ago
  37. 0a06824 initial gigabeat bootloader (only test code) by Marcoen Hirschberg · 18 years ago
  38. dd75488 update the gigabeat code and move to target_tree by Marcoen Hirschberg · 18 years ago
  39. 3491147 Delay loops were too short for non-logf enabled builds @ 120 MHz. by Miika Pekkarinen · 18 years ago
  40. bcd94a9 Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5. by Rani Hod · 18 years ago
  41. 3b52bb9 Properly handle early USB mode, dircache and tagcache state files with by Miika Pekkarinen · 18 years ago
  42. 1204136 Some indent/c99 style cleanup by Barry Wardell by Hristo Kovachev · 18 years ago
  43. 9dc0e62 Patch #5731 by Barry Wardell: more iriver h10 work. Thanks! by Hristo Kovachev · 18 years ago
  44. fe6f4f2 Make the grey shades on greyscale iPods a little darker, and the dark grey on H1x0 a little brighter. by Jens Arnold · 18 years ago
  45. f64ad7d Patch #5789 by Mike Sevakis - Proper shut down of Coldfire targets by Linus Nielsen Feltzing · 18 years ago
  46. 246c398 Fixed the iAudio X5 bootloader errors. by Miika Pekkarinen · 18 years ago
  47. e1eb91b Bootloader support to search firmware also from flash. Bootloader <-> by Miika Pekkarinen · 18 years ago
  48. e559cdb fixed bootloader problem not only for x5. by Rani Hod · 18 years ago
  49. 7d4d6ce fixed bootloader build error due to last commit. by Rani Hod · 18 years ago
  50. c9f59e6 Accepted FS #5772 by Michael Sevakis by Rani Hod · 18 years ago
  51. f8866a3 Oops. Remove declaration of unused variable - fix the warning by Dave Chapman · 18 years ago
  52. 13b23fb Implementation of lcd_yuv_blit() for the ipod 5g. by Dave Chapman · 18 years ago
  53. c5a309a H300: * Implemented lcd_yuv_blit(). Speeds up video playback by about 7%. No bounds check in lcd_yuv_blit() (by convention), implementations for other targets should be adapted. * Fixed off-by-one bug in lcd_update_rect() by Jens Arnold · 18 years ago
  54. fa02b6c Let eeprom driver return the error number. This is just a cover-up commit to hide the fact that I broke the eeprom dump in my previous commit. Some code cleanup as bonus. by Peter D'Hoye · 18 years ago
  55. c9d6656 Initial commit of work-in-progress MPEG video player plugin based on libmpeg2. Works on all targets with colour LCDs, but most optimised for the ipod Color/Photo and Nano. It currently only plays raw MPEG-1 or MPEG-2 video streams (no audio). Also adds a new lcd_yuv_blit() function to the plugin API - currently only implemented for the ipod Color/Photo and Nano. by Dave Chapman · 18 years ago
  56. c214e7b Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c by Jens Arnold · 18 years ago
  57. 3b4932a Ignore the reset cookie when rockbox has been flashed. by Miika Pekkarinen · 18 years ago
  58. d2d55da Fixed the build errors. by Miika Pekkarinen · 18 years ago
  59. 954b732 Initial support and use for EEPROM memory on H120 & H140 players when by Miika Pekkarinen · 18 years ago
  60. 174af79 Initial EEPROM driver for iriver H1xx. by Miika Pekkarinen · 18 years ago
  61. 5aa5ef3 Delete some unneccessary code by Daniel Ankers · 18 years ago
  62. 6492fa2 H10 is a target_tree target by Daniel Stenberg · 18 years ago
  63. 4d75350 Barry Wardell's H10 adjustments by Daniel Stenberg · 18 years ago
  64. 86bff1c Barry Wardell's initial work for the iriver H10 port by Daniel Stenberg · 18 years ago
  65. f40a1b1 Fix failed builds for non-iPod builds by Daniel Ankers · 18 years ago
  66. cec7cdc Initial work for coprocessor support on iPods. FS#5755 by Daniel Ankers · 18 years ago
  67. 75f3fd0 better PP checks by Daniel Stenberg · 18 years ago
  68. 668a664 nicer check for PP and now using crt0.o for ARMs that aren't ipod archs by Daniel Stenberg · 18 years ago
  69. d8ac607 Tagcache: Fixed runtime stats not being gathered when tagcache is kept by Miika Pekkarinen · 18 years ago
  70. 879d853 Reduced the logf output. Please enable the lines only when necessary. by Miika Pekkarinen · 18 years ago
  71. 6a8aebb better check for portalplayer targets by Daniel Stenberg · 18 years ago
  72. dc22c6c use this on all PP chips by Daniel Stenberg · 18 years ago
  73. 6dbdfd8 introducing CPU_PP as a define to check for PortalPlayer chips with by Daniel Stenberg · 18 years ago
  74. 7731729 better names for the target-specific files and define PP5024 properly by Daniel Stenberg · 18 years ago
  75. 0fc30d1 added mostly dummy changes to allow building of a Sansa e200 bootloader by Daniel Stenberg · 18 years ago
  76. 97cf946 do PP5024 like PP5020 until we found out more by Daniel Stenberg · 18 years ago
  77. 95ea758 First configure support for setting up iriver H10 and SanDisk Sansa e200 by Daniel Stenberg · 18 years ago
  78. d6c3815 Always align allocated buffers on 32-bit boundaries by Linus Nielsen Feltzing · 18 years ago
  79. c255073 Patch #5740 by Mike Sevakis - X5 LCD performance enhancements by Linus Nielsen Feltzing · 18 years ago
  80. 8630f07 Applied FS# 5736 by Alexander Levin. by Rani Hod · 18 years ago
  81. cc839a2 Applied FS#5734 by Michael Sevakis (X5 LCD contrast bugfix and by Rani Hod · 18 years ago
  82. 78f425d Applied FS #5727 (fix backlight flicker on X5) by Michael Sevakis by Rani Hod · 18 years ago
  83. 0d58ea4 Add a define for unplugged remote by Hristo Kovachev · 18 years ago
  84. d17d08c LCD remote support for iAudio X5 by Linus Nielsen Feltzing · 18 years ago
  85. 38719f8 Remote backlight is in the target tree for X5 by Linus Nielsen Feltzing · 18 years ago
  86. 8af0477 Put the X5 LCD frame buffer in SDRAM by Linus Nielsen Feltzing · 18 years ago
  87. 05ddd9a X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. by Jens Arnold · 18 years ago
  88. cb36fec LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scrolltext drawing anywhere. * Cleanup, fixes and definitions in preparation for X5 remote. by Jens Arnold · 18 years ago
  89. c849219 Moved the X5 button driver to the target tree by Linus Nielsen Feltzing · 18 years ago
  90. 40a3fd6 Remote LCD communication driver for X5, very loosely based on patch FS#5634 by Rani Hod by Linus Nielsen Feltzing · 18 years ago
  91. 8eef014 Include more files from the target tree in the source tarballs by Linus Nielsen Feltzing · 18 years ago
  92. b40eb3d Fixed unicode buffer overflow issue (metadata parser crashed with some by Miika Pekkarinen · 18 years ago
  93. f18f9a8 Patch FS#5712 by Michael Sevakis - X5 Backlight brightness improvement/fix by Linus Nielsen Feltzing · 18 years ago
  94. 8218d47 Changed copyright by Linus Nielsen Feltzing · 18 years ago
  95. 35b114d Ooops, forgot to use memset-arm.S by Linus Nielsen Feltzing · 18 years ago
  96. 5a0cb68 Moved some assembly optimizations to the target tree by Linus Nielsen Feltzing · 18 years ago
  97. 9051afa Contrast setting cleanup: * Only include contrast setting for targets where it's used. * Make lcd_default_contrast() a stub for simulators. by Jens Arnold · 18 years ago
  98. 52aaa75 Restore the default backlight settings broken by Rani by Linus Nielsen Feltzing · 18 years ago
  99. 943ff8d Implement frequency scaling on iPod 3Gs - FS #5686 by Daniel Ankers · 18 years ago
  100. 24a4bb3 double fault. by Rani Hod · 18 years ago