1. c537d59 Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible. by Michael Sevakis · 13 years ago
  2. 7d9df48 playback_callback(): remove write-only old_repeat_mode by Rafaël Carré · 14 years ago
  3. 15be66a Fix red by Magnus Holmgren · 14 years ago
  4. d38093d FS#11099 - Rewind before resume by Magnus Holmgren · 14 years ago
  5. 9e09534 Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE conditionals, eliminated fade buffer on low memory targets by Jeffrey Goode · 15 years ago
  6. 88906e3 Fix defines from the last commit that made replaygain depend on crossfade. Thanks to Thomas Martitz for pointing that out. by Michael Giacomelli · 15 years ago
  7. 6469926 FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low memory targets (mainly AMS) to save memory. Some crossfade related items remain in the code, but they're not worth cluttering the code with ifdefs over. Also, introduce HAVE_CROSSFADE define for neatness. by Michael Giacomelli · 15 years ago
  8. 47a0901 Disable crossfade menu option (but nothing more) on lowmem (<=2MB) targets because it apparently needs a larger PCM buffer then is available. by Michael Giacomelli · 15 years ago
  9. 24b136f rework cuesheet support: by Jonathan Gordon · 15 years ago
  10. 8589fcb Merge the "Replaygain Off" option into the replaygain type; eliminate the "On/Off" setting (FS#10356). All WPS tags should work as before. by Alexander Levin · 15 years ago
  11. 62f3e95 FS#10014 - Separate tracklocking out of skip length, skip length prevented to skip tracks. This is a seperate setting now. tracks can still change during normal playback (i.e. a song ends). by Thomas Martitz · 16 years ago
  12. 4657301 add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checking for an actual disk (i.e. related to spindown, skipping,...) by Frank Gevaerts · 16 years ago
  13. 01729e7 FS#9281 Rename of splash functions. by Nils Wallménius · 16 years ago
  14. a30f5e4 gcc 4.3.1 quite rightfully warnings when printf-style functions use "format by Daniel Stenberg · 16 years ago
  15. 4a7e0c7 Rename and rework the "Study Mode" menu into the "Skip Length" setting. Update manual. Bump plugin API thanks to having changed global_settings. by Thom Johansen · 16 years ago
  16. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  17. 5f8bd63 FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playback Settings optiona and removed duplicate options. by Steve Bavin · 16 years ago
  18. ab0f7e1 Accept FS#6188: study mode. by Stéphane Doyon · 16 years ago
  19. 5633784 Made local functions static in playback_menu.c by Bertrik Sikken · 16 years ago
  20. c9df8fd The const police raid playback.c, should be no change to behaviour. by Steve Bavin · 17 years ago
  21. 294ec1d Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find. by Thom Johansen · 17 years ago
  22. 5b76936 Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files. by Nils Wallménius · 17 years ago
  23. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  24. 0bfa3e7 Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense by Nils Wallménius · 17 years ago
  25. 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
  26. 02a8717 Remove the need to double up the MENU macros in manu.h. by Jonathan Gordon · 18 years ago
  27. 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago
  28. d4e904b SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update. by Michael Sevakis · 18 years ago
  29. 1ebdd5b this wasnt meant to be commited by Jonathan Gordon · 18 years ago
  30. 40a253d Convert the Display menu to the new system. by Jonathan Gordon · 18 years ago
  31. 9f4bd87 Cuesheet support by Jonathan Gordon and me (FS #6460). by Nicolas Pennequin · 18 years ago
  32. 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
  33. 4e73b53 Fix the keywords on some recently added files. by Jonathan Gordon · 18 years ago
  34. fb62831 * Move playback menu to the new sysetm by Jonathan Gordon · 18 years ago