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