summaryrefslogtreecommitdiffstats
path: root/firmware/pcm_playback.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-11Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen1-2/+2
2005-07-10Fixed an audio burst coming out when pausing a track with fadingMiika Pekkarinen1-1/+1
2005-07-08Some playback fixes.Miika Pekkarinen1-2/+4
2005-07-07PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen1-39/+48
2005-07-06Decreased pcm buffer low watermark when crossfade is not enabled.Miika Pekkarinen1-2/+1
2005-07-05More crossfade adjustments. Now crossfade should work shortly even ifMiika Pekkarinen1-10/+13
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen1-4/+5
2005-07-05Fixed crossfading.Miika Pekkarinen1-1/+2
2005-07-04Increased low watermark limit.Miika Pekkarinen1-2/+2
2005-07-03Make sure we unboost the cpu while stopping playback.Miika Pekkarinen1-1/+1
2005-07-03Slightly longer sleep to prevent pops when resuming from paused state.Miika Pekkarinen1-1/+1
2005-07-03Fixed pops when starting playback.Miika Pekkarinen1-7/+8
2005-07-01Fixed pops from headphone audio output.Miika Pekkarinen1-5/+14
2005-07-01Fixed pause.Miika Pekkarinen1-2/+3
2005-07-01Vorbis playback problems fixed.Miika Pekkarinen1-16/+26
2005-07-01- enable S/PDIF optical outputMarcoen Hirschberg1-7/+14
2005-06-30Fixed a crash with pcm audio pausing. This should prevent manyMiika Pekkarinen1-2/+10
2005-06-30Fixed a bug where a few seconds from end of a song was cut out.Miika Pekkarinen1-19/+4
2005-06-29Crossfade works better for high bitrate vorbis files.Miika Pekkarinen1-15/+27
2005-06-29Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen1-26/+71
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen1-15/+20
2005-06-27Another crossfade related crash possible fixed.Miika Pekkarinen1-1/+1
2005-06-27Possible crash fixed while crossfade is enabled.Miika Pekkarinen1-26/+24
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen1-20/+113
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing1-1/+1
2005-06-20Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen1-0/+2
2005-06-20Fixed glitches from crossfade.Miika Pekkarinen1-0/+3
2005-06-20Crossfade fixes.Miika Pekkarinen1-8/+24
2005-06-20Crossfade adjustments.Miika Pekkarinen1-1/+2
2005-06-20Elapsed counter resets correctly when changing tracks.Miika Pekkarinen1-2/+1
2005-06-19crossfade works much better but costs some cpu power if enabled.Miika Pekkarinen1-14/+30
2005-06-19Some re-desing to buffer filling and track loading code and a few bugMiika Pekkarinen1-13/+17
2005-06-18prevent build failures for non-iriver targetsDaniel Stenberg1-0/+4
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold1-14/+0
2005-06-15Fixed the "last song bug".Miika Pekkarinen1-3/+8
2005-06-14Playlist changed are recognized correctly.Miika Pekkarinen1-3/+4
2005-06-14Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen1-1/+1
2005-06-14Pause and probably some crashes fixed.Miika Pekkarinen1-8/+6
2005-06-14Even more quiet audio initialization.Miika Pekkarinen1-12/+11
2005-06-12Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen1-1/+1
2005-06-11Pausing tracks disabled until crashing issues are solved.Miika Pekkarinen1-0/+3
2005-06-11Fixed buffering problem with some files.Miika Pekkarinen1-9/+7
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