1. 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 19 years ago
  2. d191756 Resume now starts playback at the point it was stopped, not 2-7 seconds later. by Ryan Jackson · 19 years ago
  3. 2f6781d Resetting the pause indicator when seeking songs. by Miika Pekkarinen · 19 years ago
  4. c4b7c67 Patch #1235763 by Ryan Jackson - Resume/bookmark support for Vorbis by Linus Nielsen Feltzing · 19 years ago
  5. 0d63cbb Fixed a problem with transition to next album which caused rockbox by Miika Pekkarinen · 19 years ago
  6. 1ed292c Fixed an audio burst coming out when pausing a track with fading enabled. by Miika Pekkarinen · 19 years ago
  7. 645a2e1 Fixed a simulator crash while trying to play a song. Fixed crossfade by Miika Pekkarinen · 19 years ago
  8. a9203b4 Updating wps info correctly when changing a track while buffering. by Miika Pekkarinen · 19 years ago
  9. 527ce40 The previous commit did not fix the metadata reading correctly. Now it by Miika Pekkarinen · 19 years ago
  10. b288dda Fixed a problem that next track info was not always available after the by Miika Pekkarinen · 19 years ago
  11. 3e33f85 Track changing works now better (not still perfect). by Miika Pekkarinen · 19 years ago
  12. 5d9e053 Some playback fixes. by Miika Pekkarinen · 19 years ago
  13. df80798 Lame hack to strip ID3v1 tags from MP3 playback, so they can play back without gaps by Linus Nielsen Feltzing · 19 years ago
  14. 3eb962d PCM buffering fixes. Made a temporary workaround for playback glitch by Miika Pekkarinen · 19 years ago
  15. ffd207f Makes sure that the pause/resume/prev/next functions are executed in the audio thread by Linus Nielsen Feltzing · 19 years ago
  16. 22960c3 Waiting pcm buffer to run empty before stopping the last track. by Miika Pekkarinen · 19 years ago
  17. 5c2c991 Applied patch "[ 1232957 ] MP3 metadata fixes for software codec". by Miika Pekkarinen · 19 years ago
  18. 3e33a0f More crossfade adjustments. Now crossfade should work shortly even if by Miika Pekkarinen · 19 years ago
  19. d6e7942 Fixed: Crossfading, broken elapsed info with mp3 files, possible cpu by Miika Pekkarinen · 19 years ago
  20. 2d79df5 Fixed a problem that caused playback to stop on certain situations. Fixed by Miika Pekkarinen · 19 years ago
  21. aa30f04 Fixed crossfading. by Miika Pekkarinen · 19 years ago
  22. 839dbca Moved resume info updating to the mpeg/playback threads so that it's saved even when not in the WPS by Hardeep Sidhu · 19 years ago
  23. 8ad60cc Update the wps when next track info is available. by Miika Pekkarinen · 19 years ago
  24. e21cf84 Fixed the warnings. by Miika Pekkarinen · 19 years ago
  25. 9bde038 Updated the track_unbuffer event callback. by Miika Pekkarinen · 19 years ago
  26. f46c9f2 Now next track info is always available. by Miika Pekkarinen · 19 years ago
  27. bb3ed3c Use the central IDATA_ATTR define. by Jens Arnold · 19 years ago
  28. d50ed12 The last small fix to the previous commit. by Miika Pekkarinen · 19 years ago
  29. 837c1e3 Correction to the previous commit when switching tracks manually. by Miika Pekkarinen · 19 years ago
  30. b469e73 Use correct timing to display the next track wps screen when crossfade by Miika Pekkarinen · 19 years ago
  31. 9c70b1b Make sure we stop the playback the right way. by Miika Pekkarinen · 19 years ago
  32. d54811f Fixed mono playback support for mp3. Added two other event handlers in by Miika Pekkarinen · 19 years ago
  33. 2724d0b Pause correctly while seeking. by Miika Pekkarinen · 19 years ago
  34. c520d69 Fixed codec switching. by Miika Pekkarinen · 19 years ago
  35. bbd42ad Fixed seeking in mp3 files (and with other codecs which supports by Miika Pekkarinen · 19 years ago
  36. 3b90707 Fixed a bug where a few seconds from end of a song was cut out. by Miika Pekkarinen · 19 years ago
  37. 1983738 Not sure if this is the right way to make "resume" work correctly for WavPack, by Dave Bryant · 19 years ago
  38. 7d6d122 Added event handler to register track changes. by Miika Pekkarinen · 19 years ago
  39. 7b7d1e6 Always use crossfade if it's enabled. by Miika Pekkarinen · 19 years ago
  40. 84d6f9e Fixed slow track switching and track pre-buffering. Fixed rockboy by Miika Pekkarinen · 19 years ago
  41. de3b04e Fixed buffering problems with dynamic playlist handling. Increased by Miika Pekkarinen · 19 years ago
  42. 85f4973 Replaced some size_t with longs. That might solve some problems. Fixed by Miika Pekkarinen · 19 years ago
  43. 65b840d Fixed one warning. by Miika Pekkarinen · 19 years ago
  44. d8cb703 Initial DSP implementation. DSP supports resampling audio stream from by Miika Pekkarinen · 19 years ago
  45. 17098e1 More audio thread debug info by Linus Nielsen Feltzing · 19 years ago
  46. 1dd672f moved and renamed the codecs, gave the codecs a new extension (.codec), by Daniel Stenberg · 19 years ago
  47. b5a0f70 New debug screen for sw codec audio thread by Linus Nielsen Feltzing · 19 years ago
  48. ecf2f747 Daniel's fix that loads codecs in their own memory space by Linus Nielsen Feltzing · 19 years ago
  49. be918cd Fixed a problem with playback when returning from usb mode. by Miika Pekkarinen · 19 years ago
  50. 5936246 Fixed glitches from crossfade. by Miika Pekkarinen · 19 years ago
  51. 3e88b58 Crossfade fixes. by Miika Pekkarinen · 19 years ago
  52. cf18f96 Elapsed counter resets correctly when changing tracks. by Miika Pekkarinen · 19 years ago
  53. b08e2ac Fixed the dreaded iRiver simulator crash by Linus Nielsen Feltzing · 19 years ago
  54. 431e813 Some re-desing to buffer filling and track loading code and a few bug fixes. by Miika Pekkarinen · 19 years ago
  55. 961c9a3 Added %fc WPS tag to display codec type - moved codectype from track_info struct into mp3info struct, initialise it on MAS platforms, and add it to the WPS. by Dave Chapman · 19 years ago
  56. e2cd581 Proper MPEG layer 1 support. by Jens Arnold · 19 years ago
  57. 53ce20a Killed all simulator warnings. by Miika Pekkarinen · 19 years ago
  58. c3fed62 Fixed the "last song bug". by Miika Pekkarinen · 19 years ago
  59. e941289 audio_is_initialized has to be set in playback.c. by Miika Pekkarinen · 19 years ago
  60. 92ea04a Added stubs for simulator to reduce some #ifdefs. by Miika Pekkarinen · 19 years ago
  61. 3ad485b Move metadata parsing code from playback.c into metadata.c by Dave Chapman · 19 years ago
  62. 184d82e Oops, simulator compiles now fine. by Miika Pekkarinen · 19 years ago
  63. 8d5822d Playlist changed are recognized correctly. by Miika Pekkarinen · 19 years ago
  64. ef72f99 Fixed a dead lock, file handle leak that caused wps to jam and by Miika Pekkarinen · 19 years ago
  65. 58af47c Seeking forwards works a little better. Playlist handling still buggy. by Miika Pekkarinen · 19 years ago
  66. d94cba6 Forward seeking fixed. Some comments added. by Miika Pekkarinen · 19 years ago
  67. 57c6f6e Initial pass at WavPack codec playback support (and my first commit...) by Dave Bryant · 19 years ago
  68. e0037ad Codec loader fixed. Now switching between different codecs should work better. by Miika Pekkarinen · 19 years ago
  69. 097444d Fixed some mp3 metadata reading performance problem. Next track by Miika Pekkarinen · 19 years ago
  70. a1d75d3 Calculate accurate Ogg duration and bitrate by Dave Chapman · 19 years ago
  71. 5f57069 Fixed buffering problem with some files. by Miika Pekkarinen · 19 years ago
  72. 8f0a0fe Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPS by Dave Chapman · 19 years ago
  73. 94b917e Setting current_fd to -1 at startup to prevent some rare crashes. by Miika Pekkarinen · 19 years ago
  74. a380d90 Fixed MP3 forward seeking. by Miika Pekkarinen · 19 years ago
  75. 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
  76. 1c5b392 Fixed codec buffering problem. by Miika Pekkarinen · 19 years ago
  77. 2f2d7d4 First version of Musepack playback (not working) by Dave Chapman · 19 years ago
  78. 55ed7d7 First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, with zero optimisations by Dave Chapman · 19 years ago
  79. cd1d87c Small typo. by Miika Pekkarinen · 19 years ago
  80. d480fdc Yet another crash bug fixed. by Miika Pekkarinen · 19 years ago
  81. 9ff373c Fixed a null pointer problem which caused crashing. Playback should be by Miika Pekkarinen · 19 years ago
  82. cfda235 OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second. by Dave Chapman · 19 years ago
  83. d28b94b Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes/second by Dave Chapman · 19 years ago
  84. 3c2c2f5 Add first version of WAV playback to iRiver - only 16-bit Stereo 44.1KHz files supported. by Dave Chapman · 19 years ago
  85. 68b9acd Added some basic codec configuration functionality. by Miika Pekkarinen · 19 years ago
  86. 2326bea When selecting first song to play, buffer initially only 2 MiB. If by Miika Pekkarinen · 19 years ago
  87. 637e313 Fixed problem that playing sometimes did not start. by Miika Pekkarinen · 19 years ago
  88. 2ed0b19 Better handling for cpu_boost(). Small buffering fix. by Miika Pekkarinen · 19 years ago
  89. b945fe8 Don't keep cpu boosted if length of track information is missing. by Miika Pekkarinen · 19 years ago
  90. c2bf136 Fixed problem that same track gets buffered twice after buffer re-filling. by Miika Pekkarinen · 19 years ago
  91. 0bcc64c Reset cpu to not boosted state at startup. Do case-insensitive file by Miika Pekkarinen · 19 years ago
  92. 9e200e3 Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis. by Miika Pekkarinen · 19 years ago
  93. fe468b1 Bunch of playback bugs fixed including next/prev/select track, by Miika Pekkarinen · 19 years ago
  94. 3ca1645 Buffer refilling problem fixed. by Miika Pekkarinen · 19 years ago
  95. c98ea5a Oops, forgot to test simulator compile. by Miika Pekkarinen · 19 years ago
  96. b4bc106 Fixed forward next track bugs (still some pause issues though). Added by Miika Pekkarinen · 19 years ago
  97. 1971ee6 Parse the metadata in a FLAC file to populate the "id3" struct (currently only length, samplerate etc) by Dave Chapman · 19 years ago
  98. 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
  99. 6910101 Enable mp3info checking for MP2 files - this was preventing MP2 files from being played. by Dave Chapman · 19 years ago
  100. a9ac3d1 Next track bug fixed that was introduced in previous commit. by Miika Pekkarinen · 19 years ago