1. b7638be Fix: read the correct registers for player HD spindown by Jens Arnold · 20 years ago
  2. 4820177 Enable building flashed rockbox and rombox for players by Jens Arnold · 20 years ago
  3. cbf9da4 Added make clean by Jens Arnold · 20 years ago
  4. 09280d0 Player: initialize backlight control pin (for coldstart) by Jens Arnold · 20 years ago
  5. 2a89e7d New players: switch on the HD in ata_init() by Jens Arnold · 20 years ago
  6. b8b94f1 Adjustments for player bootloader: (1) Correct HD power pin polarity. (2) Only power on HD if not started by charger insertion. (3) Changed button read to use port C instead of ADC. This allows for 3 buttons as on the other platforms. by Jens Arnold · 20 years ago
  7. 0044a04 the -t test option now does no memory test, but enables 38400 baud on players by Jörg Hohensohn · 20 years ago
  8. 50d363f HD spindown for Players by Jörg Hohensohn · 20 years ago
  9. c519e63 Makefile and adjustments for compiling uart_boot under cygwin by Jens Arnold · 20 years ago
  10. 3023700 There will soon exist bitmapped players without RTC (iRiver) by Linus Nielsen Feltzing · 20 years ago
  11. e68ccbd Added iRiver button codes by Linus Nielsen Feltzing · 20 years ago
  12. e17938c Added ADC_UNREG_POWER for the iRiver, for compatibility by Linus Nielsen Feltzing · 20 years ago
  13. 359ef77 Bug fix: Unit for the 'Peak Release' setting was not displayed, and calling that setting caused a NULL pointer access by Jens Arnold · 20 years ago
  14. bb4872e We use the apps/recorder dir for the iriver build as well by Linus Nielsen Feltzing · 20 years ago
  15. 7c5f5f5 iRiver: SWAB16 and SWAB32 macros by Linus Nielsen Feltzing · 20 years ago
  16. 3ad0879 Correct polarity for the iRiver backlight pin by Linus Nielsen Feltzing · 20 years ago
  17. 003247e Added iRiver ADC tick task by Linus Nielsen Feltzing · 20 years ago
  18. 0decb00 Added iRiver button handling by Linus Nielsen Feltzing · 20 years ago
  19. 27d00ca Added iRiver ADC channel info by Linus Nielsen Feltzing · 20 years ago
  20. fea2472 Added iRiver button codes by Linus Nielsen Feltzing · 20 years ago
  21. 6acdfd7 Correct keyboard type by Linus Nielsen Feltzing · 20 years ago
  22. b98e74e Added IRIVER_H100_PAD by Linus Nielsen Feltzing · 20 years ago
  23. 1a479d6 Late-add the final silence clip to the queue. This ensures correct shutup() while that clip is playing. Swallowed clip beginnings should be finally gone now. Optimization of the queue pointer handling. by Jens Arnold · 20 years ago
  24. fee06d6 Bug fix: First dereference, then subscript, instead of vice versa. The old code never stored the correct header, and even caused NULL pointer accesses. by Jens Arnold · 20 years ago
  25. 24e6dff append the "silence" clip at the end of voice output, this avoids clicks and missing ends especially with low bitrates by Jörg Hohensohn · 20 years ago
  26. 605cf4c Fix: my previous adjustments broke access to external MMC on newer Ondio models (mask bit 2 == 1). Xor operator works bitwise, so both operators need to be logical values here by Jens Arnold · 20 years ago
  27. 2cf1a89 Ondio: adjustments for models with mask bit 2 == 0 (different MMC clock select circuitry) by Jens Arnold · 20 years ago
  28. 6554417 Only sort once by Björn Stenberg · 20 years ago
  29. 6b4e5f8 You can now leave the playlist viewer with OFF, and the hold-Play context menu works better now by Linus Nielsen Feltzing · 20 years ago
  30. 4bd3e61 The favorites plugin can now be a viewer as well by Linus Nielsen Feltzing · 20 years ago
  31. 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
  32. 34145af Simplified ID3 tag handling, removing the nasty NULL pointer accesses. Correct handling of missing/corrupt tracks in playlists. by Linus Nielsen Feltzing · 20 years ago
  33. 8071de3 Added space to name prefix by Björn Stenberg · 20 years ago
  34. 9bcd2a9 Better feedback by Linus Nielsen Feltzing · 20 years ago
  35. f78524b Bug fix: Do only flush the sector buffer after writing head bytes if it really needs to be. The old code did flush always, causing the huge slowdown of fprintf() and other places writing byte-wise by Jens Arnold · 20 years ago
  36. 0b959cf iRiver: Now sets the LCD RESET pin correctly by Linus Nielsen Feltzing · 20 years ago
  37. 890558e The tools are to be built with the native compiler by Linus Nielsen Feltzing · 20 years ago
  38. 685aeb5 Handle invalid playlist entries properly in new_file(). This fixes bug report #1060759 by Linus Nielsen Feltzing · 20 years ago
  39. 7b95e60 Improved keyboard handling for Ondio, avoiding unintuitive key combos: (1) Uses 2 modes, picker and line edit, selectable by moving the cursor vertically. (2) Flips between pages on left/right wrap. No dedicated shift key. by Jens Arnold · 20 years ago
  40. aeedd7d Increased MMC init timeout (again), and sleep() between consecutive tries. by Jens Arnold · 20 years ago
  41. 31e2e01 Increased init timeout to account for some very slow (SD) cards by Jens Arnold · 20 years ago
  42. 1f6c480 Only voice the MMC remove prompt if voicing is enabled by Jens Arnold · 20 years ago
  43. 0ee36f8 Removed workaround for non-zeroed bss. Added a little optimization for pause mode by Jens Arnold · 20 years ago
  44. 4533d62 Prepend user to subject string by Björn Stenberg · 20 years ago
  45. 803c87d New weird syntax by Björn Stenberg · 20 years ago
  46. 83b8ede Const is allowed. by Björn Stenberg · 20 years ago
  47. 727d8d2 Use new info format by Björn Stenberg · 20 years ago
  48. d4c1fc6 Corrected hostname by Björn Stenberg · 20 years ago
  49. 383df5c Using new debian syncmail by Björn Stenberg · 20 years ago
  50. 1710e38 Fixed the player sim. There is no SH1 hardware in the simulator... by Jens Arnold · 20 years ago
  51. 2e290d6 Important step towards player flashing: LCD inits for both new LCD (confirmed working) and old LCD. by Jens Arnold · 20 years ago
  52. ca81ed2 Zero out plugin RAM before loading a plugin, to ensure a properly zeroed bss area. This matters because gcc puts zero-initialized data into bss by Jens Arnold · 20 years ago
  53. f497a56 Downtime due to maintenance by Björn Stenberg · 20 years ago
  54. 2024e19 Set style for 'html' too by Björn Stenberg · 20 years ago
  55. 00321de Correct polarity for NewPlayer HD power control. by Jens Arnold · 20 years ago
  56. e345679 Fixed iriver simulator build by Björn Stenberg · 20 years ago
  57. d15d155 Turn off the recording LED before reporting disk-full errors. Fixes bug report #1061647 by Linus Nielsen Feltzing · 20 years ago
  58. f540e5c Unique error codes by Jens Arnold · 20 years ago
  59. db14d8e New plugin: Oscilloscope, with the thought-to-be impossible horizontal aspect by Jens Arnold · 20 years ago
  60. 8ed5003 Ondio: Increased PLAY_PENDING thresholds for smooth playback of all bitrates right from the start by Jens Arnold · 20 years ago
  61. 6fde243 Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz layer 2 files. Others: Correct serial bitrate allows increasing the postpone_dma_tick delay a bit without disturbing playback of same files. by Jens Arnold · 20 years ago
  62. 1c9ab1b Reverted to the earlier modulo method for creating a range of random numbers, since the new method could generate too large numbers by Linus Nielsen Feltzing · 20 years ago
  63. 04c5ecb Wrong typing caused a very skewed random number distribution by Linus Nielsen Feltzing · 20 years ago
  64. 8366394 Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency. by Jens Arnold · 20 years ago
  65. 319d5f7 new_file() now correctly bails out if all files in the playlist are corrupt. This fixes bug report #1060753. by Linus Nielsen Feltzing · 20 years ago
  66. b109e93 Removed #include math.h by Linus Nielsen Feltzing · 20 years ago
  67. ade3387 Removed the depfile dependency for the .elf target, so all plugins aren't relinked every time a plugin source file changes by Linus Nielsen Feltzing · 20 years ago
  68. 08ef046 Changed windows installer info by Linus Nielsen Feltzing · 20 years ago
  69. 4963be2 Updated uninstallation instructions by Linus Nielsen Feltzing · 20 years ago
  70. 8d68eb6 Ported to iRiver (unfinished) by Linus Nielsen Feltzing · 20 years ago
  71. 01530ac Proper USB detection for iRiver by Linus Nielsen Feltzing · 20 years ago
  72. a062b4a Correct handling of unhandled exceptions for coldfire by Linus Nielsen Feltzing · 20 years ago
  73. b2ffaa9 Ported to iriver by Linus Nielsen Feltzing · 20 years ago
  74. ded6894 Adjusted for iriver by Linus Nielsen Feltzing · 20 years ago
  75. f7f4116 Fixed VC6 simulator build by Hardeep Sidhu · 20 years ago
  76. 9e4ea30 Clearer installation instructions by Linus Nielsen Feltzing · 20 years ago
  77. 562a5bf Server was down by Björn Stenberg · 20 years ago
  78. fb60a29 Added 74 and 80 minute recording time splits, for convenient CD creation, fixes feature request #1052616 by Linus Nielsen Feltzing · 20 years ago
  79. b91b6dc Removed font and language links by Björn Stenberg · 20 years ago
  80. 6e27ad7 Added Ondio to the list of players by Linus Nielsen Feltzing · 20 years ago
  81. 9c4423f Coldfire: System tick at 10ms by Linus Nielsen Feltzing · 20 years ago
  82. 75a9a9b Coldfire: the timers can only be autovectored, let's put the tick timer at level 3 by Linus Nielsen Feltzing · 20 years ago
  83. d129486c Let's start with the basic oscillator frequency by Linus Nielsen Feltzing · 20 years ago
  84. 58462ab The timer registers are 16-bit by Linus Nielsen Feltzing · 20 years ago
  85. abeb582 Coldfire: set_irq_level() mixed up the in/out registers by Linus Nielsen Feltzing · 20 years ago
  86. bf41fce Coldfire: Clear the .bss section by Linus Nielsen Feltzing · 20 years ago
  87. c32272b We just released 2.3... by Jens Arnold · 20 years ago
  88. 4f3b9ed Add dummy text if some tags are missing by Björn Stenberg · 20 years ago
  89. 94a5e70 Release 2.3 by Björn Stenberg · 20 years ago
  90. ad12983 Jiri Jurecek helped with the czech language by Linus Nielsen Feltzing · 20 years ago
  91. 3a0ddff Patch #1040774, updated Czech language by Linus Nielsen Feltzing · 20 years ago
  92. e8b0a3e Patch #1053410, updated wallisertitsch language by Linus Nielsen Feltzing · 20 years ago
  93. 1149c04 Patch #1053288 by Mourad Jaber, french language update by Linus Nielsen Feltzing · 20 years ago
  94. e5b141c Wrong access mask for LCD and ATA registers by Linus Nielsen Feltzing · 20 years ago
  95. 2a83ce5 New LCD driver for iRiver H100 by Linus Nielsen Feltzing · 20 years ago
  96. 5cf3317 Ported to iRiver H100 by Linus Nielsen Feltzing · 20 years ago
  97. 4f99fff Hyperlinked the LCD news even better by Linus Nielsen Feltzing · 20 years ago
  98. 0341bef Hyperlinked the LCD news by Linus Nielsen Feltzing · 20 years ago
  99. f0c4f3a Added iRived LCD news by Linus Nielsen Feltzing · 20 years ago
  100. ba80918 Ported to Coldfire by Linus Nielsen Feltzing · 20 years ago