index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
pcmbuf.c
Age
Commit message (
Expand
)
Author
2005-10-22
Fixed the voice codec when no audio is playing. Now attenuating audio
Miika Pekkarinen
2005-10-21
iRiver: Fixed broken items skipping on playlist: Now skipping and
Miika Pekkarinen
2005-08-28
Define empty macros for cpu boosting on targets with no such a feature.
Miika Pekkarinen
2005-08-28
Fixed iriver cpu boosting problems.
Miika Pekkarinen
2005-08-22
Fixed a rounding error in the PCM buffer latency calculation
Linus Nielsen Feltzing
2005-08-20
Initial voice ui support for software codec platforms. Added also a
Miika Pekkarinen
2005-07-22
It's now possible to select the crossfading mode: "Off, Crossfade,
Miika Pekkarinen
2005-07-22
More accurate playback position calculation.
Miika Pekkarinen
2005-07-21
Fixed the crossfade setting: Resuming stopped playback automatically
Miika Pekkarinen
2005-07-21
Crossfade (and pcm buffer size) length is now configurable.
Miika Pekkarinen
2005-07-19
Fixed track changing problems.
Miika Pekkarinen
2005-07-15
Fixed a problem that caused playback to stutter when changing tracks
Miika Pekkarinen
2005-07-15
Fixed a problem that cpu boost didn't always reset when stopping the
Miika Pekkarinen
2005-07-13
Removed an unnecessary logf call.
Miika Pekkarinen
2005-07-13
Separated buffering stuff from pcm_playback to pcmbuf. Renamed some
Miika Pekkarinen