1. 65331f1 Revert some changes that broke looping in midiplayer by Nils Wallménius · 17 years ago
  2. 7aa4ae6 Improved use of album name when locating the album art file: replace chars that are invalid in file names; double quotes to single quotes, other invalid chars to underscore (now only very long album names could cause a problem). Also removed some unecessary code and reduced stack usage a bit. by Magnus Holmgren · 17 years ago
  3. f801714 Actually check if a voice file has the correct version before using it by Nils Wallménius · 17 years ago
  4. d3d0b26 Work in progress fixes to the remote button handling. Now the remote can be unplugged and then plugged in and it will work. by Karl Kurbjun · 17 years ago
  5. d1c6d53 I'm a retard, this is definitely more correct by Brandon Low · 17 years ago
  6. 02467cf Might fix FS#8158, I was unable to reproduce so no guarantee. by Brandon Low · 17 years ago
  7. 83e190b Hopefully fix the compile errors. by Nicolas Pennequin · 17 years ago
  8. 31f7611 Make the WPS parser stricter with invalid parameter lists. It will now reject them instead of ignoring them (this includes the second parameter to %m|x|, which is invalid and now causes a failure). Also change the debugging code in order to allow more precise error messages, including the faulty token's index and description. Finally, add a few missing token description and fine-tune the #ifdefs. by Nicolas Pennequin · 17 years ago
  9. 7ddefe2 Updated italian translation. by Alessio Lenzi · 17 years ago
  10. 203f38a Include alarm in the h10 manuals by Nils Wallménius · 17 years ago
  11. 92d99df FS#8126: Translated voice strings for Swedish, with a few changes by me. by Magnus Holmgren · 17 years ago
  12. 34288fe FS#8157: H10 RTC alarm with some changes by me. The settings keymap had to be changed slightly, but it seems to work better for all setting screens with the new keymap. Thanks to by Barry Wardell · 17 years ago
  13. e18125e FS#8155: Proper initialization of E8564 RTC (used in H10). Also fixes FS#8154 - Shutting down fails when RTC alarm is active. Thanks to Przemyslaw Holubowski for the bug report and fix. by Barry Wardell · 17 years ago
  14. 2bb48eb Throw away the first samples to come out of the decoder to account for encoder latency. by Thom Johansen · 17 years ago
  15. 8082148 Sync latest Speex stereo changes. by Thom Johansen · 17 years ago
  16. 017e148 Add midi/SOURCES by Linus Nielsen Feltzing · 17 years ago
  17. d3027d4 Build libspeex for core voice on SWCODEC. Development phase - not currently utilized. by Michael Sevakis · 17 years ago
  18. 166aaf7 Accept FS#8139 - Correct assumed current consumption for iPod Video by Jonathan Gordon · 17 years ago
  19. 85b325f Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it and it produced warnings. Remove unneeded math.h by Thom Johansen · 17 years ago
  20. 91f618f Remove unneeded math wrappers. Clear state structs in decoder init. Start initial work at stripping away parts of Speex in preparation for its use as a statically linked voice UI codec. by Thom Johansen · 17 years ago
  21. d75a548 New Speex stereo code in libspeex and speex.c, stereo should be more robust now. Remove last floating point code in speex.c and remove some unused stuff. by Thom Johansen · 17 years ago
  22. f554e00 Allow setting a margin on a non-scrolling line by using %m|margin| instead of %s|margin|. This allows to easily place dynamic info next to album art. by Nicolas Pennequin · 17 years ago
  23. bb999f9 Check that the WPS uses album art before clearing its position on conditional. Without that check, having a conditional as very first token would cause undesired clearing. Thanks to PaulJam for spotting. by Nicolas Pennequin · 17 years ago
  24. 6e06825 Improve insert of playlists. Decode M3U files using current code page and strip any BOM. Also remove a few tabs. by Magnus Holmgren · 17 years ago
  25. b8ddc61 Built the M:Robe with the -mcpu=arm926ej-s option by default. A new cross compiler will have to/can be build with rockboxdev.sh by Karl Kurbjun · 17 years ago
  26. 4de5b07 Sansa C200 keymap: In the bookmark selection screen, move the delete command from "UP" to "REC" button. by Alessio Lenzi · 17 years ago
  27. a0f3443 Remove some stray ^Ms by Dave Chapman · 17 years ago
  28. f6ef46b FS#8135 - add an optional "left margin" parameter to the %s WPS tag - e.g. %s|100|. This patch uses parts of the scroll-margins patch (FS#2954), but is much smaller, only offers a left-margin, and only affects the WPS code. by Dave Chapman · 17 years ago
  29. 4b65cb6 Include backlight brightness in manuals for ipod nano and video by Nils Wallménius · 17 years ago
  30. d911481 Remove unused x11 and win32 simulator rules by Dave Chapman · 17 years ago
  31. a703930 Sansa E200 keymap: In the bookmark selection screen, move the delete command from play to rec. by Magnus Holmgren · 17 years ago
  32. f4c5c6a Fix bootloaders, and the backlight-modded Ondio build. by Jens Arnold · 17 years ago
  33. ef12b3b Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. by Jens Arnold · 17 years ago
  34. 8537cbf Add detection for a previously ignored error case: a conditional token is present but no conditional start token (e.g. "%?C%al|>"). This would cause an inifnite loop in the displaying code. Thanks to markun for making the mistake and reporting it ;) by Nicolas Pennequin · 17 years ago
  35. 87e5b11 The error checking for bitmap handling in bufopen was serioulsy broken, as loading a huge bitmap showed. Fix it and reorganise the code slightly. by Nicolas Pennequin · 17 years ago
  36. 1480d07 Add an error check, just to be safe. by Nicolas Pennequin · 17 years ago
  37. e1c45d2 FS#6944 - honour the default codepage setting when reading cue sheets by Robert Kukla · 17 years ago
  38. 1ba1c68 Fix FS#8138 - Gigabeat clock time is lost at midnight on Saturdays by Robert Kukla · 17 years ago
  39. d970c3d Portal player i2c driver: More struct spinlock phaseout. by Michael Sevakis · 17 years ago
  40. 81dedee Various album art improvements: by Nicolas Pennequin · 17 years ago
  41. 4963925 Fix another NULL pointer dereference crash. by Nicolas Pennequin · 17 years ago
  42. 93b021b Hopefully fix line-in recording on PortalPlayer targets (H10 in particular). by Barry Wardell · 17 years ago
  43. 56b8e99 When unpacking a 16-bit color value to 24 bits, repeat the high bits of each component rather than the low bits. This makes the RGB value displayed in the color picker (and in settings files) more accurate. E.g., when using the reported color in a background, it will no longer be dithered. by Magnus Holmgren · 17 years ago
  44. e71bc67 Fix an issue that appeared in r15577, where skipping back to a track that has no audio data left, but still has its metadata and album art, would fail. The fix is to also clear the filesize member (as it should have been previously) to force a rebuffer when skipping back. To prevent the album art bitmap from flashing on the back skip, the whole track info struct is cleared when the track isn't needed anymore, i.e. after the PCM track change. by Nicolas Pennequin · 17 years ago
  45. be1283d Fix M:Robe define by Karl Kurbjun · 17 years ago
  46. 69b678e Fix bootloader build by Karl Kurbjun · 17 years ago
  47. 5cfd27a Revert Karl's r15581, r15582 and r15583 because they caused serious problems on the Gigabeat (can't load plugins or codecs). by Nicolas Pennequin · 17 years ago
  48. 95db8f8 Load the album art before the codec because find_albumart would yield to the codec, which would start requesting data before the audio handle is ready. by Nicolas Pennequin · 17 years ago
  49. da293ca Fix an error in the calculation by Karl Kurbjun · 17 years ago
  50. 4d75f03 Add a comment by Karl Kurbjun · 17 years ago
  51. 1b3dac9 Setup the gigabeat so that iram is faked in a different spot since the normal iram location does not seem to be working. This lays the groundwork to get rolo running. by Karl Kurbjun · 17 years ago
  52. 6e36ac5 H10: Touch-up the audio source switching a bit. Actually fix my earlier errors when enabling recording from Line/FM. by Michael Sevakis · 17 years ago
  53. 31ea780 Seperate the Gigabeat F/X crt0.s, cleanup some #ifdefs in app.lds, add an extra reg to the debug menu. by Karl Kurbjun · 17 years ago
  54. c495cda FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the hard work in figuring out how to communicate with the tuner. by Barry Wardell · 17 years ago
  55. 496027d * Make the album art be updated on PCM track change, not codec track change (changes in audio_current_aa_hid). by Nicolas Pennequin · 17 years ago
  56. 5e0e239 Really fix red this time. by Nicolas Pennequin · 17 years ago
  57. a384fb6 Fix red on the iFP. by Nicolas Pennequin · 17 years ago
  58. e373ee8 Set svn:keywords. by Nicolas Pennequin · 17 years ago
  59. cf37f4c Fix red. by Nicolas Pennequin · 17 years ago
  60. 9d4bed7 Album art support. Based on FS#3045, but heavily modified to adapt to MoB and for cleanness. by Nicolas Pennequin · 17 years ago
  61. f34720b Add James Espinoza for his work on the Gigabeat S port - he should have been added earlier by Dave Chapman · 17 years ago
  62. fe16efd Initial version of mknkboot - a utility to replace "merge0.cpp" to insert a Rockbox bootloader into a Gigabeat-S nk.bin firmware update image. This was rewritten from scratch, but has been tested to produce output files identical to merge0.cpp. by Dave Chapman · 17 years ago
  63. b9f62e9 Output both error number and description. * Another try to get svn:keywords right. by Jens Arnold · 17 years ago
  64. 69f0da7 Add error handling to the vbscript's EXEC method, so we get more meaningful info if a required command like 'lame' is missing. by Jens Arnold · 17 years ago
  65. 28dfb54 change the SCREEN_ROTATE define to be more meaningful, and set the mr500 orientation to landscape by default by Jonathan Gordon · 17 years ago
  66. 59a2862 Show some more registers in the debug screen, fix the touchscreen when SCREEN_ROTATE is set. by Karl Kurbjun · 17 years ago
  67. 50a8308 fix fs#8131 - if --debugwps is used with the sim, the mouse coordinates will be displayed in the console when it is clicked by Jonathan Gordon · 17 years ago
  68. d430955 Add gigabeat S files to FILES and sort entries under target/arm by Nils Wallménius · 17 years ago
  69. 0fd4c2e Rearrange logic in the synthVoice loop to do less tests and remove need of a struct member for a small speedup, move some memory lookups out of the loop for a small speedup, further cosmetic changes to the synthVoice function. Change isUsed to a bool for clearer logic and also a tiny speedup by Nils Wallménius · 17 years ago
  70. d185f9e Fix the Gigabeat red and move it's hw specific code into the target tree by Karl Kurbjun · 17 years ago
  71. 0082da7 Add some forgotten files by Karl Kurbjun · 17 years ago
  72. d3c0a7f Change the way the UART recieves data and how buttons pressed are processed. Also move some of the debug menu into the target tree and allow rockblox to build when the screen is rotated. by Karl Kurbjun · 17 years ago
  73. a5e4cc9 Document how to use tcctool in Windows, and include the appropriate .inf file for use with the libusb-win32 device driver by Dave Chapman · 17 years ago
  74. 0d8111c Split radio i2c drivers into target tree where they belong. No changes to binaries produced. by Barry Wardell · 17 years ago
  75. a677678 Fix a possible NULL pointer dereference I introduced in r15503 by making an unwise assumption. This would cause crashes on track skip in certain (very unlikely, I think) situations. by Nicolas Pennequin · 17 years ago
  76. a953e65 Remove C++ style comment. by Thom Johansen · 17 years ago
  77. d941ae2 Improved font installation instructions by Alex Parker by Nils Wallménius · 17 years ago
  78. 1730e40 Strip out a large unneeded portion of the Speex stereo decoding function, and port the rest of it to fixed point. Disable the unneeded stereo float decoding function. Correct the output buffer size and change some minor syntactic stuff in speex.c by Thom Johansen · 17 years ago
  79. ec6569e Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") const. by Nicolas Pennequin · 17 years ago
  80. d3ba403 Forgot these. by Thom Johansen · 17 years ago
  81. f32b774 Remove unneeded file from SOURCES and partial SVN sync. by Thom Johansen · 17 years ago
  82. e35d7ab Small fix to Swedish lang file, by Harry Tu by Nils Wallménius · 17 years ago
  83. eaed785 Swap two messages which were the wrong way round. Thanks to Barry Wardell for spotting. by Dave Chapman · 17 years ago
  84. b9dba4f Sorry, switching back again to the "better behaved" ADX codec of r15494. by Adam Gashlin · 17 years ago
  85. e43c1ac Remove some unneeded floating point usage, port some needed floating point code to fixed point. by Thom Johansen · 17 years ago
  86. c586739 by Jonathan Gordon · 17 years ago
  87. 51afaf2 Disable another encoder only function. by Thom Johansen · 17 years ago
  88. e401360 Updated Dutch language file by Peter D'Hoye · 17 years ago
  89. 82a1f8e Add check for e200 bootloaders and also for an already-patched e200r bootloader, so we can display more useful messages to the user, instead of simply "Unknown Bootloader". Also a bit of code cleaning and whitespace insertion. by Dave Chapman · 17 years ago
  90. dc0f497 No functional change by Brandon Low · 17 years ago
  91. b50473f Fix a bug introduced by r15533 where end-of-file wouldn't be detected correctly. by Nicolas Pennequin · 17 years ago
  92. 941600f Remove nexttrack_id3 and instead use the metadata present on the buffer. by Nicolas Pennequin · 17 years ago
  93. 12d479f Store the metadata of the first unbuffered track in a static struct so that it gets displayed in the next track info while playing the last buffered track. by Nicolas Pennequin · 17 years ago
  94. 987faea only display set rating menu entry if "gather runtime data" is enabled (was removed with jdGordon's last commit). by Robert Kukla · 17 years ago
  95. ca4771b Thanks to the changes in prep_bufdata, bufgetdata can be simplified a bit. by Nicolas Pennequin · 17 years ago
  96. 551db40 Clean up a (nearly impossible) null check. Add a comment. by Brandon Low · 17 years ago
  97. 1db4243 Change in function should be nearly zero, but change to proper naming and define use and allow a more liberal limit on bufgetdata to only ensure safety of wrapping, not the strict filechunk limit that I tried to impose earlier by Brandon Low · 17 years ago
  98. da8f854 No need to have this variable for targets that don't use it by Nils Wallménius · 17 years ago
  99. 6e8ee40 Fix some bad where a handle is held across a sleep. We should probably audit this in other places as well. by Brandon Low · 17 years ago
  100. af2e9cc SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've been cache aliasing. :-) by Michael Sevakis · 17 years ago