1. dee17f7 Assembly code for copy_read_sectors() disabled: Tests with Trent showed that this is to blame for file system corruptions, even waitstates didn't fix it. No idea why, sorry... by Jörg Hohensohn · 21 years ago
  2. 05f1fc4 Empty file/dir names are now rejected by open() and mkdir() by Linus Nielsen Feltzing · 21 years ago
  3. b646d4f Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apart by filling independent instructions inbetween, this is also slightly faster because of no pipeline stall. Hopefully this fixes the problem Kargatron had with it. by Jörg Hohensohn · 21 years ago
  4. 06500c8 option to resume to the position it was stopped last time by Jörg Hohensohn · 21 years ago
  5. feb7f91 spinup the disk more early, and a recovery for underruns: seek to the last position. by Jörg Hohensohn · 21 years ago
  6. bcb4d82 Updated german language file by Uwe Freese · 21 years ago
  7. 47648b8 The new video player, with audio! by Jörg Hohensohn · 21 years ago
  8. b0147d0 Andreas Stemmer's updates by Daniel Stenberg · 21 years ago
  9. a258fe1 Better charging feedback for FM/V2 devices by Linus Nielsen Feltzing · 21 years ago
  10. 0579667 radio.h was mistakenly included for all targets by Linus Nielsen Feltzing · 21 years ago
  11. 0ac2648 fixed a warning by Jörg Hohensohn · 21 years ago
  12. 04f9cc7 Added a debug option for the FM radio detection by Linus Nielsen Feltzing · 21 years ago
  13. facfec0 give plugins access to ata_sleep(), useful for my next video player by Jörg Hohensohn · 21 years ago
  14. f448956 Fixed an array index out of bounds error by Hardeep Sidhu · 21 years ago
  15. f059419 thanks Hardeep: fix for the Win32 simulator by Jörg Hohensohn · 21 years ago
  16. b8020ca not for simulator unless lcd_blit() is implemented and mp3_xx() are stubbed by Jörg Hohensohn · 21 years ago
  17. 3dc1063 hope I killed that warning now by Jörg Hohensohn · 21 years ago
  18. 73681ff inconsistent argument type for backlight_set_timeout() fixed by Jörg Hohensohn · 21 years ago
  19. 25a1add first game with sound: chip8 makes noise by Jörg Hohensohn · 21 years ago
  20. 95298a9 mp3 playback "engine" now in plugin API, rocks can make sound by Jörg Hohensohn · 21 years ago
  21. 41354a8 Fixed bug when inserting playlists where comment and empty lines were not being skipped. by Hardeep Sidhu · 21 years ago
  22. 7789f98 preparation for running directly from flash ROM by Jörg Hohensohn · 21 years ago
  23. bf4460e no code change, I just forgot to take my template disassembly out (a big comment block) by Jörg Hohensohn · 21 years ago
  24. cb570b9 Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 for aligned and 1.2 for misaligned. Including my previous change the file reading is now nearly twice as fast compared to when I started this. -> Less disk uptime, longer battery life. by Jörg Hohensohn · 21 years ago
  25. 0a8fef9 Synced. by Mats Lidell · 21 years ago
  26. c127509 I knew this was going too fast with the new LCD function. Now contains a fix to control the speed to 71 fps, until I release the new A/V player. by Jörg Hohensohn · 21 years ago
  27. c546b70 Really squeezed lcd_write_data() with tricky assembler optimization. Now it does 114 fps when playing video from memory (way more than the ~75 fps needed, I need to slow down the video player), leaving headroom for audio. by Jörg Hohensohn · 21 years ago
  28. bd7c07a Fixed warning by Hardeep Sidhu · 21 years ago
  29. 107ebc5 Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu. by Hardeep Sidhu · 21 years ago
  30. 1c7a88d Version 2 sync. by Mats Lidell · 21 years ago
  31. da115da Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out. by Linus Nielsen Feltzing · 21 years ago
  32. a4c67dc Brian Foley fixed a flaw that made this code segfault on bigendian systems by Daniel Stenberg · 21 years ago
  33. 61ba8bb Added Open Neo contributor Francois Boucher by Björn Stenberg · 21 years ago
  34. 11fe01b Updated german language file (in V2 format). by Uwe Freese · 21 years ago
  35. a91dfd5 Henrik Backe's english language file cleanup. This ups the language file by Daniel Stenberg · 21 years ago
  36. 8e044b7 mkdir() fix for the winsim, should fix the red build. by Daniel Stenberg · 21 years ago
  37. ef7293f New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. by Linus Nielsen Feltzing · 21 years ago
  38. 33acdef Andreas Stemmer's update by Daniel Stenberg · 21 years ago
  39. 9891230 Check USB before resuming by Björn Stenberg · 21 years ago
  40. c0b90ec link to the rvf docs as well by Daniel Stenberg · 21 years ago
  41. 5ed1135 Andreas Stemmer's tools page! by Daniel Stenberg · 21 years ago
  42. f8f7b56 forgot </ol> by Daniel Stenberg · 21 years ago
  43. 39051a5 The bookmark options were incorrectly read from the settings block, even if the data was uninitialized. by Linus Nielsen Feltzing · 21 years ago
  44. f33b951 Fixed the english language file, patch by Philip Pertermann by Linus Nielsen Feltzing · 21 years ago
  45. 26f4260 Reverted to the old ADC driver, since it appeared to cause fake OFF keypresses (weird indeed, since the OFF key doesn't use the ADC on the plain Recorder). However, I did fix the batch convert, since it caused fake keypresses at boot time. by Linus Nielsen Feltzing · 21 years ago
  46. 14971f4 gone! by Daniel Stenberg · 21 years ago
  47. 505584e <dir> is now [dir] by Daniel Stenberg · 21 years ago
  48. de850d4 we have bookmarks, prerecording and 23 languages by Daniel Stenberg · 21 years ago
  49. 8f4550a minor formatting fix by Daniel Stenberg · 21 years ago
  50. 2e1844a Zakk Roberts' docs, edited by me by Daniel Stenberg · 21 years ago
  51. 91cb20b Added bookmark.c. Defined HAVE_RTC. by Hardeep Sidhu · 21 years ago
  52. 11280c7 Don't start wps from rockbox_browse(). by Hardeep Sidhu · 21 years ago
  53. e692b0e prepared to flash uncompressed ucl such that suitable Rockbox builds directly execute from ROM by Jörg Hohensohn · 21 years ago
  54. a8c9dd2 a typo prevented proper loading of the LCD flip from .cfg files by Jörg Hohensohn · 21 years ago
  55. db6f7cf *** empty log message *** by Björn Stenberg · 21 years ago
  56. fa0f02c Fixed the settings crash. The SH1 CPU is very picky about alignment. by Linus Nielsen Feltzing · 21 years ago
  57. 862d2b5 warning + obsolete variable removed by Jörg Hohensohn · 21 years ago
  58. 88faf38 Optimized the sector read loop as much as C allows. I measured an overall speed improvement for file reading of 12.5% for 16-bit aligned and 35% for misaligned. I took the rest of ata_read_sectors() out of IRAM, it's sufficient if only the copy loop stays there. by Jörg Hohensohn · 21 years ago
  59. 89d2039 Temporarily removed resume settings, since they crash! I need to look at it, but first I need to sleep. by Björn Stenberg · 21 years ago
  60. c9a9776 Allow any non-play button to cancel auto-bookmark by Björn Stenberg · 21 years ago
  61. baa991a Fixed resume problem (caused by the change from short to int) by Björn Stenberg · 21 years ago
  62. c5f0b46 Always show correct play mode by Björn Stenberg · 21 years ago
  63. 7c75386 Ooops. Forgot to clear the newly allocated cluster in mkdir() by Linus Nielsen Feltzing · 21 years ago
  64. 54353e0 Second bug in mkdir() :-) by Linus Nielsen Feltzing · 21 years ago
  65. d815ad6 Added mpeg_next_track(), which returns a pointer to the id3 struct of the by Daniel Stenberg · 21 years ago
  66. ce1c93d First mkdir() bug killed :-) by Linus Nielsen Feltzing · 21 years ago
  67. 60b1c4b Implemented the mkdir() function in the FAT32 driver by Linus Nielsen Feltzing · 21 years ago
  68. a73cc6a Re-added wake-up alarm which was lost in the menu reorganisation. by Björn Stenberg · 21 years ago
  69. 4044f1e nicer reverse play, FF/FR with acceleration and position bar by Jörg Hohensohn · 21 years ago
  70. 0151659 Firmware and a lost question mark. by Mats Lidell · 21 years ago
  71. 453a799 Synced. by Mats Lidell · 21 years ago
  72. ef1ecad Fixed typo by Björn Stenberg · 21 years ago
  73. 218754a Added display of acoustic management, power management and read look-ahead. by Björn Stenberg · 21 years ago
  74. fe375a0 Menu reorganization (patch #872810 by Peter Schneider) by Björn Stenberg · 21 years ago
  75. a53afc0 Added acoustic management, power management and read look-ahead. by Björn Stenberg · 21 years ago
  76. d2b625f Craig Sather's patch #749974: by Daniel Stenberg · 21 years ago
  77. e99f3b2 Removed warnings by Björn Stenberg · 21 years ago
  78. a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
  79. 50b6358 Craig Sather's patch #849405: by Daniel Stenberg · 21 years ago
  80. 1936c41 Slightly improved VBR fixer, now uses the same template header throughout the entire file by Linus Nielsen Feltzing · 21 years ago
  81. bc9f60d mpeg_stop() now clears the paused flag in the simulator by Linus Nielsen Feltzing · 21 years ago
  82. 1cd5b02 Increased the mp3 buffer for the simulator, to avoid crash when running the Xing header generator by Linus Nielsen Feltzing · 21 years ago
  83. 5bd3297 Faster, simplified A/D driver. The previous batch convert in init_adc() produced garbage because of the fast conversion time, causing fake keypresses that made ask_resume() return prematurely. This should fix the intermittent resume problem reported by many users. by Linus Nielsen Feltzing · 21 years ago
  84. 8815d88 Synced. by Mats Lidell · 22 years ago
  85. 04519db Restore LCD margins after plugin exits by Björn Stenberg · 22 years ago
  86. be01f63 Fix cygwin/X11 build by defining _SSIZE_T_ by Hardeep Sidhu · 22 years ago
  87. ec5d446 next round of playback function split: everything in place, working and used; except for the playtime by Jörg Hohensohn · 22 years ago
  88. 1e32b94 Added mp3_playback.c by Hardeep Sidhu · 22 years ago
  89. 165b9e8 Removed malloc by Björn Stenberg · 22 years ago
  90. 2f4a561 The Unicode parser now handles unterminated strings, plus it tries to guess the byte order when the BOM is missing (a violation of the spec, btw) by Linus Nielsen Feltzing · 22 years ago
  91. 4b4776c Removed gnush by Björn Stenberg · 22 years ago
  92. 123ae83 Added multimedia support (but no compression) by Björn Stenberg · 22 years ago
  93. 8463a2b ancient experimental test code not used for 2+ years, removed by Daniel Stenberg · 22 years ago
  94. 5c7d668 prehistoric stuff never used by Daniel Stenberg · 22 years ago
  95. e11a1e2 malloc is not used in Rockbox by Daniel Stenberg · 22 years ago
  96. 21fba08 not used by Daniel Stenberg · 22 years ago
  97. e428647 Itai Shaked/pascal paillet (?) brought this mosaique plugin displaying by Daniel Stenberg · 22 years ago
  98. aac303e Lee Pilgrim's patch to enable the chip8 plugin for the simulator by Daniel Stenberg · 22 years ago
  99. 0f68958 Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectories by Daniel Stenberg · 22 years ago
  100. 7b4cc78 Updated the plugin API number due to the modified splash(). The plugins made by Daniel Stenberg · 22 years ago