1. f619f81 Change loop structure for sample synthesizing. Gives a nice speedup on both coldfire and arm targets. by Nils Wallménius · 17 years ago
  2. 1d79129 Get rid of unnecessary memory acesses in a loop, gives slight speedup by Nils Wallménius · 17 years ago
  3. 6386dbe static/inline/iram raid gives nice speedup by Nils Wallménius · 17 years ago
  4. c6c7b73 Fix bug that caused only half the output buffer to be used, gives a quite nice speedup on coldifre, clean up some commented out #ifdefs by Nils Wallménius · 17 years ago
  5. ff7b3c5 Fix midi playback on 64 bit sims and const a table by Nils Wallménius · 17 years ago
  6. 0e49605 Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. by Nils Wallménius · 17 years ago[Renamed (92%) from apps/plugins/midiplay.c]
  7. 12ddb8e Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in. by Marianne Arnold · 17 years ago
  8. 04b3435 Clean up hard-coded paths by Nils Wallménius · 17 years ago
  9. b701322 Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. by Jens Arnold · 18 years ago
  10. a6b4842 Check if the HW is capable of 22.050KHz playback, and revert to using 44.1Khz otherwise. by Dave Chapman · 18 years ago
  11. 4597ebe Plugins that play sound must be sure to set inputs and outputs on audio muxed targets. Add strict adherence to the interface protocols. Make sure playback sets the playback output as well. by Michael Sevakis · 18 years ago
  12. a7168fe attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself by Marcoen Hirschberg · 18 years ago
  13. a416cc9 Prevent idle poweroff in the MIDI player by Linus Nielsen Feltzing · 18 years ago
  14. b1f0049 Fix the undefined char symbols appearing in many output lines. This printf does neither support nor need \n. by Jens Arnold · 18 years ago
  15. 7c4b786 Some quick and dirty MIDI player optimizations, now it works on the X5 and M5 too by Linus Nielsen Feltzing · 18 years ago
  16. 85a226d Rename some macros to account for the recently added M5 port. No code changes. by Jens Arnold · 18 years ago
  17. f3455d1 Ooops. by Jens Arnold · 18 years ago
  18. 18b84ee Reset sample rate correctly after MIDI playback by Steve Bavin · 18 years ago
  19. 9cf7617 Make MIDI playback work on the Simulator, with sound etc. The #define stuff is a bit by Stepan Moskovchenko · 18 years ago
  20. 80da8b1 FS#6357, patch 1: let iramcopy and bss share the same space in codecs and by Tomasz Malesinski · 18 years ago
  21. acc29d9 SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. by Michael Sevakis · 18 years ago
  22. 24f4a2a Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. by Barry Wardell · 18 years ago
  23. 1e88be5 Barry Wardell's keymappings for H10 by Daniel Stenberg · 19 years ago
  24. 0e027bd To avoid having to use the main unit when accidentally launching a plugin from the remote, plugins now support remote quit by Kevin Ferrare · 19 years ago
  25. 98d5212 HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to check for simulator builds before using cpu_boost() by Christian Gmeiner · 19 years ago
  26. b9b2bcd Fixed freezing after loader error messages. by Stepan Moskovchenko · 19 years ago
  27. 595a204 Whoops! Lousy button code... by Stepan Moskovchenko · 19 years ago
  28. 68af7ba Added ability to adjust the volume during playback. by Stepan Moskovchenko · 19 years ago
  29. 28b5afd Optimize synth code by pre-computing the volume scaling for each note. by Stepan Moskovchenko · 19 years ago
  30. f67a942 Remove some debug junk, start a new build. by Stepan Moskovchenko · 19 years ago
  31. 47efba8 Fix file descriptor leak that would cause a hard lockup every 7 files by Stepan Moskovchenko · 19 years ago
  32. b2f1b5d ---------------------------------------------------------------------- by Stepan Moskovchenko · 19 years ago