summaryrefslogtreecommitdiff
path: root/firmware/pcm_playback.c
AgeCommit message (Expand)Author
2005-11-16Reverted erroneous commitLinus Nielsen Feltzing
2005-11-16Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing
2005-11-12More iPod changesDave Chapman
2005-11-05Fixup of the MCF5249 memory mapped register definitions.Jens Arnold
2005-08-29Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold
2005-08-28iRiver: Reduced pops from the line out connector.Miika Pekkarinen
2005-08-21Fixed and removed the most annoying pops with iRiver.Miika Pekkarinen
2005-08-19Removed the uda1380_mute() calls, since they were called in interrupt context...Linus Nielsen Feltzing
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen
2005-07-25The peak meter on iRiver didn't look right to me and the code seemed to beDave Bryant
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen
2005-07-22More accurate playback position calculation.Miika Pekkarinen
2005-07-18iriver: set the S/PDIF Validity flag correctlyLinus Nielsen Feltzing
2005-07-17Check that remaining bytes counter is not zero.Miika Pekkarinen
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen
2005-07-11Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen
2005-07-10Fixed an audio burst coming out when pausing a track with fadingMiika Pekkarinen
2005-07-08Some playback fixes.Miika Pekkarinen
2005-07-07PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen
2005-07-06Decreased pcm buffer low watermark when crossfade is not enabled.Miika Pekkarinen
2005-07-05More crossfade adjustments. Now crossfade should work shortly even ifMiika Pekkarinen
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen
2005-07-05Fixed crossfading.Miika Pekkarinen
2005-07-04Increased low watermark limit.Miika Pekkarinen
2005-07-03Make sure we unboost the cpu while stopping playback.Miika Pekkarinen
2005-07-03Slightly longer sleep to prevent pops when resuming from paused state.Miika Pekkarinen
2005-07-03Fixed pops when starting playback.Miika Pekkarinen
2005-07-01Fixed pops from headphone audio output.Miika Pekkarinen
2005-07-01Fixed pause.Miika Pekkarinen
2005-07-01Vorbis playback problems fixed.Miika Pekkarinen
2005-07-01- enable S/PDIF optical outputMarcoen Hirschberg
2005-06-30Fixed a crash with pcm audio pausing. This should prevent manyMiika Pekkarinen
2005-06-30Fixed a bug where a few seconds from end of a song was cut out.Miika Pekkarinen
2005-06-29Crossfade works better for high bitrate vorbis files.Miika Pekkarinen
2005-06-29Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen
2005-06-27Another crossfade related crash possible fixed.Miika Pekkarinen
2005-06-27Possible crash fixed while crossfade is enabled.Miika Pekkarinen
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing
2005-06-20Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen
2005-06-20Fixed glitches from crossfade.Miika Pekkarinen
2005-06-20Crossfade fixes.Miika Pekkarinen
2005-06-20Crossfade adjustments.Miika Pekkarinen
2005-06-20Elapsed counter resets correctly when changing tracks.Miika Pekkarinen
2005-06-19crossfade works much better but costs some cpu power if enabled.Miika Pekkarinen
2005-06-19Some re-desing to buffer filling and track loading code and a few bugMiika Pekkarinen
2005-06-18prevent build failures for non-iriver targetsDaniel Stenberg