Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
03dd4b92be7dcd5c8ab06da3810887060e06abd5
/
apps
/
codec_thread.h
4888131
Update software recording engine to latest codec interface.
by Michael Sevakis
· 11 years ago
fdc29d0
Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.
by Boris Gjenero
· 13 years ago
6d3a6f7
Remove obsolete init cruft from audio system because of diminished dependencies. All talk/voice dependency in playback.c should be imminently removable.
by Michael Sevakis
· 13 years ago
96f02a9
is_codec_thread() is not needed anymore since PCM buffer calls other than volume level are no longer made by the voice thread.
by Michael Sevakis
· 13 years ago
c537d59
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
by Michael Sevakis
· 13 years ago
6510973
Give playback engine better control over the codec. Codec simply follows commands and doesn't concern itself with audio state. Get track change notification in on the actual last buffer insert of the track because now audio simply waits for a track change notify from PCM on the last track and it must be sent reliably. This is still at an intermediate stage but works. Codecs and plugins become incompatible.
by Michael Sevakis
· 14 years ago
e8eefe9
Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to leftover samples
by Jeffrey Goode
· 15 years ago
9a4420b
FS#10739: playback.c code split
by Jeffrey Goode
· 15 years ago