1. 7ad2cad Commit work started in FS#12153 to put timing/position information in PCM by Michael Sevakis · 13 years ago
  2. 463b3ed Initial framework for the Sandisk Sansa Clip Zip by Bertrik Sikken · 13 years ago
  3. 3aeb7fa FS#12163 by Sean Bartell by Nils Wallménius · 13 years ago
  4. 813b762 FS#12207 - Fast second july update of Czech language by Marek Salaba by Bertrik Sikken · 13 years ago
  5. ae2233b Change the cuesheet fix from r30359 to have a minor binsize increase on SH1. by Andree Buschmann · 13 years ago
  6. 89f704b Utterly pointless fix for an unused Doom module (but while the code is in our source it ought not to have buffer overrides in, right?). by Steve Bavin · 13 years ago
  7. 953a073 Minor libwmavoice fixes; initialise the entire VBM tree and remove file handle leak from test util. by Steve Bavin · 13 years ago
  8. 9931b3c Avoid overflow in cuesheet marker positioning. Fixes FS#12246. Thanks to Nick Peskett. by Andree Buschmann · 13 years ago
  9. dbee923 Fix marginal buffer overflow in chessbox. by Steve Bavin · 13 years ago
  10. 89ee922 Remove a slightly silly null dereference. (a.k.a. I'm playing with cppcheck too.) by Steve Bavin · 13 years ago
  11. e3b3547 Fix an issue in libfaad found by static code analysis. Two arrays within the drc_info structure require a size of 64 due to the related implementation. This code section would not have been called as the decoder checks the number of channels and rejects decoding for files using more than MAX_CHANNELS (2). Closes FS#12245. by Andree Buschmann · 13 years ago
  12. a33625b Add the codec_main declaration to apps/codecs.h by Bertrik Sikken · 13 years ago
  13. 9dcde35 Also fix uninitialized variables in xlcd_scroll_up()/xlcd_scroll_down() by Thomas Jarosch · 13 years ago
  14. e0024c9 Fix free on wrong variable by Thomas Jarosch · 13 years ago
  15. 51ae2e6 Don't close file descriptor twice by Thomas Jarosch · 13 years ago
  16. e412227 Fix off-by-one memory corruption in ipodpatcher. by Thomas Jarosch · 13 years ago
  17. faf354c Fix file descriptor leak on error by Thomas Jarosch · 13 years ago
  18. 12ac381 Fix file descriptor leak on error by Thomas Jarosch · 13 years ago
  19. bc6dd12 Fix use of uninitialized memory in xlcd_scroll_left() / xlcd_scroll_right() in special cases by Thomas Jarosch · 13 years ago
  20. 4ccb6e4 Clean up redundant assignment by Thomas Jarosch · 13 years ago
  21. 0d651dd Remove now unneeded variable by Thomas Jarosch · 13 years ago
  22. 59b8c78 Fix off-by-one memory corruption in resistor plugin. by Thomas Jarosch · 13 years ago
  23. 697aa7f Do sync between pcmbuf volume controls without explicit IRQ masking, which is nicer and also allows pcmbuf.c to compile again as thumb code. by Michael Sevakis · 13 years ago
  24. 9d4cd7c Fix FS#12239, data abort after going from FMS to WPS. by Thomas Martitz · 13 years ago
  25. 4d903f2 Fix a miscomment in pcmbuf.c by Michael Sevakis · 13 years ago
  26. 5078d46 Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I wanted anyway to do a better PCM fade on stop/pause implementation. New fade is asynchronous tick-based. Restores skin update points in the WPS that were removed when fading mechanism was changed. by Michael Sevakis · 13 years ago
  27. fbde6ba Move stuff a bit down to fix red on TALK_PARTIAL_LOAD. by Thomas Martitz · 13 years ago
  28. b66d07a Fix red on hwcodec. by Thomas Martitz · 13 years ago
  29. c3e5625 Fix FS#12234 - Simulator crashes when playing mp3 file with cuesheet. The cuesheet in a lookahead mp3entry should not be taken to be valid, since it won't be the cue for the current track. Be sure id3->cuesheet is set NULL if grabbing the info from the buffer. by Michael Sevakis · 13 years ago
  30. 29b5b32 Bookmarking no longer need worry about inability to speak while paused on SWCODEC. by Michael Sevakis · 13 years ago
  31. 29abe81 Talk: Unify hwcodec and swcodec handling. by Thomas Martitz · 13 years ago
  32. 82fa47d Android tools: Allow discovery of download URLs by Maurus Cuelenaere · 13 years ago
  33. fca9518 Make basque.lang be built. Fixes FS#12235 by Alex Parker · 13 years ago
  34. 77a78ee Manual: add %Vg and %Vs tags. Closes FS#12230. by Alex Parker · 13 years ago
  35. 0aa2fcb Optimized compiler settings for libgme. ARM now uses -O1 except for the 2413 emulator. The speed on PP5022 increases by 0-5% (NSF, YM2413-VGM), 5-10% (GBS, VGM) and 10-15% (SGC, KSS, AY). by Andree Buschmann · 13 years ago
  36. b086458 FS#12231 by Nils Wallménius · 13 years ago
  37. 46d7fb9 Roll back r30328. Sorry for any inconvenience. by Andree Buschmann · 13 years ago
  38. 1466519 Allow to use different compiler settings for codecs built from libgme. ARM now uses -O1 except for the 2413 emulator. The speed on PP5022 increases by 0-5% (NSF, YM2413-VGM), 5-10% (GBS, VGM) and 10-15% (SGC, KSS, AY). by Andree Buschmann · 13 years ago
  39. 4d01ace Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM through changes of the buffer configuration and an update of the resampler code. Additionally enable VGM for low memory targets and update the manual. by Andree Buschmann · 13 years ago
  40. 4070f4f Reduce memory consumption of VGM codec for low memry targets at the costs of some performance for tracks using the 2616 emulator. by Andree Buschmann · 13 years ago
  41. 1da1b70 Fix panic after usb extraction if lastfm logging is enabled. by Thomas Martitz · 13 years ago
  42. 480f9b8 Add Nick Peskett to CREDITS by Thomas Jarosch · 13 years ago
  43. 121b26e perl magic: Use if/elsif/else instead of given/when (FS #12188) by Thomas Jarosch · 13 years ago
  44. 2e154df Removed attribution, at author's request. by Björn Stenberg · 13 years ago
  45. c08299c Dircache: Fix memory leak (and recently panic). by Thomas Martitz · 13 years ago
  46. 2ec3572 Update American English language by Michael Chicoine · 13 years ago
  47. 9477675 Save some RAM in a libgme emulator used for VGM codec. LFO_ENV_TAB[] and LFO_FREQ_TAB[] are obselete. by Andree Buschmann · 13 years ago
  48. 4087875 Dircache: Fix bug introduced in r30308. by Thomas Martitz · 13 years ago
  49. bf34cdf Add a 100ms delay before calling disk_mount_all(). Some players (especially some gigabeat Fs) seem to need a delay after disabling USB if we want disk access to work. by Frank Gevaerts · 13 years ago
  50. e79fca9 Remove use of which.py module. by Dominik Riebeling · 13 years ago
  51. 2c07d23 Fix tempbuf assignment in tagcache and bump plugin API/ABI for r30308. by Thomas Martitz · 13 years ago
  52. d559492 Remove further float operations from emu2413 in libgme to speed up synthesis. by Andree Buschmann · 13 years ago
  53. 89c8cbe Add change that got lost somehow in r30308. by Thomas Martitz · 13 years ago
  54. b8fabfe Fix remaining problems. by Thomas Martitz · 13 years ago
  55. 8a701e5 Fix errors and warnings. by Thomas Martitz · 13 years ago
  56. 7695b04 Fix typo in and clarify comment. by Thomas Martitz · 13 years ago
  57. d1322b7 GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. by Thomas Martitz · 13 years ago
  58. 9b9bd73 Fix last charcell warning by Frank Gevaerts · 13 years ago
  59. c3fe7b0 need... sleep... try again to fix red by Jonathan Gordon · 13 years ago
  60. 810e9c4 fix charcell again.... wouldnt it be nice to remove charcell support all together? :) by Jonathan Gordon · 13 years ago
  61. c0a4c66 Android: Minor changes in ldebugf. by Thomas Martitz · 13 years ago
  62. 4ed1340 Fix player errors by Jonathan Gordon · 13 years ago
  63. 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 13 years ago
  64. b2d0ea2 Remove a couple of duplicate #includes by Bertrik Sikken · 13 years ago
  65. dbdbc24 Remove hosted_get_volume(), as event data is available in button_get_data(). by Thomas Martitz · 13 years ago
  66. 2d0e63e Android: Undo r30293 partly as it prevents installation. by Thomas Martitz · 13 years ago
  67. a7d8dd4 Fix mistaken changes in r30219 by Jonathan Gordon · 13 years ago
  68. baa9c48 Extension entries need an extra nul byte. by Thomas Martitz · 13 years ago
  69. e20ff44 Redo 30225 differently to not break the audio formats order for skins. by Thomas Martitz · 13 years ago
  70. 8355ace Manual: try to make it clearer that it is NOT recommended to put music in /.rockbox by Alex Parker · 13 years ago
  71. c6ca813 Android: Fix a few java warnings. Upgrade ndk platform to 2.0 (don't support 1.6 anymore). by Thomas Martitz · 13 years ago
  72. 5c6fe5d Properly export sleep_timer_call from main_menu.c in exported_menus.h by Michael Hohmuth · 13 years ago
  73. 3fda72a configure: don't use sed for autoconf.h by Rafaël Carré · 13 years ago
  74. bd89a41 typo by Rafaël Carré · 13 years ago
  75. f56bb4e configure: avoid double escaping of $ (single quote + backslash) by Rafaël Carré · 13 years ago
  76. e1d33c0 configure: remove redundant ENC_CMD by Rafaël Carré · 13 years ago
  77. 2a2d228 typo by Rafaël Carré · 13 years ago
  78. cea0654 configure: don't use sed to generate the Makefile by Rafaël Carré · 13 years ago
  79. adb1b52 remove obsolete comment by Rafaël Carré · 13 years ago
  80. a1145a1 Remove all IRAM attributes from libGME to be able to restart the IRAM optimization on a clean code base. As first step move the sample buffers to IRAM which results in a 1-5% speedup for all codecs. by Andree Buschmann · 13 years ago
  81. 724a2d2 6th part of FS#12176. Reduce memory consumption of libgme emulators to allow enabling of NSF and SGC codecs for low memory targets. The main lookup table only requires byte precision and can be used by 2413 and 8950 emulators. Update the manual accordingly. by Andree Buschmann · 13 years ago
  82. 5f6d8bf Remove unused sources from libgme. by Andree Buschmann · 13 years ago
  83. 1b9f9fb 5th part of FS#12176. Further fixed point migration. Only two emulators (ym2413, ym2612) still use floating point. by Andree Buschmann · 13 years ago
  84. b127949 libgme: make local functions static where possible by Bertrik Sikken · 13 years ago
  85. 39e4987 Reduce gain of VGM codec to avoid clipping. by Andree Buschmann · 13 years ago
  86. 631d22b 4th part of FS#12176. Volume settings migrated to fixed point for libgme. by Andree Buschmann · 13 years ago
  87. 4ca2367 3rd part of FS#12176. Gain setting migrated to fixed point for libgme. by Andree Buschmann · 13 years ago
  88. 35c1df9 Update spellcheck script. by Dominik Riebeling · 13 years ago
  89. 55f4bf9 Rockbox Utility: use libusb-1.0 by default. by Dominik Riebeling · 13 years ago
  90. 012df14 2nd part of FS#12176. Tempo setting migrated to fixed point for libgme. by Andree Buschmann · 13 years ago
  91. 964a5e6 Manual: A few more spelling corrections. by Alex Parker · 13 years ago
  92. 39cc63e Manual: correct spelling of catalogue. by Alex Parker · 13 years ago
  93. 6013614 Manual: update %cs tag and make list more explicit. by Alex Parker · 13 years ago
  94. 3b07830 Fix typos in comments. Thanks ukleinek for pointing out. by Marcin Bukat · 13 years ago
  95. 1d2fae4 rk27xx sd driver fixes by Marcin Bukat · 13 years ago
  96. c23f576 Remove a floating point calculation from ay codec. by Andree Buschmann · 13 years ago
  97. d14c96d Remove 'set but not used' warning. by Andree Buschmann · 13 years ago
  98. 2bd2490 The manual should reflect that some synthesizer codecs are switched off for low memory targets. by Andree Buschmann · 13 years ago
  99. b8ae97f Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targets for now. by Andree Buschmann · 13 years ago
  100. acb0917 Submit initial patch from FS#12176. Adds support for several new game music formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. by Andree Buschmann · 13 years ago