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