1. 68e24d3 Commit updated mkamsboot for c200v2 patching. Tested and seems to be working using USB for dualboot. by Michael Giacomelli · 16 years ago
  2. c97f640 Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers. by Michael Giacomelli · 16 years ago
  3. be26da8 Remove some unused code in the Philips SA9200 port. by Mark Arigo · 16 years ago
  4. bd43105 Update German translation. Based on FS#9669 by Kaspar Rothenfusser (add him to CREDITS too, hopefully correct spelling) with additional tweaks by Tom Ross and me. by Marianne Arnold · 16 years ago
  5. 641e4fd Fix inverted de-emphasis bit for si470x FM chip. by Bertrik Sikken · 16 years ago
  6. 3c8ac8f Updated Portuguese translation by Rui Araújo (FS#9700). by Jonas Häggqvist · 16 years ago
  7. d3bfc1a No need to have a separate voice string for the Player here, as voice isn't displayed. by Jens Arnold · 16 years ago
  8. 81781ab Language updates: by Jonas Häggqvist · 16 years ago
  9. 5132243 Update si4700 FM driver: by Bertrik Sikken · 16 years ago
  10. 2712871 Gigabeat S: Enable keyboard line editing and morse code input. by Michael Sevakis · 16 years ago
  11. ed945e3 Slight speedup for the APE filters. Most noticeable on coldfire (+3.5% for -c2000), but also helps on the arm targets (+0.9% for -c2000 on PP5002). This transformation is oveflow safe, as absres < 2^24 is guaranteed. by Jens Arnold · 16 years ago
  12. 1124713 Enable the RTC on the Philips HDD16x0. The RTC is a PCF8563, but it's register compatible with the E8564. Thanks to Anton Veretenenko. by Mark Arigo · 16 years ago
  13. dca9f42 Fix decoding of stereo frames with silence in only one channel. * Make the standalone decoder contain debugging information. by Jens Arnold · 16 years ago
  14. 9ea8840 Fix red. by Michael Sevakis · 16 years ago
  15. 491ed5e Gigabeat S: Make tuner_power have the expected behavior (return old state). Static i2c node structure and add fmradio_i2c_enable to the fmradio i2c API for those that can implement it. by Michael Sevakis · 16 years ago
  16. 19413fc iaudio7: add battery voltage monitoring by Vitja Makarov · 16 years ago
  17. f6789a7 Fix red. Remove stale comment. by Michael Sevakis · 16 years ago
  18. 5667682 Gigabeat S: Implement charging and power control to charge from AC or USB. Hold MENU while plugging USB cable to charge from USB without connecting. Under Windows, plugging USB for charging only but not connecting still needs to be properly handled (driver popup issue) but it will charge when connected normally-- no issue under Linux. Some accomodating changes made to powermgmt.c will soon be made nicer. by Michael Sevakis · 16 years ago
  19. c3c15cc Fix the last problem in the Korean translation. by Jonas Häggqvist · 16 years ago
  20. caecd93 Some more fixes. by Jonas Häggqvist · 16 years ago
  21. e46266c Hopefully fix the Korean language and the yellow by restoring some phrases and removing a few. by Jonas Häggqvist · 16 years ago
  22. af805be revert accidental commit of unrelated files by Frank Gevaerts · 16 years ago
  23. c88cd20 merge 19488 back from the 3.1 branch by Frank Gevaerts · 16 years ago
  24. 54c1c77 Add changelog (merge from 3.1 branch) by Frank Gevaerts · 16 years ago
  25. abff31b Add fixes and improvements that were only applied to the 3.0 branch by Frank Gevaerts · 16 years ago
  26. 1ab6243 Updated Korean translation by Sanggon Lee (FS#9690). by Jonas Häggqvist · 16 years ago
  27. b2ea695 Apply Tom Ross' fixes from FS#9670 to the Hebrew translation. by Jonas Häggqvist · 16 years ago
  28. 2811c19 Language updates: by Jonas Häggqvist · 16 years ago
  29. ff2e9bd fix FS#9687 - 'set song rating' should not be shown if the DB isnt useable by Jonathan Gordon · 16 years ago
  30. ff59965 Ugh. Really fix the source mismatch in the Serbian lang file. Someone please backport this to the 3.1 branch at the same time as other language updates. by Tom Ross · 16 years ago
  31. 08f330a Blindly attempt to fix my botched attempt at updating the Serbian language file. This may not be a proper translation but my previous change left a source and dest mismatch on two strings. Also update the voice strings while I'm at it. by Tom Ross · 16 years ago
  32. 336ef0a FS #9684. Japanese language update by Yoshihisa Uchida. by Tom Ross · 16 years ago
  33. 0bf6e36 Fix handling of 8 bit mono and stereo APE files, and also optimise 16 and 24 bit output in the standalone decoder a bit. by Jens Arnold · 16 years ago
  34. 558cce6 Remove id3 tag priority setting description as that setting was removed quite a while ago. by Dominik Riebeling · 16 years ago rbutil_m1.0.8
  35. 3fc576c Bump rbutil version number for release. by Dominik Riebeling · 16 years ago
  36. 511a869 Fixed compiler warnings. by Björn Stenberg · 16 years ago
  37. de912cf Greek translation update for rbutil (FS#9688 by Alexander Spyridakis). Put Alexander into the rbutil CREDITS where he should have been before. by Dominik Riebeling · 16 years ago
  38. c779fc0 Japanese translation update for rbutil (FS#9685 by Yoshihisa Uchida). by Dominik Riebeling · 16 years ago
  39. 1be4e58 French translation: oops, missed one added multivolume string and to deprecate one string. by Mustapha Senhaji · 16 years ago
  40. 142e83a Correctly opt the anti-skip buffer setting description to include it for disk based targets only, and rewrite the description to be shorter and more to-the-point, fixes FS#9655 by Nils Wallménius · 16 years ago
  41. e4c0979 Ingenic players: * Enable clocks when needed * Fix VX747+ button_hold() by Maurus Cuelenaere · 16 years ago
  42. 977bab5 * Update Rockbox Utility Dutch language file * 'lupdate' the other by Maurus Cuelenaere · 16 years ago
  43. e7afeff Sync some changes found in ffmpeg plus a spelling correction I forgot to commit. by Tom Ross · 16 years ago
  44. c361511 Don't read a full byte if less than 8 bits are available. The change doesn't fix any problem samples, but the current code makes no sense. Also some spelling corrections in debugfs and comments. by Tom Ross · 16 years ago
  45. 6a635b2 Wrap some of the more ridiculously long lines introduced in the previous revision. Whitespace changes only. by Michael Giacomelli · 16 years ago
  46. 2557251 Correctly implement remaining portions of ffmpeg's r8627 that I'd forgotten about. This fixes a table overflow in low bitrate files that use noise coding, and in theory should be substantial improvement, but I haven't found any files were it makes a difference. by Michael Giacomelli · 16 years ago
  47. 7a0baa3 Fix occasional glitch when switching from stereo to mono tracks due to uninitialized m/s coding flag. by Michael Giacomelli · 16 years ago
  48. ec380a7 Ingenic players: disable LCD clock when unneeded by Maurus Cuelenaere · 16 years ago
  49. d909eee Commit fix by Tom Ross in FS#7488 wherein a silly mistake noise coding initialization is corrected. This sample alone has probably resulted in more WMA fixes then all other combined and I suspect there will still be at least one more. by Michael Giacomelli · 16 years ago
  50. c983e3b Ingenic targets: by Maurus Cuelenaere · 16 years ago
  51. 0301ed5 Fix bug where a mono file using noise coding would be corrupted if it was played immediately after a stereo files using noise coding due to incorrect initialization of the decoder state. Thanks to Tom Ross for pointing out that initialization was incomplete on these files. by Michael Giacomelli · 16 years ago
  52. 0df3826 Enable sleep() on MIPS targets by Maurus Cuelenaere · 16 years ago
  53. 32a6262 - make installation dialog default to the last selection if existing. by Dominik Riebeling · 16 years ago
  54. 1aa8812 Update german translation. by Dominik Riebeling · 16 years ago
  55. 19b6fbf Default automatic install to the latest release instead of the most recent build. by Dominik Riebeling · 16 years ago
  56. 12dc494 Make autodetection button more bigger and default button. by Dominik Riebeling · 16 years ago
  57. 1b5c32d Fix up the iPod install section of the manual to bring it by Robert Menes · 16 years ago
  58. ac5059b Use set/clr instead of mod functions where applicable. by Michael Sevakis · 16 years ago
  59. 2b4290c Add a couple useful shorthand atomic register write functions for imx31. Conversion to them where appropriate to make cleaner code to be done. by Michael Sevakis · 16 years ago
  60. c61a62c Removed firmware requirement, since font zip is built without firmware. by Björn Stenberg · 16 years ago
  61. 3dccaf3 Add svn:ignore by Maurus Cuelenaere · 16 years ago
  62. 9da2456 Fix SVN properties by Maurus Cuelenaere · 16 years ago
  63. 40ec543 * Add support for Onda VX747+ (FS#9674 by Olivier Barbut) by Maurus Cuelenaere · 16 years ago
  64. 9bf93ba Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the m:robe 100, the strip is divided into up, select, and down button regions. You can't swipe like in the OF. The keymap still needs some work. by Mark Arigo · 16 years ago
  65. b15d837 Update the french translation. by Mustapha Senhaji · 16 years ago
  66. 7b00970 Manual: give more info about file structure in the 'Putting music on your player' paragraph and only mention album art for targets with it (fixes FS#9134, phrasing by Paul Louden). While at it, opt the reference to the 'supported audio formats' table for swcodec since the table itself exists only in swcodec player manuals. by Marianne Arnold · 16 years ago
  67. 3e1168f Keep logger open after user aborted bootloader reinstall during automated install. Do some code police. by Dominik Riebeling · 16 years ago
  68. cd5f753 Fix issues with mi4 bootloader install: by Dominik Riebeling · 16 years ago
  69. a59ec17 Bump release numbers to 3.1 for the upcoming release of Rockbox. by Dominik Riebeling · 16 years ago
  70. d8d4098 Translation updates: by Jonas Häggqvist · 16 years ago
  71. a6c62a2 Renamed as3525-codec.c to ascodec-as3525.c to bring it in line with the naming convention of the other driver by Bertrik Sikken · 16 years ago
  72. 39be405 Polish translation update by Maciej Adamczak (FS#9659). by Jonas Häggqvist · 16 years ago
  73. 11fffaa Changed some default settings for the 3.1 release: by Björn Stenberg · 16 years ago
  74. f018b9d Fix BOOTDIR setting by Vitja Makarov · 16 years ago
  75. f2b6691 Move the Synaptics touchpad driver for the m:robe 100 to a common place. It will (soon) be used for the Philips HDD1630. by Mark Arigo · 16 years ago
  76. a742c3c Make the Philips SA9200 port build again. by Mark Arigo · 16 years ago
  77. c7c546c AMS Sansa: add fmradio i2c support for e200v2 and the fuze, by Thomas Martitz and Michael Chicoine by Bertrik Sikken · 16 years ago
  78. 1244ab6 Three time's the charm: make HTML manual not use ligatures by using a configuration more tailored for browsers. Fixes FS#9651. by Dominik Riebeling · 16 years ago
  79. 9f74c15 Revert the last change to the HTML manual configuration as it turned out to break with non-ASCII characters. by Dominik Riebeling · 16 years ago
  80. 2d0a045 Enable as3514 HPCM codec setting for all AMS3525 targets (and disable it for others). by Bertrik Sikken · 16 years ago
  81. b32c05b Fix compilation error when no HW freq defined by Vitja Makarov · 16 years ago
  82. 30ec923 Make the HTML manual not use ligatures. Fixes FS#9651. by Dominik Riebeling · 16 years ago
  83. f6251e4 Accept FS#9646 by Christopher Williams which fixes a few radio preset bugs: by Jonathan Gordon · 16 years ago
  84. ffd5e87 Add 'database' to svn:ignore. by Nils Wallménius · 16 years ago
  85. 680a5df Added SILENT make option and some output comsmetics. by Björn Stenberg · 16 years ago
  86. 5b9ddb7 Make the Philips HDD1630 build compile again. by Mark Arigo · 16 years ago
  87. 4e79f8e Commit updated FS#9569 by Michael Chicoine. Fixes a bug in lcd_update_rect on the e200v2. by Michael Giacomelli · 16 years ago
  88. f78bf7d Commit FS#9623 by Thomas Martitz. General LCD clean up. Removes needless delays, fixes some glitches, updates comments, and brings LCD updates closer to procedure found in OF. by Michael Giacomelli · 16 years ago
  89. 8493da0 Commit FS#9652 by Thomas Martitz. Enable microSD on e200v2 and fix initialization for the fuze and e200v2. by Michael Giacomelli · 16 years ago
  90. 66b9721 Actually set sd_enabled (again by Thomas Martitz) by Frank Gevaerts · 16 years ago
  91. f9fb52b fix yellow by Frank Gevaerts · 16 years ago
  92. ee46a3d Moved database builder into a separate directory, and gave it its' own Makefile. Now it compiles cleanly and builds a database if ran in root of music tree. by Björn Stenberg · 16 years ago
  93. 9f37f04 Apply FS#9650 (by Thomas Martitz). This adds hotswap and microSD support for the Fuze. It doesn't seem to work for all cards yet. by Frank Gevaerts · 16 years ago
  94. 1388bd3 Update japanese translation by Yoshihisa Uchida (FS#9649). by Dominik Riebeling · 16 years ago
  95. 387dc95 Add an --inplace switch that modifies files directly, which should make this tool more useful. by Jonas Häggqvist · 16 years ago
  96. db1ea97 Add MD5 checksum for v1.01.22 of the Fuze original firmware. by Dave Chapman · 16 years ago
  97. 0d97a5f Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644. by Björn Stenberg · 16 years ago
  98. e4cf631 Commit langtool - a small perlscript to do some translation file manipulations. If you're modifying english.lang, stop for a moment to think if you could maybe use this script instead, and apply your change to all langfiles at once to avoid bothering our translators needlessly. by Jonas Häggqvist · 16 years ago
  99. a428d02 Fix typo by Maurus Cuelenaere · 16 years ago
  100. 676fd32 fix yellow by Andrew Mahone · 16 years ago