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
/
codec_thread.c
Age
Commit message (
Expand
)
Author
2011-02-23
Give playback engine better control over the codec. Codec simply follows comm...
Michael Sevakis
2011-02-14
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
2011-02-03
Submit FS#11918: Add 2 more codec types to be able to differentiate between A...
Andree Buschmann
2009-11-11
pcmbuf: bug fix with pcmbuf flush, code cleanup, added comments
Jeffrey Goode
2009-11-10
Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...
Jeffrey Goode
2009-11-09
pcmbuf: more refactoring
Jeffrey Goode
2009-11-09
Playback: removed duplicate functions
Jeffrey Goode
2009-11-05
pcmbuf: clarify and simplify crossfade code, etc.
Jeffrey Goode
2009-11-05
pcmbuf: better latency calculation, added debug code
Jeffrey Goode
2009-11-04
Clarify track transition code in pcmbuf and playback. No functional changes yet.
Jeffrey Goode
2009-11-01
Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l...
Jeffrey Goode
2009-10-31
FS#10739: playback.c code split
Jeffrey Goode