1. ddaf5f0 Revert a previous change, works around the problem of freezing on stop-while-paused, and skipping with crossfade by Brandon Low · 19 years ago
  2. b9b2bcd Fixed freezing after loader error messages. by Stepan Moskovchenko · 19 years ago
  3. 1d08533 Ipod: Move the HW revision to 'View HW info' where it belongs, and make both the HW revision and port debug work on mini (didn't fit the LCD). by Jens Arnold · 19 years ago
  4. 106f773 We don't need 2 different CRC functions. by Jens Arnold · 19 years ago
  5. 61b8604 Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA channel 0 for MMC transfer. As it has higher priority than channel 3 (used for playback), the risk of serial receive overruns is minimised. by Jens Arnold · 19 years ago
  6. 595a204 Whoops! Lousy button code... by Stepan Moskovchenko · 19 years ago
  7. 68af7ba Added ability to adjust the volume during playback. by Stepan Moskovchenko · 19 years ago
  8. a95068c Fixed voice prompts from id3 db by Hardeep Sidhu · 19 years ago
  9. 33bd218 Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar crop in vertical scroll) by Linus Nielsen Feltzing · 19 years ago
  10. b4efbdc Viewer: Don't say 'yes' to every option ;-) (Voice ID must be -1 for 'no clip'). by Jens Arnold · 19 years ago
  11. ed41ba0 Fixed bug with playlist_skip_entry when track to be skipped was less then current index by Hardeep Sidhu · 19 years ago
  12. 000397d Fix folder icons in tagcache by Hardeep Sidhu · 19 years ago
  13. a85b23f Enabled playlist functions on tracks in tagcache by Hardeep Sidhu · 19 years ago
  14. b961551 Hopefully fix some old audio playing during manual track skip w/o crossfade. Worst case was 1/5 second of audio from pcmbuflen bytes later than the playign position of the old track would play. by Brandon Low · 19 years ago
  15. 15a0a17 Fix viewer crash due to uninitialsed usage of rb-> by Jens Arnold · 19 years ago
  16. 2343a19 Text viewer: * Only show those options which really exist. * Basic button functions now available on all targets. * Implemented option setting in a more straightforward way (like the core options menus). by Jens Arnold · 19 years ago
  17. 542d9b5 Greyscale ipods: Fixed screendump for the (not-so-) new framebuffer format. by Jens Arnold · 19 years ago
  18. 85faccb Increase language buffer from 14000 to 16000 so that russian.lang fits again. Fix for bug 5286. by Peter D'Hoye · 19 years ago
  19. 69433c8 Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 5267. Also some minor code policing. by Peter D'Hoye · 19 years ago
  20. 28b5afd Optimize synth code by pre-computing the volume scaling for each note. by Stepan Moskovchenko · 19 years ago
  21. 7f1d214 Correct a Coldfire asm constraint. by Magnus Holmgren · 19 years ago
  22. 6a267a8 Don't initiate track change if at end of playlist by Hardeep Sidhu · 19 years ago
  23. 7033bae Only reset resume settings when we're really at the end of the playlist by Hardeep Sidhu · 19 years ago
  24. f67a942 Remove some debug junk, start a new build. by Stepan Moskovchenko · 19 years ago
  25. 47efba8 Fix file descriptor leak that would cause a hard lockup every 7 files by Stepan Moskovchenko · 19 years ago
  26. 224b0bf Improvements to the sections regarding the File Menu and the Playlist Submenu. Restructured File Menu section to track actual Rockbox menu order. Rewrote some portions of the Playlist Submenu section to make it more user-friendly. by Michael DiFebbo · 19 years ago
  27. a3be63d iPod: Bass/Treble settings need 5 bits, not 4 - fixes bug report #5276. This also increases the CONFIG_BLOCK_VERSION on all platforms - this will reset your settings. by Dave Chapman · 19 years ago
  28. 93ff949 Player: Credits plugin correctly working with UTF-8. Patch by Marcoen Hirschberg. by Jens Arnold · 19 years ago
  29. 982d995 Stop playing current track before starting a new playlist with an offset (eg. bookmarks). by Hardeep Sidhu · 19 years ago
  30. f79d35a ipods - First implementation of pcf50605_init() function. This enables the power-out in the Dock connector, which may help getting some accessories working - if they don't need to talk to the ipod via the Apple Accessory Protocol. Thanks to julius in IRC for testing. by Dave Chapman · 19 years ago
  31. b1feebe Oops, correctly calculate the interrupt number in UIE(). by Jens Arnold · 19 years ago
  32. b2f1b5d ---------------------------------------------------------------------- by Stepan Moskovchenko · 19 years ago
  33. 9e3da0d Fix red bootbox builds with gcc 4.x and -Os. Save a bit of code by not including the never called UIE0..UIE3. by Jens Arnold · 19 years ago
  34. 442b58c now use -Os with patched gcc by Daniel Stenberg · 19 years ago
  35. 5c1087b Alert the user for gcc compiler version used for SH if not gcc4 with rockbox patch by Daniel Stenberg · 19 years ago
  36. 23aa325 Caption-backlight: don't keep backlight on if paused as this keeps the backlight on forever. Fixes bug 5050. by Peter D'Hoye · 19 years ago
  37. b8d1a55 Properly set audio_is_initialized flag for swcodec devices ad use it when initializing crossfade. This should fix the problems with resuming playback at startup. by Hardeep Sidhu · 19 years ago
  38. 3e85306 Added description of 'Auto change directory' and 2 tag cache options to Playback Settings section of manual. by Michael DiFebbo · 19 years ago
  39. 9fe9a4f Also clear WPS backdrop when shutting down (same fix as in usb event handling). Fixes bug 5222 by Peter D'Hoye · 19 years ago
  40. e9cc570 Applied patch 2917: Fix retrieval of total sample count in get_vorbis_metadata. by Magnus Holmgren · 19 years ago
  41. 6488177 Init voice before audio because audio needs to know the voice buffer size. Seems to fix the occasional freeze at startup (if voice is used), and also seems to fix voice eating itself after playback. by Peter D'Hoye · 19 years ago
  42. d5e1157 Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done. by Magnus Holmgren · 19 years ago
  43. b4f0efc Call rb->yield() during the random game generation. by Dave Chapman · 19 years ago
  44. ac36f71 Bump the api version when something is added to the api! by Jens Arnold · 19 years ago
  45. a90f092 Oops, fix Ondio builds. by Zakk Roberts · 19 years ago
  46. 07fcf77 Patch #5056 by Jonathan Gordon, with rework and additions by me: Updated Viewer plugin. Replaces annoying mode-toggle key-combos with a settings menu, including a new 'Scroll by Line' option. I've also added a 'hands-free' auto-scroll feature and added lcd_setmargins to the plugin API, since we need it here. by Zakk Roberts · 19 years ago
  47. 0d6b555 Fix red builds? by Peter D'Hoye · 19 years ago
  48. 67ff262 Recording buffer offset must be passed on to the firmware calls, not the other way around. Should fix yellow builds. by Peter D'Hoye · 19 years ago
  49. 8e71f90 The recording buffer should not try to use the voice buffer, so map our buffer after it. On swcodec targets, recording always uses this buffer so always notify the others that we did. Fixes bug 4754. by Peter D'Hoye · 19 years ago
  50. 65167c9 Synced, and some fixes/updates. by Magnus Holmgren · 19 years ago
  51. e5b132d Ondio, gmini, ipod: Don't trigger vkeyboard accept if the button is already pressed when entering it. Fixes inability to save a new game from sudoku on Ondio, and potential similar problems. by Jens Arnold · 19 years ago
  52. f376eb5 Silence 2 gcc4 warnings. by Jens Arnold · 19 years ago
  53. e187e01 Fix one seeking bug: when seeking back to before a resume point, audio from another track could be played. by Magnus Holmgren · 19 years ago
  54. 3bd4b0b Fix problem with loading bookmarks from the root folder (causing the simulator to crash). by Magnus Holmgren · 19 years ago
  55. b236dc6 Fixed problem with incorrect first index after resume by Hardeep Sidhu · 19 years ago
  56. fede7ff Fixed playlist control corruption on dircache systems by Hardeep Sidhu · 19 years ago
  57. 290801f Ooops. Fix red bootbox builds. by Jens Arnold · 19 years ago
  58. 03cff57 SH1: Moved exception vector table generation and weak aliasing into an asm block. Allows building with gcc 4.x by Jens Arnold · 19 years ago
  59. 4bfdd1f Clear wps backdrop on USB event when in wps. Fix for bug report 4752 by Peter D'Hoye · 19 years ago
  60. 2220d39 Whoops... by Zakk Roberts · 19 years ago
  61. c9d2d45 Boxes WPS for 320x240 LCDs (iPod 5G). by Zakk Roberts · 19 years ago
  62. a8b0a6d ATA driver: * Don't lie to gcc about which parameters the assembler optimised loops touch. Fixes problems with higher optimisation levels. Some slight tweaks for SH1. * Prevent the assembler loops from being inlined as this is less efficient than having them in IRAM (only relevant at higher optimisation levels). by Jens Arnold · 19 years ago
  63. ee72027 Fix the first-frame memmove from pretending the data is interleaved, which it isn't anymore. This should fix all remaining gapless problems with Musepack. by Thom Johansen · 19 years ago
  64. c9dfa68 Move the screenshot in pacbox and add a caption to the general settings screen shot by Martin Arver · 19 years ago
  65. 43a105a Make libmusepack output the last frame in two passes. Reclaim the IRAM taken in the last commit. Please let me know if you can hear any artifacts or get any broken files from this! by Thom Johansen · 19 years ago
  66. a181a4c Fixed a bug where it didn't warn on lack of quotes as it was supposed to. by Daniel Stenberg · 19 years ago
  67. 07aaf52 empty strings should be provided as "" and not as plain blanks by Daniel Stenberg · 19 years ago
  68. 5f0395d While waiting further and better improvements, this fixes the bug to by Daniel Stenberg · 19 years ago
  69. f004315 Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldfire and ARM targets should benefit much from this. by Thom Johansen · 19 years ago
  70. 103ebf7 Converted sound settings chapter to use \settings macro. by Thom Johansen · 19 years ago
  71. 9c426e9 Add new macro \setting for settings / menu entries. Used in tagcache section. by Dominik Riebeling · 19 years ago
  72. 7ab7c56 Fix the icons to not be target specific (by making them b/w) by Martin Arver · 19 years ago
  73. 70295bf Add a caption to the sound setting screen. dos2unix'ed the file as well. by Martin Arver · 19 years ago
  74. a7c20ac Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)). It's cleaner this way, and fixes sh-elf-gcc 3.4.x builds with -Os or -O2. by Jens Arnold · 19 years ago
  75. 171b5ff H300: add a small delay between lcd enable and backlight on. Avoids a flash at backlight on when using dark backgrounds. (fix for bug 4764) by Peter D'Hoye · 19 years ago
  76. 52ad389 Improve the crossfade entry by Brandon Low · 19 years ago
  77. 4564f5c Don't magically skip tracks without user interraction by Brandon Low · 19 years ago
  78. f6db368 Change the float placement to H (as in HERE) for screenshots and in-text-tables. by Martin Arver · 19 years ago
  79. 69cf4f5 This seems to fix a few bugs in that by Brandon Low · 19 years ago
  80. da1cddf This seems to make selecting a new track from the file browser work very close to right. by Brandon Low · 19 years ago
  81. 96dce1d SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in preparation for switching to -Os. Workaround could be removed again for gcc 3.4.x. by Jens Arnold · 19 years ago
  82. 5398f72 The last frame of Musepack files can contain double the amount of samples as in ordinary frames, so let's double our buffer size to accomodate... by Thom Johansen · 19 years ago
  83. 75de60b Reduce instructions in debug audio thread loop slightly by Brandon Low · 19 years ago
  84. 1191fa4 Make playback not screw up if the user tries to seek on musepack by Brandon Low · 19 years ago
  85. 9df0ea8 Fix warning. by Thom Johansen · 19 years ago
  86. ef1a36c Use the Rockbox endian swap routine instead of the default one. by Thom Johansen · 19 years ago
  87. 8324725 Correctly identify end of file. by Thom Johansen · 19 years ago
  88. 522ec27 Switch inserts back from do while to while loops, because mpc likes to insert zero byte chunks at the end of files. by Brandon Low · 19 years ago
  89. 2306433 Make crossfade less twitchy more by Brandon Low · 19 years ago
  90. 08cdc43 GOTO POWER. Improve crossfade performance, and cleanliness, and termination conditions. Make consistent insert vs. request/complete types of buffering. by Brandon Low · 19 years ago
  91. 1f4a634 Make crossfade less twitchy about buffer level by Brandon Low · 19 years ago
  92. 9602dd7 Fix asymetric crossfade cases that were broken, and also a not yet reported bug where a buffer underrun during crossfade would take a long time to resume playing by Brandon Low · 19 years ago
  93. 1924769 Fix crossfade. Again. by Brandon Low · 19 years ago
  94. 9aa49a4 More crossfade work, should fix crossfade on coldfire, and possibly improve crossfade performance in some cases. by Brandon Low · 19 years ago
  95. ab90b1d Added bad filename protection when user enters an fm radio preset filename. Fixes bugreport 5137. by Peter D'Hoye · 19 years ago
  96. 4540601 This should fix a really wrong spacing. by Dominik Riebeling · 19 years ago
  97. bb7edd3 Remove two unused packages. by Dominik Riebeling · 19 years ago
  98. bf64c45 Use filesize instead of lseek to find the size of a file. Reduces disk access and improves font loading time. by Frank Dischner · 19 years ago
  99. 38ae72a Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on all grayscale targets. by Frank Dischner · 19 years ago
  100. 3ac7bd7 Fix the most likely cause of ipod nano startup race, and also seems to fix crossfade buffer reinitialization during playback for me by Brandon Low · 19 years ago