index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codec_thread.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
is_codec_thread() is not needed anymore since PCM buffer calls other than vol...
Michael Sevakis
2011-07-21
*
Renaming for the sake of consistency.
Andree Buschmann
2011-05-09
*
Move implementation of codec_get_buffer() to codec.c, make related variables ...
Andree Buschmann
2011-05-08
*
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-04-27
*
Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...
Michael Sevakis
2011-03-16
*
Remove malloc_buf references from playback.c since it's no longer used for an...
Michael Sevakis
2011-03-06
*
Change the thread api a bit.
Thomas Martitz
2011-03-05
*
Give playback engine better control over the codec. Codec simply follows comm...
Michael Sevakis
2011-02-23
*
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
2011-02-14
*
Submit FS#11918: Add 2 more codec types to be able to differentiate between A...
Andree Buschmann
2011-02-03
*
pcmbuf: bug fix with pcmbuf flush, code cleanup, added comments
Jeffrey Goode
2009-11-11
*
Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...
Jeffrey Goode
2009-11-10
*
pcmbuf: more refactoring
Jeffrey Goode
2009-11-09
*
Playback: removed duplicate functions
Jeffrey Goode
2009-11-09
*
pcmbuf: clarify and simplify crossfade code, etc.
Jeffrey Goode
2009-11-05
*
pcmbuf: better latency calculation, added debug code
Jeffrey Goode
2009-11-05
*
Clarify track transition code in pcmbuf and playback. No functional changes yet.
Jeffrey Goode
2009-11-04
*
Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l...
Jeffrey Goode
2009-11-01
*
FS#10739: playback.c code split
Jeffrey Goode
2009-10-31