1. 3de5e74 uda1380: Added bass/treble and recording functions by Andy · 19 years ago
  2. eadceed Broken code, too much crack for me. by Thom Johansen · 19 years ago
  3. 38c9d75 Proper UDA1380 bass and treble settings. by Thom Johansen · 19 years ago
  4. 53ce20a Killed all simulator warnings. by Miika Pekkarinen · 19 years ago
  5. c3fed62 Fixed the "last song bug". by Miika Pekkarinen · 19 years ago
  6. e941289 audio_is_initialized has to be set in playback.c. by Miika Pekkarinen · 19 years ago
  7. 65e6a63 The modifications are for all larger screens by Jonas Häggqvist · 19 years ago
  8. 92ea04a Added stubs for simulator to reduce some #ifdefs. by Miika Pekkarinen · 19 years ago
  9. 08636e1 Added define for the UDA1380 codec chip. by Thom Johansen · 19 years ago
  10. a7de2e2 use the 160 pixels wide logo for wider LCDs too (for now at least) by Daniel Stenberg · 19 years ago
  11. 6b60f9a LCD code depends on LCD model, not keypad by Daniel Stenberg · 19 years ago
  12. 8576114 early and not yet working support for H300 builds by Daniel Stenberg · 19 years ago
  13. 0482ff5 options for the H300 series by Daniel Stenberg · 19 years ago
  14. 5058f7d ID3 parser bug fix by Ray Lambert by Linus Nielsen Feltzing · 19 years ago
  15. 5b9eb29 Add A52/AC3 metadata parsing (samplerate, bitrate, track length) by Dave Chapman · 19 years ago
  16. 3ad485b Move metadata parsing code from playback.c into metadata.c by Dave Chapman · 19 years ago
  17. 88a89e0 There is no printf() in rockbox, but DEBUGF() has the intended effect in simulator. by Tomas Salfischberger · 19 years ago
  18. 184d82e Oops, simulator compiles now fine. by Miika Pekkarinen · 19 years ago
  19. 8d5822d Playlist changed are recognized correctly. by Miika Pekkarinen · 19 years ago
  20. fe8663c See my message on the mailinglist. This should kill all warnings left in the iriver builds. And the changes will be added to the next musepack minor release. by Tomas Salfischberger · 19 years ago
  21. 9b9d6e7 Another warning fixed (idtag.c:59: warning: implicit declaration of function `memcmp') by Tomas Salfischberger · 19 years ago
  22. 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
  23. ef72f99 Fixed a dead lock, file handle leak that caused wps to jam and by Miika Pekkarinen · 19 years ago
  24. 58c71e0 Pause and probably some crashes fixed. by Miika Pekkarinen · 19 years ago
  25. 6ab53ba Even more quiet audio initialization. by Miika Pekkarinen · 19 years ago
  26. 37f59a0 - add Andy Young's patch to make sound init more quiet by Marcoen Hirschberg · 19 years ago
  27. 24394b3 Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3s by Dave Chapman · 19 years ago
  28. 58af47c Seeking forwards works a little better. Playlist handling still buggy. by Miika Pekkarinen · 19 years ago
  29. 789791e Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performance by Dave Chapman · 19 years ago
  30. d94cba6 Forward seeking fixed. Some comments added. by Miika Pekkarinen · 19 years ago
  31. 7dad7d3 Initial commit of actual WavPack codec... :) by Dave Bryant · 20 years ago
  32. 57c6f6e Initial pass at WavPack codec playback support (and my first commit...) by Dave Bryant · 20 years ago
  33. 7ac0b35 Remove TREE_RC_ENTER, it was redundant by Marcoen Hirschberg · 20 years ago
  34. fb369b0 Make remote-control code more complete by Marcoen Hirschberg · 20 years ago
  35. 7eb743e More codec loader corrections. by Miika Pekkarinen · 20 years ago
  36. e0037ad Codec loader fixed. Now switching between different codecs should work better. by Miika Pekkarinen · 20 years ago
  37. b56f424 Added menu button for remote (because the menu now supports the remote too). by Tomas Salfischberger · 20 years ago
  38. c19e0f0 Add remote control support to tree and menu. Move defines from wps.c to wps.h by Marcoen Hirschberg · 20 years ago
  39. 097444d Fixed some mp3 metadata reading performance problem. Next track by Miika Pekkarinen · 20 years ago
  40. 7cdae1a First attempt at gapless MP3 support using LAME header info. by Thom Johansen · 20 years ago
  41. 57f0ec1 Added support for reading LAME header delay and padding fields for proper gapless MP3 support. by Thom Johansen · 20 years ago
  42. ca19564 Enabled minor Tremor opt. by Thom Johansen · 20 years ago
  43. a1d75d3 Calculate accurate Ogg duration and bitrate by Dave Chapman · 20 years ago
  44. 0069b92 Sync and fixes. by Thom Johansen · 20 years ago
  45. 649acec Small Musepack optimisation. by Thom Johansen · 20 years ago
  46. 3c30ee5 Command line support for fwpatcher by Dave Hooper. by Thom Johansen · 20 years ago
  47. 2528e7c Pausing tracks disabled until crashing issues are solved. by Miika Pekkarinen · 20 years ago
  48. 5f57069 Fixed buffering problem with some files. by Miika Pekkarinen · 20 years ago
  49. 8f0a0fe Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPS by Dave Chapman · 20 years ago
  50. 94b917e Setting current_fd to -1 at startup to prevent some rare crashes. by Miika Pekkarinen · 20 years ago
  51. a380d90 Fixed MP3 forward seeking. by Miika Pekkarinen · 20 years ago
  52. 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 · 20 years ago
  53. b30962f Initial attempt at parsing the metadata in an Ogg file - it still doesn't calculate total track length by Dave Chapman · 20 years ago
  54. 5f12af2 Big performance improvement for liba52. A couple of small ASM opts, and lots IRAM usage. by Thom Johansen · 20 years ago
  55. c0f9ad6 IRAM support for a52towav. by Thom Johansen · 20 years ago
  56. a9d9ef5 Move another buffer into IRAM by Dave Chapman · 20 years ago
  57. 3e76783 Synced. by Jonas Häggqvist · 20 years ago
  58. c19563c Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 is too slow to test properly by Dave Chapman · 20 years ago
  59. 1c5b392 Fixed codec buffering problem. by Miika Pekkarinen · 20 years ago
  60. 2f2d7d4 First version of Musepack playback (not working) by Dave Chapman · 20 years ago
  61. 775923e Add .a52 and .mpc to supported list of audio files by Dave Chapman · 20 years ago
  62. 55ed7d7 First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, with zero optimisations by Dave Chapman · 20 years ago
  63. 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 · 20 years ago
  64. 197e3ed Synced by Mats Lidell · 20 years ago
  65. 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 · 20 years ago
  66. 6b9350b A little improvement on Vorbis block synthesis. by Pedro Vasconcelos · 20 years ago
  67. cd1d87c Small typo. by Miika Pekkarinen · 20 years ago
  68. d480fdc Yet another crash bug fixed. by Miika Pekkarinen · 20 years ago
  69. cd56d0f Pause fixed. by Miika Pekkarinen · 20 years ago
  70. 9ff373c Fixed a null pointer problem which caused crashing. Playback should be by Miika Pekkarinen · 20 years ago
  71. 7e0b688 Fixed wav playing problems. by Miika Pekkarinen · 20 years ago
  72. ab81502 Use ci->request_buffer instead of ci->read_filebuf by Dave Chapman · 20 years ago
  73. cfda235 OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second. by Dave Chapman · 20 years ago
  74. 7d0933b Add codecwav.c by Dave Chapman · 20 years ago
  75. d28b94b Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes/second by Dave Chapman · 20 years ago
  76. 3c2c2f5 Add first version of WAV playback to iRiver - only 16-bit Stereo 44.1KHz files supported. by Dave Chapman · 20 years ago
  77. d30f110 Much better UI performance and buffering times for MP3 and FLAC. by Miika Pekkarinen · 20 years ago
  78. 68b9acd Added some basic codec configuration functionality. by Miika Pekkarinen · 20 years ago
  79. 2326bea When selecting first song to play, buffer initially only 2 MiB. If by Miika Pekkarinen · 20 years ago
  80. 637e313 Fixed problem that playing sometimes did not start. by Miika Pekkarinen · 20 years ago
  81. e0b51d4 Setting plugin_loaded status before invalidating icache. by Miika Pekkarinen · 20 years ago
  82. 842bed7 No more playlist viewer crashes. by Miika Pekkarinen · 20 years ago
  83. 2ed0b19 Better handling for cpu_boost(). Small buffering fix. by Miika Pekkarinen · 20 years ago
  84. b945fe8 Don't keep cpu boosted if length of track information is missing. by Miika Pekkarinen · 20 years ago
  85. c2bf136 Fixed problem that same track gets buffered twice after buffer re-filling. by Miika Pekkarinen · 20 years ago
  86. c0f7448 Martin Arver's fix to properly adapt the menu for the chosen font. by Daniel Stenberg · 20 years ago
  87. 0bcc64c Reset cpu to not boosted state at startup. Do case-insensitive file by Miika Pekkarinen · 20 years ago
  88. 9e200e3 Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis. by Miika Pekkarinen · 20 years ago
  89. fe468b1 Bunch of playback bugs fixed including next/prev/select track, by Miika Pekkarinen · 20 years ago
  90. a501277 Synced. by Jens Arnold · 20 years ago
  91. 8771bf2 Typo. by Thom Johansen · 20 years ago
  92. cc518c5 Full precision synth_full and dct32. Replaced all multiplications with proper 64 bit EMAC multiplications, which yields improved sound. by Thom Johansen · 20 years ago
  93. 7c54b3a Keep track of elapsed time during FLAC playback by Dave Chapman · 20 years ago
  94. 6271b2b Added Crossfade setting for iRiver by Linus Nielsen Feltzing · 20 years ago
  95. 614f0a3 WavPack optimisation by David Bryant. by Thom Johansen · 20 years ago
  96. 3ca1645 Buffer refilling problem fixed. by Miika Pekkarinen · 20 years ago
  97. c98ea5a Oops, forgot to test simulator compile. by Miika Pekkarinen · 20 years ago
  98. b4bc106 Fixed forward next track bugs (still some pause issues though). Added by Miika Pekkarinen · 20 years ago
  99. b245496 Now removes the old .zip file before building the new one by Linus Nielsen Feltzing · 20 years ago
  100. fd71c2f Moved the Sokoban levels to .rockbox/rocks by Linus Nielsen Feltzing · 20 years ago