1. 10decf8 ARM assembler optimised LPC decode routine for FLAC (not yet enabled). by Thom Johansen · 19 years ago
  2. 4a301c3 Make the RTC read throttling work, thanks to herz42 on irc by Brandon Low · 19 years ago
  3. deac30a Don't leave the menu after clearing the backdrop image. by Jens Arnold · 19 years ago
  4. b626f49 Dice rolling plugin by me with help from Paul_the_Nerd on some keypads by Brandon Low · 19 years ago
  5. 0c886b7 Fix warnings by Brandon Low · 19 years ago
  6. bb2f15c Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflicting read/writes by Brandon Low · 19 years ago
  7. 03b8708 Correct plugin min API version. by Dan Everton · 19 years ago
  8. 149df97 Make better use of banked registers in FIQ mode to shrink the iPod FIQ by Thom Johansen · 19 years ago
  9. d11f15f Fix red sim builds. by Dan Everton · 19 years ago
  10. 3caf7a6 Get oscillograph plugin working in the sim. Skips the lcd_roll using parts. by Dan Everton · 19 years ago
  11. 31e92f8 Get oscillograph plugin working on SWCODEC targets. by Dan Everton · 19 years ago
  12. 7699255 sound_set_pitch is not available on Player by Dan Everton · 19 years ago
  13. d108849 Get VU Meter plugin working on SWCODEC targets. Still needs to be scaled to fit better on larger displays. Also requires bumping the plugin API versions. by Dan Everton · 19 years ago
  14. 780e8dd Fix other yellow builds by Brandon Low · 19 years ago
  15. aab0080 Fix some yellow builds by Brandon Low · 19 years ago
  16. 6668b65 Move the RTC read throttling to a smarter place by Brandon Low · 19 years ago
  17. 63c0d1d Basic battery monitoring for ipod 5g, should work on other ipods as well, but needs testing and stuff. Also improved the RTC driver and moved it to where it belongs, and interrupt protected a bunch of possibly broken i2c. Also start preparing code for ipod charge monitoring. Note: on the 5g, this takes up enough processor time to increase skippiness noticeably in WPS. by Brandon Low · 19 years ago
  18. 4594ad4 Musepack files are always VBR. by Thom Johansen · 19 years ago
  19. 480ab7f build a tar.bz2 file as well at it compresses a lot better than tar.gz by Daniel Stenberg · 19 years ago
  20. 8c50ff2 More efficient button_read() for archos recorders and Ondios. by Jens Arnold · 19 years ago
  21. 4ec9dbd For backlight_on() to work, you need backlight.h :) by Tomas Salfischberger · 19 years ago
  22. c2e86cd Patch FS#4759 by Jonathan Gordon - searching in playlists. by Tomas Salfischberger · 19 years ago
  23. f0d97ea Fixed a crash in the playlist creation, plus revised the output during the creation by Linus Nielsen Feltzing · 19 years ago
  24. 6472ecf by Dave Bryant · 19 years ago
  25. 0b6bb8d Woops, that button was already in use on those targets. by Tomas Salfischberger · 19 years ago
  26. 625454b Patch FS#4744 - This patch maps the "Off" button in the pitch screen to reset the playing speed. by Tomas Salfischberger · 19 years ago
  27. 6718fd5 The existing colour-related language strings are using Colour, not Color. Also correct the desc: entry by Dave Chapman · 19 years ago
  28. 87142ab Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected for foreground and background. by Zakk Roberts · 19 years ago
  29. 8fc55d5 ADPCM wav codec fix by Frederic Devernay by Linus Nielsen Feltzing · 19 years ago
  30. ea5df70 Archos V1 recorder charging path #2927 by Alun Thomas by Jörg Hohensohn · 19 years ago
  31. c7838b8 Do not show peakmeter and recording time on radio screen for targets with software codec because this isn't implemented yet. by Peter D'Hoye · 19 years ago
  32. 7ceadd7 Patch #4736 for Chessbox from Miguel A. Arévalo - Added support for user interaction while thinking, you can force move now with PLAY and quit with OFF (iRiver example). Yield only on Search as any Evaluate will be preceded by a Search. Plus some minor code policing from me to remove tabs in both the patch and the original code by Dave Chapman · 19 years ago
  33. 8dccb29 Removed unused debug function which caused a warning for 64bit simulators. by Jens Arnold · 19 years ago
  34. 220fafd Code Police raid. Mostly changed // comments and indented to Rockbox style. by Daniel Stenberg · 19 years ago
  35. e248eac imported code are excepted from these guidelines by Daniel Stenberg · 19 years ago
  36. a26d315 Code-policed: cleaned off tabs, indented fine, narrowed to 80 columns (mostly) by Daniel Stenberg · 19 years ago
  37. 8aa5bd1 Long policy by Jens Arnold · 19 years ago
  38. 8ac3ae7 More 64bit simulator fixes, coinciding with the long policy this time. by Jens Arnold · 19 years ago
  39. 3187a59 Ooops. INT_MAX is now visible to plugins, so don't redefine it. by Jens Arnold · 19 years ago
  40. fb7368e More 64bit simulator fixes: inttypes, settings block handling. by Jens Arnold · 19 years ago
  41. 7a0110e TAB policed. by Jens Arnold · 19 years ago
  42. 6d19a56 Improved battery status reporting for units which support usb power / charge by Brandon Low · 19 years ago
  43. 8d0a32e gigabeat related changes by Marcoen Hirschberg · 19 years ago
  44. f2fe4e0 improve FreeBSD support a little by Marcoen Hirschberg · 19 years ago
  45. ccd0e74 Change rename() to set errno to EXDEV if a rename is attempted across volumes. by Dan Everton · 19 years ago
  46. b621de3 Fixed more pointer size vs. int size problems (64 bit sims) by Jens Arnold · 19 years ago
  47. 27f2182 Fixed pointer size vs. int size problems (64 bit sims) by Jens Arnold · 19 years ago
  48. 38b7547 Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin loader and codec loader. by Jens Arnold · 19 years ago
  49. e3f155d Fixed grammar mistake, pointed out by Marianne Arnold. by Jens Arnold · 19 years ago
  50. 0deb8c0 Fix 'make clean' in tools. by Jens Arnold · 19 years ago
  51. 31e2903 Always stop recording when performing shutdown in the recording screen. Fixes the file corruption reported by bmmpxf in the forums. by Peter D'Hoye · 19 years ago
  52. 9529d5f Stop mixing signed and unsigned when dealing with audio by Peter D'Hoye · 19 years ago
  53. f954a53 Quick hack to restore the reading of ISO encoded text files with the viewer plugin by Linus Nielsen Feltzing · 19 years ago
  54. 342a7aa added the SDL BMP images, removed the x11 and win32 sources by Daniel Stenberg · 19 years ago
  55. 3e85689 Remove all references to errno, it's unnecessary since the codec doesn't directly access files. Should really fix the TLS issues with errno this time... by Jens Arnold · 19 years ago
  56. af78719 x86_64 needs -fPIC to make shared object link (plugins, codecs). by Jens Arnold · 19 years ago
  57. b4ada86 Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds. by Jens Arnold · 19 years ago
  58. ef4e438 Removed wrong comment. by Tomas Salfischberger · 19 years ago
  59. ed1a829 Language update by Rui Marinho (FS patch id 4749) by Tomas Salfischberger · 19 years ago
  60. 744051b Clean up of the autogenerated tables. Should probably use scalebox and booktabs for the tables in the future. by Martin Arver · 19 years ago
  61. 71f9c53 add chessbox to source code archive by Daniel Stenberg · 19 years ago
  62. 871575f Implement . and .. path in dircache to properly support moving files by Miika Pekkarinen · 19 years ago
  63. 3b6141c updated hungarian translation by Imre Herceg, updated finnish translation by Jani Kinnunen by Marcoen Hirschberg · 19 years ago
  64. 635b830 open the image in binary mode to work better on windows by Daniel Stenberg · 19 years ago
  65. 71ee68e iPod 5G: Correctly implement mute when setting volume by Dave Chapman · 19 years ago
  66. 9b1c9db Fix stupid padded width calculation bug. by Jens Arnold · 19 years ago
  67. 55a7a5c Oops: clipping detection optimization broke pre-recording by Peter D'Hoye · 19 years ago
  68. 4b5b8b5 Correctly byte-swap the pixel values for the iPod 4G Color and Nano - this fixes the colours for those players by Dave Chapman · 19 years ago
  69. 569c839 updated translation by Jeong Taek In by Marcoen Hirschberg · 19 years ago
  70. abf975d Someone asked this on the mailinglist. by Tomas Salfischberger · 19 years ago
  71. 2850791 Patch #3060 from Andrew Scott - iPod mini button driver by Dave Chapman · 19 years ago
  72. 0bdf0c6 Slight optimization of the X5 LCD driver by Linus Nielsen Feltzing · 19 years ago
  73. ef35080 ATA power control on iAudio X5 by Linus Nielsen Feltzing · 19 years ago
  74. 999c5d8 use the 2bit version for X5 until there's a 16bit available by Daniel Stenberg · 19 years ago
  75. 55da279 we have a new patch tracker! by Daniel Stenberg · 19 years ago
  76. a6b913f Store recorded peak values in short; this should fix an issue where clipping wasn't always detected. Also removed an obsolete function. by Peter D'Hoye · 19 years ago
  77. 62f55b8 Patch #4718 from Mikael Magnusson - colour support for the fire plugin. Optimised by me to pre-calculate the rgb565 values and render directly into the lcd framebuffer instead of using the xlcd library. by Dave Chapman · 19 years ago
  78. a1e2a52 iPod 3G - small audio fixes, but it still isn't working. by Dave Chapman · 19 years ago
  79. ecdadcb Significantly reduce memory waste by reducing the wps image buffer. The new size still allows to cover the whole screen once with native bitmaps, plus twice with mono bitmaps, not counting the backdrop. Regains ~33KB on archos and ~220KB on H300. It's still a waste on dual-LCD targets because the two buffers are equal in size, despite one LCD being of much lower resolution + colour depth. by Jens Arnold · 19 years ago
  80. 7ac7317 Previous fix broke voice init when no language file had been selected. Fix that by making sure voice init is run at least once. by Magnus Holmgren · 19 years ago
  81. 2f76763 iPod 3G - initial (completely untested) attempt at audio support by Dave Chapman · 19 years ago
  82. 4b9fbd1 Fix yellow H1x0 simulator builds. by Jens Arnold · 19 years ago
  83. 6a972e0 Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions. by Jens Arnold · 19 years ago
  84. 14fe89a Add iaudio x5 support to the color picker by Dave Chapman · 19 years ago
  85. 0592fc7 updated translation by Alessio Lenzi by Marcoen Hirschberg · 19 years ago
  86. 5031162 by Dave Bryant · 19 years ago
  87. 1c18146 Correct the id string by Hristo Kovachev · 19 years ago
  88. 603f87f Foreground/Background colour settings. Based on patch #3050 by Jonathan Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits. by Dave Chapman · 19 years ago
  89. dd2a529 Credit Aleksey Kozyulin for the russian.lang update by Hristo Kovachev · 19 years ago
  90. f80bd8d Updated Russian.lan by Aleksey Kozyulin by Hristo Kovachev · 19 years ago
  91. 9ace16f use all recorded samples for peak metering and clipping detection by Peter D'Hoye · 19 years ago
  92. ac11569 Ooops. Fix warning in sims by Dave Chapman · 19 years ago
  93. fb4e384 More iPod 3G work from Seven Le Mesle by Dave Chapman · 19 years ago
  94. 64f0682 also enable recording cliplight when monitoring before recording by Peter D'Hoye · 19 years ago
  95. 6c2fafb Make pcm_playback.c compile for the iPod 3G - there is no playback implemented yet. by Dave Chapman · 19 years ago
  96. 39b428e fix x5 button definition broken by gigabeat commit by Marcoen Hirschberg · 19 years ago
  97. 338e2bb first gigabeat commit by Marcoen Hirschberg · 19 years ago
  98. b902428 Ooops. Forgot to remove some debug code by Linus Nielsen Feltzing · 19 years ago
  99. c296ac5 code police strikes again by Marcoen Hirschberg · 19 years ago
  100. 568ac3e Button driver for iAudio X5 by Linus Nielsen Feltzing · 19 years ago