summaryrefslogtreecommitdiffstats
path: root/firmware/pcm_playback.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-10Pause fixed.Miika Pekkarinen1-1/+1
2005-06-10Fixed a null pointer problem which caused crashing. Playback should beMiika Pekkarinen1-3/+1
2005-06-10Much better UI performance and buffering times for MP3 and FLAC.Miika Pekkarinen1-1/+2
2005-06-10Better handling for cpu_boost(). Small buffering fix.Miika Pekkarinen1-11/+17
2005-06-09Reset cpu to not boosted state at startup. Do case-insensitive fileMiika Pekkarinen1-0/+1
2005-06-09Bunch of playback bugs fixed including next/prev/select track,Miika Pekkarinen1-6/+6
2005-06-09Added Crossfade setting for iRiverLinus Nielsen Feltzing1-13/+20
2005-06-09Fixed forward next track bugs (still some pause issues though). AddedMiika Pekkarinen1-9/+67
2005-06-08Bug fix: When paused, pressing next would start playing next track. Now it st...Tomas Salfischberger1-1/+1
2005-06-07Fixed: Ogg Vorbis crashing, MP3 file seeking, USB mode and a littleMiika Pekkarinen1-6/+13
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing1-82/+211
2005-04-14New API for buffered PCM playbackLinus Nielsen Feltzing1-0/+119
2005-03-31iRiver: Major PCM DMA code cleanup, added pcm_init() and pcm_play_pause()Linus Nielsen Feltzing1-55/+78
2005-03-28Sound api improvements, rockboy sound, contributed by xshock.Michiel Van Der Kolk1-12/+66
2005-03-18PCM playback for iRiverLinus Nielsen Feltzing1-0/+132