1. a8c0202 Small speedup on the M:Robe LCD updates - use partial updates in landscape mode. by Karl Kurbjun · 17 years ago
  2. fc8e09d shutdown if hold is on in the non-ipod-pp target bootloaders. by Jonathan Gordon · 17 years ago
  3. f4fcbb3 Bring the tarball more in line with SVN. (notably, include rbspeexenc) by Jonas Häggqvist · 17 years ago
  4. 371ebe1 libspeex: let DEBUGF work correctly for both core and codec builds by Michael Sevakis · 17 years ago
  5. c31818c Disable some UWB mode stuff and lost package handling in voice codec. by Thom Johansen · 17 years ago
  6. c46de8a Fix header size mismatch in voicefont.c. Fixes 'yes' clip. by Jens Arnold · 17 years ago
  7. 34e7fdb The voice thread needs a tad bit more stack. by Jens Arnold · 17 years ago
  8. 1a41c8a SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dual-core PortalPlayer targets. by Michael Sevakis · 17 years ago
  9. 984a6b0 Add the tools dir to the path in voice.pl, for easier calling of the various tools. Fixes the problem of building swcodec voice files on cygwin (needs reconfiguring). by Jens Arnold · 17 years ago
  10. e25a65a plugged timeout depends on CONFIG_CHARGING and is not needed for all targets by Nils Wallménius · 17 years ago
  11. e8d81f9 Fix some sim warnings. by Michael Sevakis · 17 years ago
  12. ea929b1 Revert r15664 and instead define a HOSTAR variable in the main Makefile and pass it to tools/Makefile, the same way CC is handled. by Dave Chapman · 17 years ago
  13. 99617d7 Make speex the new voice format for SWCODEC targets (non-Archos). Remove codec swapping and build speex voice decoding directly into the core binary. by Michael Sevakis · 17 years ago
  14. 7543261 Introduce use of the new Speex voice file encoder in voice builds. Remove the very unfinished support for other encoders and force use of either rbspeexenc for SWCODEC or LAME for HWCODEC. Update voice.pl to work with the new system, and remove a bug in the same go. Remember to rerun "configure" if you want to build voice files. by Thom Johansen · 17 years ago
  15. bcde33b include members for backlight timeout for all targets in settings struct as we assume they are present in some places by Nils Wallménius · 17 years ago
  16. fedc7dc #ifdef out some setting struct members when they are not needed, fix some comments by Nils Wallménius · 17 years ago
  17. 7dc92d4 Make rbspeexenc Makefile use system "ar" tool. by Thom Johansen · 17 years ago
  18. 720cfe3 Improve clearing of pictures in conditional constructs. This fixes improper clearing of pictures used in several conditionals or in nested conditionals (FS#7856). by Nicolas Pennequin · 17 years ago
  19. 4acae4d Use the strrsplt function in one more place by Nils Wallménius · 17 years ago
  20. 940fe31 Move 4th Gen (grayscale and color) backlight init where it belongs. by Jens Arnold · 17 years ago
  21. eafa27f Oops forgot a few by Nils Wallménius · 17 years ago
  22. 9446226 Erase lasttrack_id3 when end-of-playlist is reached. Fixes FS#8148. by Nicolas Pennequin · 17 years ago
  23. 5386cc2 Move a few #defines to target specific config files by Nils Wallménius · 17 years ago
  24. 572ecef Smarter conditional handling by storing the previous value. Updates are done only if the value has changed. This avoids unnecessary line or picture clearing, and should help fix some problems WPS creators were having. by Nicolas Pennequin · 17 years ago
  25. 47167e7 In the recent bookmarks list, show playlist/directory name, in addition to the file name. by Magnus Holmgren · 17 years ago
  26. 6ef2db2 Significant LCD speedup for all greyscale iPods and Sansa c200 (c200, 4th Gen, Mini 1st Gen: >3.3x speedup, 1st..3rd Gen: ~2x speedup, Mini 2nd Gen: ~30% speedup). by Jens Arnold · 17 years ago
  27. a8993ba Create a libspeex.a as part of the compilation process - the intention is that this can then be used by other tools (namely rbutilqt) to directly encode rockbox-compatible speex files. Also make the building slightly less verbose. by Dave Chapman · 17 years ago
  28. e39fc28 Code police, declare pointers in .c and expor them by Nils Wallménius · 17 years ago
  29. 7f1fbe4 MIDI: Increase percision of synthesizer by a factor of 4 - makes certain parts (guitar bends, mostly) by Stepan Moskovchenko · 17 years ago
  30. 3942961 Fix a function parameter mis-match by Jonas Häggqvist · 17 years ago
  31. d35d2d9 Some more quoting of program arguments. by Jonas Häggqvist · 17 years ago
  32. 6512224 Build a standalone win32 executable of rbspeexenc on cygwin, for reuse in VoiceBox etc. by Jens Arnold · 17 years ago
  33. 135d1f4 Create a separate voicetoolset declaration - voicefont, wavtrim and (for swcodec) rbspeexenc - and only build them when "make voice" is run. This brings the voice tools into line with the other build-specific tools and only builds them when needed by Dave Chapman · 17 years ago
  34. a16ad96 Remove deprecated shellscripts by Jonas Häggqvist · 17 years ago
  35. 1b2561b Move some stuff around so things are actually initialized before using them. Last second changes are evil. by Jonas Häggqvist · 17 years ago
  36. 4295149 Initial attempt at talkclip generation in voice.pl. Add some quoting to a few functions to avoid problems. by Jonas Häggqvist · 17 years ago
  37. 56822ca Remove an unneeded -iquote (which caused problems with pre 4.0.0 versions of gcc) and replace a gcc with $(CC) by Dave Chapman · 17 years ago
  38. f91502f rbspeexenc and uclpack need to be .PHONY targets so they are rebuilt correctly when the source changes by Dave Chapman · 17 years ago
  39. 8e38e32 That should be fread, not read. by Thom Johansen · 17 years ago
  40. f609424 Fix the clean: rule and also set svn keywords by Dave Chapman · 17 years ago
  41. 65458ee Speex encoder specially tailored to create voice UI snippets. Small fixups to libspeex to allow it to be built. by Thom Johansen · 17 years ago
  42. 88c4748 Couple more tiny changes. :) by Michael Sevakis · 17 years ago
  43. 18330a0 Missed a couple changes by Michael Sevakis · 17 years ago
  44. 869a7e7 Trim some stuff and move some defines to a more logical place. by Thom Johansen · 17 years ago
  45. 5398125 Use sized data types for audio data in the pcm buffer. Speed up the clipping routine. by Michael Sevakis · 17 years ago
  46. bbf72ba Add a new font: 9+18x18.bdf which is a combination of 9x18.bdf and 18x18.bdf. It has support for all the languages rockbox supports, including Chinese, Japanese and Korean (although some glyphs might be missing) by Marcoen Hirschberg · 17 years ago
  47. 8e5a39c High score list needed to be redrawn on return from hold, put it in a seperate function to avoid duplicating code. by Adam Gashlin · 17 years ago
  48. 34d08b2 Fix buffer overflow in the title padding code (FS#8163) by Linus Nielsen Feltzing · 17 years ago
  49. 7197d9d move {bass,treble,prescale}_table from sound.c to mas35xx.h by Christian Gmeiner · 17 years ago
  50. 65331f1 Revert some changes that broke looping in midiplayer by Nils Wallménius · 17 years ago
  51. 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
  52. f801714 Actually check if a voice file has the correct version before using it by Nils Wallménius · 17 years ago
  53. 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
  54. d1c6d53 I'm a retard, this is definitely more correct by Brandon Low · 17 years ago
  55. 02467cf Might fix FS#8158, I was unable to reproduce so no guarantee. by Brandon Low · 17 years ago
  56. 83e190b Hopefully fix the compile errors. by Nicolas Pennequin · 17 years ago
  57. 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
  58. 7ddefe2 Updated italian translation. by Alessio Lenzi · 17 years ago
  59. 203f38a Include alarm in the h10 manuals by Nils Wallménius · 17 years ago
  60. 92d99df FS#8126: Translated voice strings for Swedish, with a few changes by me. by Magnus Holmgren · 17 years ago
  61. 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
  62. 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
  63. 2bb48eb Throw away the first samples to come out of the decoder to account for encoder latency. by Thom Johansen · 17 years ago
  64. 8082148 Sync latest Speex stereo changes. by Thom Johansen · 17 years ago
  65. 017e148 Add midi/SOURCES by Linus Nielsen Feltzing · 17 years ago
  66. d3027d4 Build libspeex for core voice on SWCODEC. Development phase - not currently utilized. by Michael Sevakis · 17 years ago
  67. 166aaf7 Accept FS#8139 - Correct assumed current consumption for iPod Video by Jonathan Gordon · 17 years ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. 4de5b07 Sansa C200 keymap: In the bookmark selection screen, move the delete command from "UP" to "REC" button. by Alessio Lenzi · 17 years ago
  76. a0f3443 Remove some stray ^Ms by Dave Chapman · 17 years ago
  77. 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
  78. 4b65cb6 Include backlight brightness in manuals for ipod nano and video by Nils Wallménius · 17 years ago
  79. d911481 Remove unused x11 and win32 simulator rules by Dave Chapman · 17 years ago
  80. a703930 Sansa E200 keymap: In the bookmark selection screen, move the delete command from play to rec. by Magnus Holmgren · 17 years ago
  81. f4c5c6a Fix bootloaders, and the backlight-modded Ondio build. by Jens Arnold · 17 years ago
  82. 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
  83. 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
  84. 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
  85. 1480d07 Add an error check, just to be safe. by Nicolas Pennequin · 17 years ago
  86. e1c45d2 FS#6944 - honour the default codepage setting when reading cue sheets by Robert Kukla · 17 years ago
  87. 1ba1c68 Fix FS#8138 - Gigabeat clock time is lost at midnight on Saturdays by Robert Kukla · 17 years ago
  88. d970c3d Portal player i2c driver: More struct spinlock phaseout. by Michael Sevakis · 17 years ago
  89. 81dedee Various album art improvements: by Nicolas Pennequin · 17 years ago
  90. 4963925 Fix another NULL pointer dereference crash. by Nicolas Pennequin · 17 years ago
  91. 93b021b Hopefully fix line-in recording on PortalPlayer targets (H10 in particular). by Barry Wardell · 17 years ago
  92. 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
  93. 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
  94. be1283d Fix M:Robe define by Karl Kurbjun · 17 years ago
  95. 69b678e Fix bootloader build by Karl Kurbjun · 17 years ago
  96. 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
  97. 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
  98. da293ca Fix an error in the calculation by Karl Kurbjun · 17 years ago
  99. 4d75f03 Add a comment by Karl Kurbjun · 17 years ago
  100. 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