summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.h (follow)
Commit message (Expand)AuthorAge
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen2006-10-15
* Don't unboost CPU in an ISRSteve Bavin2006-10-15
* Memory size checks in .c/.h files should use MEM, not MEMORYSIZEDave Chapman2006-08-13
* Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).Tomasz Malesinski2006-08-12
* Revert a previous change, works around the problem of freezing on stop-while-...Brandon Low2006-05-08
* Rework crossfade to properly follow pcmbuf chunks instaed of blindly insertin...Brandon Low2006-04-23
* First commit of reworking voice to be mroe stable on swcodecBrandon Low2006-04-22
* Fix some of the voice and beep bugs that people have noticed since my new pcm...Brandon Low2006-02-22
* Rework PCM bufferBrandon Low2006-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
* Continue to update playback status after decoding is complete (the progress b...Brandon Low2006-01-21
* iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen2005-11-06
* 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
* 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
* Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen2005-07-21
* Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2005-07-13