1. 2ed84ec The synthVoice() function declaration was wrong (caused a warning). And because of that GCC didn't notice the error on line 390: synthVoice(currentVoice). by Tomas Salfischberger · 19 years ago
  2. ef72f99 Fixed a dead lock, file handle leak that caused wps to jam and by Miika Pekkarinen · 19 years ago
  3. 58c71e0 Pause and probably some crashes fixed. by Miika Pekkarinen · 19 years ago
  4. 6ab53ba Even more quiet audio initialization. by Miika Pekkarinen · 19 years ago
  5. 37f59a0 - add Andy Young's patch to make sound init more quiet by Marcoen Hirschberg · 19 years ago
  6. 24394b3 Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3s by Dave Chapman · 19 years ago
  7. 58af47c Seeking forwards works a little better. Playlist handling still buggy. by Miika Pekkarinen · 19 years ago
  8. 789791e Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performance by Dave Chapman · 19 years ago
  9. d94cba6 Forward seeking fixed. Some comments added. by Miika Pekkarinen · 19 years ago
  10. 7dad7d3 Initial commit of actual WavPack codec... :) by Dave Bryant · 19 years ago
  11. 57c6f6e Initial pass at WavPack codec playback support (and my first commit...) by Dave Bryant · 19 years ago
  12. 7ac0b35 Remove TREE_RC_ENTER, it was redundant by Marcoen Hirschberg · 19 years ago
  13. fb369b0 Make remote-control code more complete by Marcoen Hirschberg · 19 years ago
  14. 7eb743e More codec loader corrections. by Miika Pekkarinen · 19 years ago
  15. e0037ad Codec loader fixed. Now switching between different codecs should work better. by Miika Pekkarinen · 19 years ago
  16. b56f424 Added menu button for remote (because the menu now supports the remote too). by Tomas Salfischberger · 19 years ago
  17. c19e0f0 Add remote control support to tree and menu. Move defines from wps.c to wps.h by Marcoen Hirschberg · 19 years ago
  18. 097444d Fixed some mp3 metadata reading performance problem. Next track by Miika Pekkarinen · 19 years ago
  19. 7cdae1a First attempt at gapless MP3 support using LAME header info. by Thom Johansen · 19 years ago
  20. 57f0ec1 Added support for reading LAME header delay and padding fields for proper gapless MP3 support. by Thom Johansen · 19 years ago
  21. ca19564 Enabled minor Tremor opt. by Thom Johansen · 19 years ago
  22. a1d75d3 Calculate accurate Ogg duration and bitrate by Dave Chapman · 19 years ago
  23. 0069b92 Sync and fixes. by Thom Johansen · 19 years ago
  24. 649acec Small Musepack optimisation. by Thom Johansen · 19 years ago
  25. 3c30ee5 Command line support for fwpatcher by Dave Hooper. by Thom Johansen · 19 years ago
  26. 2528e7c Pausing tracks disabled until crashing issues are solved. by Miika Pekkarinen · 19 years ago
  27. 5f57069 Fixed buffering problem with some files. by Miika Pekkarinen · 19 years ago
  28. 8f0a0fe Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPS by Dave Chapman · 19 years ago
  29. 94b917e Setting current_fd to -1 at startup to prevent some rare crashes. by Miika Pekkarinen · 19 years ago
  30. a380d90 Fixed MP3 forward seeking. by Miika Pekkarinen · 19 years ago
  31. 7527bfb center-scrolling: start scrolling when the cursor is at 2/3 of the screen. There is still a bug when the fontsize changes. by Marcoen Hirschberg · 19 years ago
  32. b30962f Initial attempt at parsing the metadata in an Ogg file - it still doesn't calculate total track length by Dave Chapman · 19 years ago
  33. 5f12af2 Big performance improvement for liba52. A couple of small ASM opts, and lots IRAM usage. by Thom Johansen · 19 years ago
  34. c0f9ad6 IRAM support for a52towav. by Thom Johansen · 19 years ago
  35. a9d9ef5 Move another buffer into IRAM by Dave Chapman · 19 years ago
  36. 3e76783 Synced. by Jonas Häggqvist · 19 years ago
  37. c19563c Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 is too slow to test properly by Dave Chapman · 19 years ago
  38. 1c5b392 Fixed codec buffering problem. by Miika Pekkarinen · 19 years ago
  39. 2f2d7d4 First version of Musepack playback (not working) by Dave Chapman · 19 years ago
  40. 775923e Add .a52 and .mpc to supported list of audio files by Dave Chapman · 19 years ago
  41. 55ed7d7 First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, with zero optimisations by Dave Chapman · 19 years ago
  42. c82518c Replaced critical loop with assembler. A bit closer to realtime now. This codec really needs all the 64 bit muls replaced with EMAC equivalents. by Thom Johansen · 19 years ago
  43. 197e3ed Synced by Mats Lidell · 19 years ago
  44. a4aa508 Thread scheduler reworked to be less dependent on compiler behaviour. Stack overflow check is now possible on coldfire, enabled it. Unified code as much as possible. by Jens Arnold · 19 years ago
  45. 6b9350b A little improvement on Vorbis block synthesis. by Pedro Vasconcelos · 19 years ago
  46. cd1d87c Small typo. by Miika Pekkarinen · 19 years ago
  47. d480fdc Yet another crash bug fixed. by Miika Pekkarinen · 19 years ago
  48. cd56d0f Pause fixed. by Miika Pekkarinen · 19 years ago
  49. 9ff373c Fixed a null pointer problem which caused crashing. Playback should be by Miika Pekkarinen · 19 years ago
  50. 7e0b688 Fixed wav playing problems. by Miika Pekkarinen · 19 years ago
  51. ab81502 Use ci->request_buffer instead of ci->read_filebuf by Dave Chapman · 19 years ago
  52. cfda235 OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second. by Dave Chapman · 19 years ago
  53. 7d0933b Add codecwav.c by Dave Chapman · 19 years ago
  54. d28b94b Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes/second by Dave Chapman · 19 years ago
  55. 3c2c2f5 Add first version of WAV playback to iRiver - only 16-bit Stereo 44.1KHz files supported. by Dave Chapman · 19 years ago
  56. d30f110 Much better UI performance and buffering times for MP3 and FLAC. by Miika Pekkarinen · 19 years ago
  57. 68b9acd Added some basic codec configuration functionality. by Miika Pekkarinen · 19 years ago
  58. 2326bea When selecting first song to play, buffer initially only 2 MiB. If by Miika Pekkarinen · 19 years ago
  59. 637e313 Fixed problem that playing sometimes did not start. by Miika Pekkarinen · 19 years ago
  60. e0b51d4 Setting plugin_loaded status before invalidating icache. by Miika Pekkarinen · 19 years ago
  61. 842bed7 No more playlist viewer crashes. by Miika Pekkarinen · 19 years ago
  62. 2ed0b19 Better handling for cpu_boost(). Small buffering fix. by Miika Pekkarinen · 19 years ago
  63. b945fe8 Don't keep cpu boosted if length of track information is missing. by Miika Pekkarinen · 19 years ago
  64. c2bf136 Fixed problem that same track gets buffered twice after buffer re-filling. by Miika Pekkarinen · 19 years ago
  65. c0f7448 Martin Arver's fix to properly adapt the menu for the chosen font. by Daniel Stenberg · 19 years ago
  66. 0bcc64c Reset cpu to not boosted state at startup. Do case-insensitive file by Miika Pekkarinen · 19 years ago
  67. 9e200e3 Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis. by Miika Pekkarinen · 19 years ago
  68. fe468b1 Bunch of playback bugs fixed including next/prev/select track, by Miika Pekkarinen · 19 years ago
  69. a501277 Synced. by Jens Arnold · 19 years ago
  70. 8771bf2 Typo. by Thom Johansen · 19 years ago
  71. cc518c5 Full precision synth_full and dct32. Replaced all multiplications with proper 64 bit EMAC multiplications, which yields improved sound. by Thom Johansen · 19 years ago
  72. 7c54b3a Keep track of elapsed time during FLAC playback by Dave Chapman · 19 years ago
  73. 6271b2b Added Crossfade setting for iRiver by Linus Nielsen Feltzing · 19 years ago
  74. 614f0a3 WavPack optimisation by David Bryant. by Thom Johansen · 19 years ago
  75. 3ca1645 Buffer refilling problem fixed. by Miika Pekkarinen · 19 years ago
  76. c98ea5a Oops, forgot to test simulator compile. by Miika Pekkarinen · 19 years ago
  77. b4bc106 Fixed forward next track bugs (still some pause issues though). Added by Miika Pekkarinen · 19 years ago
  78. b245496 Now removes the old .zip file before building the new one by Linus Nielsen Feltzing · 19 years ago
  79. fd71c2f Moved the Sokoban levels to .rockbox/rocks by Linus Nielsen Feltzing · 19 years ago
  80. 005fc38 Snake2 port to iRiver by Alexander Spyridakis by Linus Nielsen Feltzing · 19 years ago
  81. 7668bf7 Moved snake2.levels to .rockbox/rocks/ by Linus Nielsen Feltzing · 19 years ago
  82. 1971ee6 Parse the metadata in a FLAC file to populate the "id3" struct (currently only length, samplerate etc) by Dave Chapman · 19 years ago
  83. 2d8e7f2 Bug fix: When paused, pressing next would start playing next track. Now it stays in pause mode. (pause still isn't perfect, afaik it's not working when it's loading data from disk.) by Tomas Salfischberger · 19 years ago
  84. 23797af Hot-plug support for iriver remote. by Jens Arnold · 19 years ago
  85. 969b246 Corrected placement of parentheses. by Jens Arnold · 19 years ago
  86. bd43bbd Add a default metadata reader (currently just storing the filename). This enables the WPS to be displayed for filetypes other than MP3 by Dave Chapman · 19 years ago
  87. 6910101 Enable mp3info checking for MP2 files - this was preventing MP2 files from being played. by Dave Chapman · 19 years ago
  88. e1b0427 New dict2rdf script by Tony Motakis by Tomas Salfischberger · 19 years ago
  89. 70fca2f Oops! Compile error on ondio and gmini... fixed now by Tomas Salfischberger · 20 years ago
  90. 5b338bd Bugfix: It was impossible to shut the iriver down with the remote. by Tomas Salfischberger · 20 years ago
  91. 9361a99 Bugfix: Holding the remote volume button wasn't working. Someone forgot to add BUTTON_REPEAT for the remote. by Tomas Salfischberger · 20 years ago
  92. 97e5f7e Support for iRiver remote buttons in WPS. by Tomas Salfischberger · 20 years ago
  93. d23cec2 Killed a warning :) by Tomas Salfischberger · 20 years ago
  94. 6c999a9 More optimized fix (doing GPIO1_READ just once) Formatting as amiconn wanted :) by Tomas Salfischberger · 20 years ago
  95. 1e5ff8a Fixed bug, the remote play/pause button (BUTTON_RC_ON) worked with hold on. by Tomas Salfischberger · 20 years ago
  96. 8ed869d make install now works correctly for the sims by Linus Nielsen Feltzing · 20 years ago
  97. f6d3ceb Kill warning. I suck. by Thom Johansen · 20 years ago
  98. fa148bb A new API for saving highscores in game plugins by Linus Nielsen Feltzing · 20 years ago
  99. 9415629 Oops. by Thom Johansen · 20 years ago
  100. 668205f We clear our accumulators after we're done with them on Coldfire. No need to clear them on init. by Thom Johansen · 20 years ago