summaryrefslogtreecommitdiffstats
path: root/firmware/pcm_playback.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-12More iPod changesDave Chapman1-1/+54
2005-11-05Fixup of the MCF5249 memory mapped register definitions.Jens Arnold1-3/+3
2005-08-29Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold1-7/+7
2005-08-28iRiver: Reduced pops from the line out connector.Miika Pekkarinen1-4/+6
2005-08-21Fixed and removed the most annoying pops with iRiver.Miika Pekkarinen1-24/+33
2005-08-19Removed the uda1380_mute() calls, since they were called in interrupt context...Linus Nielsen Feltzing1-27/+3
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner1-11/+45
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen1-13/+0
2005-07-25The peak meter on iRiver didn't look right to me and the code seemed to beDave Bryant1-73/+54
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen1-2/+2
2005-07-22More accurate playback position calculation.Miika Pekkarinen1-1/+6
2005-07-18iriver: set the S/PDIF Validity flag correctlyLinus Nielsen Feltzing1-2/+2
2005-07-17Check that remaining bytes counter is not zero.Miika Pekkarinen1-2/+2
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen1-0/+83
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen1-515/+11
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