1. 95298a9 mp3 playback "engine" now in plugin API, rocks can make sound by Jörg Hohensohn · 21 years ago
  2. 41354a8 Fixed bug when inserting playlists where comment and empty lines were not being skipped. by Hardeep Sidhu · 21 years ago
  3. 7789f98 preparation for running directly from flash ROM by Jörg Hohensohn · 21 years ago
  4. bf4460e no code change, I just forgot to take my template disassembly out (a big comment block) by Jörg Hohensohn · 21 years ago
  5. 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
  6. 0a8fef9 Synced. by Mats Lidell · 21 years ago
  7. 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
  8. 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
  9. bd7c07a Fixed warning by Hardeep Sidhu · 21 years ago
  10. 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
  11. 1c7a88d Version 2 sync. by Mats Lidell · 21 years ago
  12. da115da Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out. by Linus Nielsen Feltzing · 21 years ago
  13. a4c67dc Brian Foley fixed a flaw that made this code segfault on bigendian systems by Daniel Stenberg · 21 years ago
  14. 61ba8bb Added Open Neo contributor Francois Boucher by Björn Stenberg · 21 years ago
  15. 11fe01b Updated german language file (in V2 format). by Uwe Freese · 21 years ago
  16. a91dfd5 Henrik Backe's english language file cleanup. This ups the language file by Daniel Stenberg · 21 years ago
  17. 8e044b7 mkdir() fix for the winsim, should fix the red build. by Daniel Stenberg · 21 years ago
  18. 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
  19. 33acdef Andreas Stemmer's update by Daniel Stenberg · 21 years ago
  20. 9891230 Check USB before resuming by Björn Stenberg · 21 years ago
  21. c0b90ec link to the rvf docs as well by Daniel Stenberg · 21 years ago
  22. 5ed1135 Andreas Stemmer's tools page! by Daniel Stenberg · 21 years ago
  23. f8f7b56 forgot </ol> by Daniel Stenberg · 21 years ago
  24. 39051a5 The bookmark options were incorrectly read from the settings block, even if the data was uninitialized. by Linus Nielsen Feltzing · 21 years ago
  25. f33b951 Fixed the english language file, patch by Philip Pertermann by Linus Nielsen Feltzing · 21 years ago
  26. 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
  27. 14971f4 gone! by Daniel Stenberg · 21 years ago
  28. 505584e <dir> is now [dir] by Daniel Stenberg · 21 years ago
  29. de850d4 we have bookmarks, prerecording and 23 languages by Daniel Stenberg · 21 years ago
  30. 8f4550a minor formatting fix by Daniel Stenberg · 21 years ago
  31. 2e1844a Zakk Roberts' docs, edited by me by Daniel Stenberg · 21 years ago
  32. 91cb20b Added bookmark.c. Defined HAVE_RTC. by Hardeep Sidhu · 21 years ago
  33. 11280c7 Don't start wps from rockbox_browse(). by Hardeep Sidhu · 21 years ago
  34. e692b0e prepared to flash uncompressed ucl such that suitable Rockbox builds directly execute from ROM by Jörg Hohensohn · 21 years ago
  35. a8c9dd2 a typo prevented proper loading of the LCD flip from .cfg files by Jörg Hohensohn · 21 years ago
  36. db6f7cf *** empty log message *** by Björn Stenberg · 21 years ago
  37. fa0f02c Fixed the settings crash. The SH1 CPU is very picky about alignment. by Linus Nielsen Feltzing · 21 years ago
  38. 862d2b5 warning + obsolete variable removed by Jörg Hohensohn · 21 years ago
  39. 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
  40. 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
  41. c9a9776 Allow any non-play button to cancel auto-bookmark by Björn Stenberg · 21 years ago
  42. baa991a Fixed resume problem (caused by the change from short to int) by Björn Stenberg · 21 years ago
  43. c5f0b46 Always show correct play mode by Björn Stenberg · 21 years ago
  44. 7c75386 Ooops. Forgot to clear the newly allocated cluster in mkdir() by Linus Nielsen Feltzing · 21 years ago
  45. 54353e0 Second bug in mkdir() :-) by Linus Nielsen Feltzing · 21 years ago
  46. d815ad6 Added mpeg_next_track(), which returns a pointer to the id3 struct of the by Daniel Stenberg · 21 years ago
  47. ce1c93d First mkdir() bug killed :-) by Linus Nielsen Feltzing · 21 years ago
  48. 60b1c4b Implemented the mkdir() function in the FAT32 driver by Linus Nielsen Feltzing · 21 years ago
  49. a73cc6a Re-added wake-up alarm which was lost in the menu reorganisation. by Björn Stenberg · 21 years ago
  50. 4044f1e nicer reverse play, FF/FR with acceleration and position bar by Jörg Hohensohn · 21 years ago
  51. 0151659 Firmware and a lost question mark. by Mats Lidell · 21 years ago
  52. 453a799 Synced. by Mats Lidell · 21 years ago
  53. ef1ecad Fixed typo by Björn Stenberg · 21 years ago
  54. 218754a Added display of acoustic management, power management and read look-ahead. by Björn Stenberg · 21 years ago
  55. fe375a0 Menu reorganization (patch #872810 by Peter Schneider) by Björn Stenberg · 21 years ago
  56. a53afc0 Added acoustic management, power management and read look-ahead. by Björn Stenberg · 21 years ago
  57. d2b625f Craig Sather's patch #749974: by Daniel Stenberg · 21 years ago
  58. e99f3b2 Removed warnings by Björn Stenberg · 21 years ago
  59. a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
  60. 50b6358 Craig Sather's patch #849405: by Daniel Stenberg · 21 years ago
  61. 1936c41 Slightly improved VBR fixer, now uses the same template header throughout the entire file by Linus Nielsen Feltzing · 21 years ago
  62. bc9f60d mpeg_stop() now clears the paused flag in the simulator by Linus Nielsen Feltzing · 21 years ago
  63. 1cd5b02 Increased the mp3 buffer for the simulator, to avoid crash when running the Xing header generator by Linus Nielsen Feltzing · 21 years ago
  64. 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
  65. 8815d88 Synced. by Mats Lidell · 22 years ago
  66. 04519db Restore LCD margins after plugin exits by Björn Stenberg · 22 years ago
  67. be01f63 Fix cygwin/X11 build by defining _SSIZE_T_ by Hardeep Sidhu · 22 years ago
  68. ec5d446 next round of playback function split: everything in place, working and used; except for the playtime by Jörg Hohensohn · 22 years ago
  69. 1e32b94 Added mp3_playback.c by Hardeep Sidhu · 22 years ago
  70. 165b9e8 Removed malloc by Björn Stenberg · 22 years ago
  71. 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
  72. 4b4776c Removed gnush by Björn Stenberg · 22 years ago
  73. 123ae83 Added multimedia support (but no compression) by Björn Stenberg · 22 years ago
  74. 8463a2b ancient experimental test code not used for 2+ years, removed by Daniel Stenberg · 22 years ago
  75. 5c7d668 prehistoric stuff never used by Daniel Stenberg · 22 years ago
  76. e11a1e2 malloc is not used in Rockbox by Daniel Stenberg · 22 years ago
  77. 21fba08 not used by Daniel Stenberg · 22 years ago
  78. e428647 Itai Shaked/pascal paillet (?) brought this mosaique plugin displaying by Daniel Stenberg · 22 years ago
  79. aac303e Lee Pilgrim's patch to enable the chip8 plugin for the simulator by Daniel Stenberg · 22 years ago
  80. 0f68958 Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectories by Daniel Stenberg · 22 years ago
  81. 7b4cc78 Updated the plugin API number due to the modified splash(). The plugins made by Daniel Stenberg · 22 years ago
  82. 84a7b24 adjust to the new splash() by Daniel Stenberg · 22 years ago
  83. 0582b91 use the new splash() api by Daniel Stenberg · 22 years ago
  84. cd8847b Fixed the newly introduced hang when leaving the recording screen by Linus Nielsen Feltzing · 22 years ago
  85. 1afa395 The splash() function's second argument (keymask) is now removed, as it by Daniel Stenberg · 22 years ago
  86. fe706d2 add newline at end of file as older gcc compilers warn about this by Daniel Stenberg · 22 years ago
  87. 7f749b4 Added support for multimedia .ajz files by Björn Stenberg · 22 years ago
  88. a55bfd9 removed evil DOS newlines by Daniel Stenberg · 22 years ago
  89. b46a8c6 fix by Alex Pleiner by Jörg Hohensohn · 22 years ago
  90. e412a98 typo: one create_thread() too many, caused crash by Jörg Hohensohn · 22 years ago
  91. daaec5d still trying to fix the sim (blindfolded) by Jörg Hohensohn · 22 years ago
  92. 97c76f9 trying to fix the sim by Jörg Hohensohn · 22 years ago
  93. 881b53f fixes the red builds, I hope by Jörg Hohensohn · 22 years ago
  94. f993365 Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc. by Jörg Hohensohn · 22 years ago
  95. 974c2f0 tolerate firmware v1.32 for a V2 Recorder by Jörg Hohensohn · 22 years ago
  96. 2fa3ea3 bring back the cat for the preprocessing of the app.lds file, since by Daniel Stenberg · 22 years ago
  97. 187b8ed Got rid of the reset parameter to xxx_unsynched() by Linus Nielsen Feltzing · 22 years ago
  98. 219d52a ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch the whole tag before we can parse the individual frames. by Linus Nielsen Feltzing · 22 years ago
  99. 32c6631 oops, before code police arrests me: C++ style comment removed by Jörg Hohensohn · 22 years ago
  100. 0aad375 checks relaxed again, to tolerate firmware 1.15-1.29 for recorders by Jörg Hohensohn · 22 years ago