summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
AgeCommit message (Expand)Author
2006-02-22Fix some of the voice and beep bugs that people have noticed since my new pcm...Brandon Low
2006-02-13Add comments, and prevent a nearly impossible wrapping bug. There's always e...Brandon Low
2006-02-13Don't boost from inside the DMA interrupt, everBrandon Low
2006-02-07Rework PCM bufferBrandon Low
2006-02-07Fixed the previous commit.Miika Pekkarinen
2006-02-07Reduce latency when configuring the EQ.Miika Pekkarinen
2006-01-27Don't use crossfader mix mode when skipping tracks manually.Miika Pekkarinen
2006-01-22Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen
2006-01-22Initialize callback for safetyBrandon Low
2006-01-21Continue to update playback status after decoding is complete (the progress b...Brandon Low
2006-01-21Improve performance by putting more of the code and variables that are called...Brandon Low
2006-01-20Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen
2005-12-28Fixed the crossfade and track skipping glitches.Miika Pekkarinen
2005-12-15Fixed a division by zero problem with simulator when crossfade isMiika Pekkarinen
2005-12-05kill gcc4 warningsDaniel Stenberg
2005-11-06iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen
2005-10-22Fixed the voice codec when no audio is playing. Now attenuating audioMiika Pekkarinen
2005-10-21iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen
2005-08-28Define empty macros for cpu boosting on targets with no such a feature.Miika Pekkarinen
2005-08-28Fixed iriver cpu boosting problems.Miika Pekkarinen
2005-08-22Fixed a rounding error in the PCM buffer latency calculationLinus Nielsen Feltzing
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
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-21Fixed the crossfade setting: Resuming stopped playback automaticallyMiika Pekkarinen
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen
2005-07-19Fixed track changing problems.Miika Pekkarinen
2005-07-15Fixed a problem that caused playback to stutter when changing tracksMiika Pekkarinen
2005-07-15Fixed a problem that cpu boost didn't always reset when stopping theMiika Pekkarinen
2005-07-13Removed an unnecessary logf call.Miika Pekkarinen
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen