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
/
buffering.h
Age
Commit message (
Expand
)
Author
2007-11-11
Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...
Nicolas Pennequin
2007-11-05
Remove conf_filechunk, it should never have been a setting and its implementa...
Brandon Low
2007-11-05
Remove unused conf_preseek from buffering.c and all of its accountraments. T...
Brandon Low
2007-11-03
Revert recent changes that are broken
Brandon Low
2007-11-03
Bump hid to 32bit to make sure it's safe
Brandon Low
2007-11-03
Make handle id semantics more like file id. This may need to be revisited if...
Brandon Low
2007-11-03
Use a recursive depth-first shrinkage function, limit handles accordingly
Brandon Low
2007-11-02
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-10-29
Prefix the error constants with ERR_
Nicolas Pennequin
2007-10-28
Add #defines for error values. Makes the code easier to read.
Nicolas Pennequin
2007-10-27
Make buffering initialization versus reset separate functions to avoid double...
Brandon Low
2007-10-25
Finally commit Metadata on Buffer!
Nicolas Pennequin