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.h
Age
Commit message (
Expand
)
Author
2009-01-10
Calculate watermark from bitrate and harddisk spinup time.
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-19
Removed unused function get_pcmbuf_descsize from pcmbuf.c
Bertrik Sikken
2008-03-28
Revert my earlier const madness, we'll keep the parameter lists simple.
Steve Bavin
2008-03-28
The const police raid playback.c, should be no change to behaviour.
Steve Bavin
2007-11-18
Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...
Michael Sevakis
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-03-19
SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...
Michael Sevakis
2007-02-07
Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...
Michael Sevakis
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-10-15
Removed ugly boosting solutions from playback code and let scheduler
Miika Pekkarinen
2006-10-15
Don't unboost CPU in an ISR
Steve Bavin
2006-08-13
Memory size checks in .c/.h files should use MEM, not MEMORYSIZE
Dave Chapman
2006-08-12
Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).
Tomasz Malesinski
2006-05-08
Revert a previous change, works around the problem of freezing on stop-while-...
Brandon Low
2006-04-23
Rework crossfade to properly follow pcmbuf chunks instaed of blindly insertin...
Brandon Low
2006-04-22
First commit of reworking voice to be mroe stable on swcodec
Brandon Low
2006-02-22
Fix some of the voice and beep bugs that people have noticed since my new pcm...
Brandon Low
2006-02-07
Rework PCM buffer
Brandon Low
2006-02-07
Reduce latency when configuring the EQ.
Miika Pekkarinen
2006-01-27
Don't use crossfader mix mode when skipping tracks manually.
Miika Pekkarinen
2006-01-21
Continue to update playback status after decoding is complete (the progress b...
Brandon Low
2005-11-06
iRiver: New crossfader with more configuration capability. Might still
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-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-21
Crossfade (and pcm buffer size) length is now configurable.
Miika Pekkarinen
2005-07-13
Separated buffering stuff from pcm_playback to pcmbuf. Renamed some
Miika Pekkarinen