summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c (follow)
Commit message (Expand)AuthorAge
* New 'Track Skip Only' option for Crossfading; crossfading is disabled except ...Zakk Roberts2006-03-30
* Add comments, and avoid throw-away calculations in crossfade buffer processBrandon Low2006-03-30
* Fix lockups people have been having with track skipping during buffer fill, t...Brandon Low2006-03-25
* Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low2006-03-24
* Fix weirdness caused by not stopping buffering during pause, and generally us...Brandon Low2006-03-24
* Fix some of the voice and beep bugs that people have noticed since my new pcm...Brandon Low2006-02-22
* Add comments, and prevent a nearly impossible wrapping bug. There's always e...Brandon Low2006-02-13
* Don't boost from inside the DMA interrupt, everBrandon Low2006-02-13
* Rework PCM bufferBrandon Low2006-02-07
* Fixed the previous commit.Miika Pekkarinen2006-02-07
* Reduce latency when configuring the EQ.Miika Pekkarinen2006-02-07
* Don't use crossfader mix mode when skipping tracks manually.Miika Pekkarinen2006-01-27
* Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen2006-01-22
* Initialize callback for safetyBrandon Low2006-01-22
* Continue to update playback status after decoding is complete (the progress b...Brandon Low2006-01-21
* Improve performance by putting more of the code and variables that are called...Brandon Low2006-01-21
* Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen2006-01-20
* Fixed the crossfade and track skipping glitches.Miika Pekkarinen2005-12-28
* Fixed a division by zero problem with simulator when crossfade isMiika Pekkarinen2005-12-15
* kill gcc4 warningsDaniel Stenberg2005-12-05
* iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen2005-11-06
* Fixed the voice codec when no audio is playing. Now attenuating audioMiika Pekkarinen2005-10-22
* iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen2005-10-21
* Define empty macros for cpu boosting on targets with no such a feature.Miika Pekkarinen2005-08-28
* Fixed iriver cpu boosting problems.Miika Pekkarinen2005-08-28
* Fixed a rounding error in the PCM buffer latency calculationLinus Nielsen Feltzing2005-08-22
* Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2005-08-20
* It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen2005-07-22
* More accurate playback position calculation.Miika Pekkarinen2005-07-22
* Fixed the crossfade setting: Resuming stopped playback automaticallyMiika Pekkarinen2005-07-21
* Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen2005-07-21
* Fixed track changing problems.Miika Pekkarinen2005-07-19
* Fixed a problem that caused playback to stutter when changing tracksMiika Pekkarinen2005-07-15
* Fixed a problem that cpu boost didn't always reset when stopping theMiika Pekkarinen2005-07-15
* Removed an unnecessary logf call.Miika Pekkarinen2005-07-13
* Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2005-07-13