1. 25f0060 imx233/fuze+: don't reboot after usb more, enter usb more after storage init, remove useless printf by Amaury Pouly · 13 years ago
  2. f695681 usb: make sure device init happens *after* queue/thread creation by Amaury Pouly · 13 years ago
  3. 7d4fed5 imx233:fuze+: major memory and usb rework by Amaury Pouly · 13 years ago
  4. 11e1f71 Added 'platform-tools' to the features installed by installToolChain.sh for the android build by Bryan Childs · 13 years ago
  5. 1b70a70 Android: store resources on SD card. by Dominik Riebeling · 13 years ago
  6. 642736f fix error, none of this code is needed or would work in the checkwps program anyway by Jonathan Gordon · 13 years ago
  7. 8997321 Remove duplicated code to search for a setting by its cfg name by Jonathan Gordon · 13 years ago
  8. 060b3fa mikmod: enable compiler optimizations for coldfire, they were disabled to work around a bug in the old toolchain. by Nils Wallménius · 13 years ago
  9. 6cb5ec1 Remove several 'set but not used' GCC 4.6.1 warnings from MikMod. by Andree Buschmann · 13 years ago
  10. bd9c172 Fix yellow and red. by Andree Buschmann · 13 years ago
  11. e218647 FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. by Andree Buschmann · 13 years ago
  12. 7887e59 Update stable build to 3.9.1 by Frank Gevaerts · 13 years ago
  13. d3de6d6 Fix compiler warnings in mikmod. Initialize 'status' and 'incnt'. by Andree Buschmann · 13 years ago
  14. 3b83e59 Do not set '-fgnu89-inline' for MIPS targets. by Andree Buschmann · 13 years ago
  15. 41a0bfc FS#12256: Use '-fgnu89-inline' for mpegplayer and doom. Resolves compiler warnings when using mingw32. by Andree Buschmann · 13 years ago
  16. 573f220 Add the list colour callback and a proper title icon to the simplelist api by Jonathan Gordon · 13 years ago
  17. 29f04cc Roll back r30416. A proper fix of this warning will end in an #ifdef-hell. by Andree Buschmann · 13 years ago
  18. 1b94cbc Remove 'set but not used' warning by GCC 4.6.1. by Andree Buschmann · 13 years ago
  19. bbe0d6d pacbox: Declare several local functions and variables static. by Andree Buschmann · 13 years ago
  20. 03b08eb Fix warning, 'read_next:' is only used when EOVERFLOW is defined. by Andree Buschmann · 13 years ago
  21. 2b9e944 Rework c200wipe to use proper partitioning and formatting code, which makes the code size-independent. by Frank Gevaerts · 13 years ago
  22. e9eb5b3 Quote command arguments to avoid the shell trying to expand them. by Dominik Riebeling · 13 years ago
  23. 9372063 sansa clipzip: annotate lcd registers by Bertrik Sikken · 13 years ago
  24. 5b7a150 sansa clipzip: add lcd_brightness function (to be used later to set the 'backlight' brightness) by Bertrik Sikken · 13 years ago
  25. 194bc59 Sanify dsp.c (re)sample buffer indirection. by Michael Sevakis · 13 years ago
  26. 4991c85 sansa clipzip: implement lcd reset in the lcd driver by Bertrik Sikken · 13 years ago
  27. 6a9aac7 sansa clipzip: implement lcd_enable by Bertrik Sikken · 13 years ago
  28. d87f9fc Oops. "void void" doesn't work in C :p. by Michael Sevakis · 13 years ago
  29. 4db3e89 Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it. by Michael Sevakis · 13 years ago
  30. d67d6a8 Fix the timeout so the selected item will scroll by Jonathan Gordon · 13 years ago
  31. 6d3a6f7 Remove obsolete init cruft from audio system because of diminished dependencies. All talk/voice dependency in playback.c should be imminently removable. by Michael Sevakis · 13 years ago
  32. 67f5249 Fix residual red, thanks to Zagor. by Andree Buschmann · 13 years ago
  33. 72a345b Fix some more libgme compile issues. by Andree Buschmann · 13 years ago
  34. 89ee297 Check for CPU_ARM in libgme/blip_buffer. by Andree Buschmann · 13 years ago
  35. 13cbade Update libgme to Blargg's Game_Music_Emu 0.6-pre. by Andree Buschmann · 13 years ago
  36. d089e10 Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm block instead. by Michael Sevakis · 13 years ago
  37. 5ed7439 Build libgme with the same compiler settings as other codecs. by Andree Buschmann · 13 years ago
  38. 5cfec21 Declare several libgme functions static. by Andree Buschmann · 13 years ago
  39. 7e14b93 Dircache: Allow dircache to be enabled without reboot. by Thomas Martitz · 13 years ago
  40. c1ae789 Fix red. by Andree Buschmann · 13 years ago
  41. e88d24a Submit parts of FS#12189 regarding codec API. Replaces access to global settings with a dedicated function to determine if the current track shall be looped. Used by several synthesizer codecs. by Andree Buschmann · 13 years ago
  42. e66ad3e sansa clipzip: implement backlight by Bertrik Sikken · 13 years ago
  43. 99f260e sansa clipzip: fix bounds check/correction in lcd_update_rect by Bertrik Sikken · 13 years ago
  44. 35b0c61 Bump plugin api version. by Thomas Martitz · 13 years ago
  45. 42f10e0 Remove buflib from the pluginlib and use the core one. by Thomas Martitz · 13 years ago
  46. 456170a Clean up and simplify the voice thread code. by Michael Sevakis · 13 years ago
  47. bb000ce Fix last yellows. by Thomas Martitz · 13 years ago
  48. 0c4c816 Fix h100 red and other warnings. by Thomas Martitz · 13 years ago
  49. 41b04e5 Fix hwcodec red. by Thomas Martitz · 13 years ago
  50. e0aeca1 Bump plugin API. by Thomas Martitz · 13 years ago
  51. baa070c GSoC/Buflib: Enable compaction in buflib. by Thomas Martitz · 13 years ago
  52. d0b72e2 GSoC/Buflib: Add buflib memory alocator to the core. by Thomas Martitz · 13 years ago
  53. c940811 Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an emu2413-function to speed up PP5022 by up to 6%. by Andree Buschmann · 13 years ago
  54. 72213e6 Make tdspeed.c a bit nicer to read. No functional changes. by Michael Sevakis · 13 years ago
  55. 17fcb4c sansa clipzip: correct GPIO used for backlight by Bertrik Sikken · 13 years ago
  56. 401edf8 sansa clipzip: implement more functions in the lcd driver by Bertrik Sikken · 13 years ago
  57. 152c4fb Final commit to get test_codec working properly for both freq-scaling and non-freq-scaling targets. by Andree Buschmann · 13 years ago
  58. 656625b Fix logic of test_codec for targets with HAVE_ADJUSTABLE_CPU_FREQ. by Andree Buschmann · 13 years ago
  59. e137e9e codec_main() prototype inside codec_crt0.c is no longer needed since it's in codecs.h now. by Michael Sevakis · 13 years ago
  60. 91ba09b libtremor: comment out some more unused functions, make a function param unsigned to simplify generated code, gives a small speedup on cf. by Nils Wallménius · 13 years ago
  61. 1be2290 libtremor: remove some inline cf asm that is no longer needed with the new toolchain, no speed diff. by Nils Wallménius · 13 years ago
  62. 12e159d libtremor: comment out some unused functions and mark some file local functions static, saves a few hundred bytes and might give a tiny speedup. by Nils Wallménius · 13 years ago
  63. 3156730 Restore functionality of pcmbuf_is_lowdata. It fell out of sync since the mixer code and then an incorrect change unintentionally remained in r30366. by Michael Sevakis · 13 years ago
  64. cc6a780 Remove obsolete 'ci->set_elapsed()' from mpc. by Andree Buschmann · 13 years ago
  65. 9384cda Remove INT_MAX from pcmbuf.c. Win32 sim compained about it and it isn't specifically important enough for another #include - it just needs a great enough value to cover any remaining data. by Michael Sevakis · 13 years ago
  66. 7ad2cad Commit work started in FS#12153 to put timing/position information in PCM by Michael Sevakis · 13 years ago
  67. 463b3ed Initial framework for the Sandisk Sansa Clip Zip by Bertrik Sikken · 13 years ago
  68. 3aeb7fa FS#12163 by Sean Bartell by Nils Wallménius · 13 years ago
  69. 813b762 FS#12207 - Fast second july update of Czech language by Marek Salaba by Bertrik Sikken · 13 years ago
  70. ae2233b Change the cuesheet fix from r30359 to have a minor binsize increase on SH1. by Andree Buschmann · 13 years ago
  71. 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
  72. 953a073 Minor libwmavoice fixes; initialise the entire VBM tree and remove file handle leak from test util. by Steve Bavin · 13 years ago
  73. 9931b3c Avoid overflow in cuesheet marker positioning. Fixes FS#12246. Thanks to Nick Peskett. by Andree Buschmann · 13 years ago
  74. dbee923 Fix marginal buffer overflow in chessbox. by Steve Bavin · 13 years ago
  75. 89ee922 Remove a slightly silly null dereference. (a.k.a. I'm playing with cppcheck too.) by Steve Bavin · 13 years ago
  76. 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
  77. a33625b Add the codec_main declaration to apps/codecs.h by Bertrik Sikken · 13 years ago
  78. 9dcde35 Also fix uninitialized variables in xlcd_scroll_up()/xlcd_scroll_down() by Thomas Jarosch · 13 years ago
  79. e0024c9 Fix free on wrong variable by Thomas Jarosch · 13 years ago
  80. 51ae2e6 Don't close file descriptor twice by Thomas Jarosch · 13 years ago
  81. e412227 Fix off-by-one memory corruption in ipodpatcher. by Thomas Jarosch · 13 years ago
  82. faf354c Fix file descriptor leak on error by Thomas Jarosch · 13 years ago
  83. 12ac381 Fix file descriptor leak on error by Thomas Jarosch · 13 years ago
  84. bc6dd12 Fix use of uninitialized memory in xlcd_scroll_left() / xlcd_scroll_right() in special cases by Thomas Jarosch · 13 years ago
  85. 4ccb6e4 Clean up redundant assignment by Thomas Jarosch · 13 years ago
  86. 0d651dd Remove now unneeded variable by Thomas Jarosch · 13 years ago
  87. 59b8c78 Fix off-by-one memory corruption in resistor plugin. by Thomas Jarosch · 13 years ago
  88. 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
  89. 9d4cd7c Fix FS#12239, data abort after going from FMS to WPS. by Thomas Martitz · 13 years ago
  90. 4d903f2 Fix a miscomment in pcmbuf.c by Michael Sevakis · 13 years ago
  91. 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
  92. fbde6ba Move stuff a bit down to fix red on TALK_PARTIAL_LOAD. by Thomas Martitz · 13 years ago
  93. b66d07a Fix red on hwcodec. by Thomas Martitz · 13 years ago
  94. 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
  95. 29b5b32 Bookmarking no longer need worry about inability to speak while paused on SWCODEC. by Michael Sevakis · 13 years ago
  96. 29abe81 Talk: Unify hwcodec and swcodec handling. by Thomas Martitz · 13 years ago
  97. 82fa47d Android tools: Allow discovery of download URLs by Maurus Cuelenaere · 13 years ago
  98. fca9518 Make basque.lang be built. Fixes FS#12235 by Alex Parker · 13 years ago
  99. 77a78ee Manual: add %Vg and %Vs tags. Closes FS#12230. by Alex Parker · 13 years ago
  100. 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