1. 95ef859 Remove last few inw/outw uses in the M:Robe port by Karl Kurbjun · 17 years ago
  2. 6675e42 Add svn:ignore's for rbspeex. by Stéphane Doyon · 17 years ago
  3. 68a98a0 Fix warnings. by Michael Sevakis · 17 years ago
  4. fadbf0a Make threads responsible for explicit cancellation of their own boosted status. Sleeping and timeouts will no longer cancel it. by Michael Sevakis · 17 years ago
  5. 31bf5cc Oops. Was thinking _TREE_ not _STD_, so no changes to the text editor by Paul Louden · 17 years ago
  6. 836d400 Fix the manual to reflect my previous commit, at least to the extent the by Paul Louden · 17 years ago
  7. 92b6ee9 Fix keymapping inconsistencies generated by my previous keymap change, by Paul Louden · 17 years ago
  8. 9873d33 Fix for Nano timing issues, should resolve crashes, data aborts, and by Paul Louden · 17 years ago
  9. 19c86e8 Make voice.pl gentalkclips() work for SAPI. by Jens Arnold · 17 years ago
  10. 2acbbdd German AT&T voices have a general problem with composite words ending in 'lauf'. Make voice.pl fix all of them. by Jens Arnold · 17 years ago
  11. 852cf58 access memcpy through the plugin api.. by Marcoen Hirschberg · 17 years ago
  12. 2b30bf9 check separately if the preferences and the bookmark need to be saved by Marcoen Hirschberg · 17 years ago
  13. 77af93b write a correct bookmark file when the viewer loads so we can safely skip the write on exit by Marcoen Hirschberg · 17 years ago
  14. b766f11 Oops, wrong define. Fixes the warnings. by Nicolas Pennequin · 17 years ago
  15. 1d86dbf Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more than one line is selected by Nicolas Pennequin · 17 years ago
  16. d06e1c6 Added Italian exsception strings. by Alessio Lenzi · 17 years ago
  17. 2ff5132 Fix FS#8040 (Gather Runtime Data not working) the right way. Also a few cosmetic changes and comments. by Nicolas Pennequin · 17 years ago
  18. cb62c97 prevent useless file reads by Marcoen Hirschberg · 17 years ago
  19. 5192370 Make the sim sleep between each file chunk, so that its buffering behaves more like that of a real target. by Nicolas Pennequin · 17 years ago
  20. d3b8245 Second part of FS#8104 by Bertrik Sikken: Simplification of audio_track_count, audio_have_tracks and audio_have_free_tracks. This hopefully won't affect anything, but the semantics of the functions have changed slightly. by Nicolas Pennequin · 17 years ago
  21. 3947b0c FS #8179. Small Musepack speedup for ARM. by Thom Johansen · 17 years ago
  22. 0fc7fb3 replace strange characters by Marcoen Hirschberg · 17 years ago
  23. c359a0e let BUTTON_POWER exit the hw debug screen for the gigabeat by Marcoen Hirschberg · 17 years ago
  24. 4c62c00 don't save the viewer position if it hasn't changed by Marcoen Hirschberg · 17 years ago
  25. cfa6495 First part of FS#8104 by Bertrik Sikken: Simplification and consistency improvement for the track index incrementations. There should be no functional change. by Nicolas Pennequin · 17 years ago
  26. c583f3c introduce general audiohw api for recording by Christian Gmeiner · 17 years ago
  27. 4f2473d Do the wait for the audio thread init in such a way to avoid an unlikely but possible roundabout deadlock. Not pretty but will suffice for the moment. by Michael Sevakis · 17 years ago
  28. ed12747 improve spacing for some glyphs by Marcoen Hirschberg · 17 years ago
  29. 34d395c add a fontforge generated version of the 9+18x18 font in preparation for editing by Marcoen Hirschberg · 17 years ago
  30. 86c8589 remove 9+18x18, to be replaced with a fontforge generated one by Marcoen Hirschberg · 17 years ago
  31. d6f2a54 Make sure initial menu item is voiced at startup. Voice thread must wait for the audio thread to finish initializing hardware. A known issue at speex commit time (perhaps only by myself ;). The behavioral refinement time begins. by Michael Sevakis · 17 years ago
  32. e75327b FS#7738 - Scroll wheel acceleration for iPod by Linus Nielsen Feltzing · 17 years ago
  33. a8c0202 Small speedup on the M:Robe LCD updates - use partial updates in landscape mode. by Karl Kurbjun · 17 years ago
  34. fc8e09d shutdown if hold is on in the non-ipod-pp target bootloaders. by Jonathan Gordon · 17 years ago
  35. f4fcbb3 Bring the tarball more in line with SVN. (notably, include rbspeexenc) by Jonas Häggqvist · 17 years ago
  36. 371ebe1 libspeex: let DEBUGF work correctly for both core and codec builds by Michael Sevakis · 17 years ago
  37. c31818c Disable some UWB mode stuff and lost package handling in voice codec. by Thom Johansen · 17 years ago
  38. c46de8a Fix header size mismatch in voicefont.c. Fixes 'yes' clip. by Jens Arnold · 17 years ago
  39. 34e7fdb The voice thread needs a tad bit more stack. by Jens Arnold · 17 years ago
  40. 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
  41. 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
  42. e25a65a plugged timeout depends on CONFIG_CHARGING and is not needed for all targets by Nils Wallménius · 17 years ago
  43. e8d81f9 Fix some sim warnings. by Michael Sevakis · 17 years ago
  44. 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
  45. 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
  46. 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
  47. 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
  48. fedc7dc #ifdef out some setting struct members when they are not needed, fix some comments by Nils Wallménius · 17 years ago
  49. 7dc92d4 Make rbspeexenc Makefile use system "ar" tool. by Thom Johansen · 17 years ago
  50. 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
  51. 4acae4d Use the strrsplt function in one more place by Nils Wallménius · 17 years ago
  52. 940fe31 Move 4th Gen (grayscale and color) backlight init where it belongs. by Jens Arnold · 17 years ago
  53. eafa27f Oops forgot a few by Nils Wallménius · 17 years ago
  54. 9446226 Erase lasttrack_id3 when end-of-playlist is reached. Fixes FS#8148. by Nicolas Pennequin · 17 years ago
  55. 5386cc2 Move a few #defines to target specific config files by Nils Wallménius · 17 years ago
  56. 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
  57. 47167e7 In the recent bookmarks list, show playlist/directory name, in addition to the file name. by Magnus Holmgren · 17 years ago
  58. 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
  59. 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
  60. e39fc28 Code police, declare pointers in .c and expor them by Nils Wallménius · 17 years ago
  61. 7f1fbe4 MIDI: Increase percision of synthesizer by a factor of 4 - makes certain parts (guitar bends, mostly) by Stepan Moskovchenko · 17 years ago
  62. 3942961 Fix a function parameter mis-match by Jonas Häggqvist · 17 years ago
  63. d35d2d9 Some more quoting of program arguments. by Jonas Häggqvist · 17 years ago
  64. 6512224 Build a standalone win32 executable of rbspeexenc on cygwin, for reuse in VoiceBox etc. by Jens Arnold · 17 years ago
  65. 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
  66. a16ad96 Remove deprecated shellscripts by Jonas Häggqvist · 17 years ago
  67. 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
  68. 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
  69. 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
  70. f91502f rbspeexenc and uclpack need to be .PHONY targets so they are rebuilt correctly when the source changes by Dave Chapman · 17 years ago
  71. 8e38e32 That should be fread, not read. by Thom Johansen · 17 years ago
  72. f609424 Fix the clean: rule and also set svn keywords by Dave Chapman · 17 years ago
  73. 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
  74. 88c4748 Couple more tiny changes. :) by Michael Sevakis · 17 years ago
  75. 18330a0 Missed a couple changes by Michael Sevakis · 17 years ago
  76. 869a7e7 Trim some stuff and move some defines to a more logical place. by Thom Johansen · 17 years ago
  77. 5398125 Use sized data types for audio data in the pcm buffer. Speed up the clipping routine. by Michael Sevakis · 17 years ago
  78. 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
  79. 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
  80. 34d08b2 Fix buffer overflow in the title padding code (FS#8163) by Linus Nielsen Feltzing · 17 years ago
  81. 7197d9d move {bass,treble,prescale}_table from sound.c to mas35xx.h by Christian Gmeiner · 17 years ago
  82. 65331f1 Revert some changes that broke looping in midiplayer by Nils Wallménius · 17 years ago
  83. 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
  84. f801714 Actually check if a voice file has the correct version before using it by Nils Wallménius · 17 years ago
  85. 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
  86. d1c6d53 I'm a retard, this is definitely more correct by Brandon Low · 17 years ago
  87. 02467cf Might fix FS#8158, I was unable to reproduce so no guarantee. by Brandon Low · 17 years ago
  88. 83e190b Hopefully fix the compile errors. by Nicolas Pennequin · 17 years ago
  89. 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
  90. 7ddefe2 Updated italian translation. by Alessio Lenzi · 17 years ago
  91. 203f38a Include alarm in the h10 manuals by Nils Wallménius · 17 years ago
  92. 92d99df FS#8126: Translated voice strings for Swedish, with a few changes by me. by Magnus Holmgren · 17 years ago
  93. 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
  94. 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
  95. 2bb48eb Throw away the first samples to come out of the decoder to account for encoder latency. by Thom Johansen · 17 years ago
  96. 8082148 Sync latest Speex stereo changes. by Thom Johansen · 17 years ago
  97. 017e148 Add midi/SOURCES by Linus Nielsen Feltzing · 17 years ago
  98. d3027d4 Build libspeex for core voice on SWCODEC. Development phase - not currently utilized. by Michael Sevakis · 17 years ago
  99. 166aaf7 Accept FS#8139 - Correct assumed current consumption for iPod Video by Jonathan Gordon · 17 years ago
  100. 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