Age | Commit message (Expand) | Author |
2005-06-20 | Crossfade fixes. | Miika Pekkarinen |
2005-06-20 | Elapsed counter resets correctly when changing tracks. | Miika Pekkarinen |
2005-06-19 | Fixed the dreaded iRiver simulator crash | Linus Nielsen Feltzing |
2005-06-19 | Some re-desing to buffer filling and track loading code and a few bug | Miika Pekkarinen |
2005-06-18 | Added %fc WPS tag to display codec type - moved codectype from track_info str... | Dave Chapman |
2005-06-18 | Proper MPEG layer 1 support. | Jens Arnold |
2005-06-15 | Killed all simulator warnings. | Miika Pekkarinen |
2005-06-15 | Fixed the "last song bug". | Miika Pekkarinen |
2005-06-15 | audio_is_initialized has to be set in playback.c. | Miika Pekkarinen |
2005-06-15 | Added stubs for simulator to reduce some #ifdefs. | Miika Pekkarinen |
2005-06-14 | Move metadata parsing code from playback.c into metadata.c | Dave Chapman |
2005-06-14 | Oops, simulator compiles now fine. | Miika Pekkarinen |
2005-06-14 | Playlist changed are recognized correctly. | Miika Pekkarinen |
2005-06-14 | Fixed a dead lock, file handle leak that caused wps to jam and | Miika Pekkarinen |
2005-06-13 | Seeking forwards works a little better. Playlist handling still buggy. | Miika Pekkarinen |
2005-06-13 | Forward seeking fixed. Some comments added. | Miika Pekkarinen |
2005-06-13 | Initial pass at WavPack codec playback support (and my first commit...) | Dave Bryant |
2005-06-12 | Codec loader fixed. Now switching between different codecs should work | Miika Pekkarinen |
2005-06-12 | Fixed some mp3 metadata reading performance problem. Next track | Miika Pekkarinen |
2005-06-12 | Calculate accurate Ogg duration and bitrate | Dave Chapman |
2005-06-11 | Fixed buffering problem with some files. | Miika Pekkarinen |
2005-06-11 | Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPS | Dave Chapman |
2005-06-11 | Setting current_fd to -1 at startup to prevent some rare crashes. | Miika Pekkarinen |
2005-06-11 | Fixed MP3 forward seeking. | Miika Pekkarinen |
2005-06-11 | Initial attempt at parsing the metadata in an Ogg file - it still doesn't cal... | Dave Chapman |
2005-06-11 | Fixed codec buffering problem. | Miika Pekkarinen |
2005-06-11 | First version of Musepack playback (not working) | Dave Chapman |
2005-06-11 | First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w... | Dave Chapman |
2005-06-10 | Small typo. | Miika Pekkarinen |
2005-06-10 | Yet another crash bug fixed. | Miika Pekkarinen |
2005-06-10 | Fixed a null pointer problem which caused crashing. Playback should be | Miika Pekkarinen |
2005-06-10 | OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second. | Dave Chapman |
2005-06-10 | Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes... | Dave Chapman |
2005-06-10 | Add first version of WAV playback to iRiver - only 16-bit Stereo 44.1KHz file... | Dave Chapman |
2005-06-10 | Added some basic codec configuration functionality. | Miika Pekkarinen |
2005-06-10 | When selecting first song to play, buffer initially only 2 MiB. If | Miika Pekkarinen |
2005-06-10 | Fixed problem that playing sometimes did not start. | Miika Pekkarinen |
2005-06-10 | Better handling for cpu_boost(). Small buffering fix. | Miika Pekkarinen |
2005-06-10 | Don't keep cpu boosted if length of track information is missing. | Miika Pekkarinen |
2005-06-09 | Fixed problem that same track gets buffered twice after buffer | Miika Pekkarinen |
2005-06-09 | Reset cpu to not boosted state at startup. Do case-insensitive file | Miika Pekkarinen |
2005-06-09 | Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis. | Miika Pekkarinen |
2005-06-09 | Bunch of playback bugs fixed including next/prev/select track, | Miika Pekkarinen |
2005-06-09 | Buffer refilling problem fixed. | Miika Pekkarinen |
2005-06-09 | Oops, forgot to test simulator compile. | Miika Pekkarinen |
2005-06-09 | Fixed forward next track bugs (still some pause issues though). Added | Miika Pekkarinen |
2005-06-09 | Parse the metadata in a FLAC file to populate the "id3" struct (currently onl... | Dave Chapman |
2005-06-08 | Add a default metadata reader (currently just storing the filename). This en... | Dave Chapman |
2005-06-08 | Enable mp3info checking for MP2 files - this was preventing MP2 files from be... | Dave Chapman |
2005-06-08 | Next track bug fixed that was introduced in previous commit. | Miika Pekkarinen |