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
/
buffering.c
(
follow
)
Commit message (
Expand
)
Author
Age
...
*
Make atomic type work for even first track. Rework low buffer handling... us...
Brandon Low
2007-11-03
*
Give lowmem targets or targets with broken ATA implementations more buffering...
Brandon Low
2007-11-03
*
Use a recursive depth-first shrinkage function, limit handles accordingly
Brandon Low
2007-11-03
*
Make bufread and bufgetdata blocking. They now return when enough data is ava...
Nicolas Pennequin
2007-11-02
*
Improve upon my hackity hack from before by separating audio into two types: ...
Brandon Low
2007-11-02
*
Temporary work around for the situation where a single codec request is for m...
Brandon Low
2007-11-01
*
Slight rework of the buffering logic:
Nicolas Pennequin
2007-10-30
*
Further improve the mistakes I made in add_handle (thanks Nico_P for not beat...
Brandon Low
2007-10-30
*
can_add_handle() can be removed, but its logic must remain: before adding a h...
Nicolas Pennequin
2007-10-30
*
Fix yellow, not sure how to properly specify this argument's nature so this i...
Brandon Low
2007-10-29
*
Remove can_add_handle, its safety and benefit are both questionable. Make sh...
Brandon Low
2007-10-29
*
Prefix the error constants with ERR_
Nicolas Pennequin
2007-10-29
*
Improve move_handle's semantics. Shoudl have no functional impact
Brandon Low
2007-10-28
*
Comment improvements
Brandon Low
2007-10-28
*
Add #defines for error values. Makes the code easier to read.
Nicolas Pennequin
2007-10-28
*
Hopefully fix codec load and data abort problems by making add_handle and mov...
Brandon Low
2007-10-27
*
Whoops, that thread can't run until the linked list is initialized
Brandon Low
2007-10-27
*
Create queue stuff before the thread that will use it
Brandon Low
2007-10-27
*
Make buffering initialization versus reset separate functions to avoid double...
Brandon Low
2007-10-27
*
Add some const keywords, improve some comments, add a safety check or two, sh...
Brandon Low
2007-10-27
*
* Only call bufgetcodec once
Nicolas Pennequin
2007-10-27
*
Finally commit Metadata on Buffer!
Nicolas Pennequin
2007-10-25
[prev]