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