summaryrefslogtreecommitdiff
path: root/apps/buffering.c
AgeCommit message (Expand)Author
2007-10-30Slight rework of the buffering logic:Nicolas Pennequin
2007-10-30Further improve the mistakes I made in add_handle (thanks Nico_P for not beat...Brandon Low
2007-10-30can_add_handle() can be removed, but its logic must remain: before adding a h...Nicolas Pennequin
2007-10-29Fix yellow, not sure how to properly specify this argument's nature so this i...Brandon Low
2007-10-29Remove can_add_handle, its safety and benefit are both questionable. Make sh...Brandon Low
2007-10-29Prefix the error constants with ERR_Nicolas Pennequin
2007-10-28Improve move_handle's semantics. Shoudl have no functional impactBrandon Low
2007-10-28Comment improvementsBrandon Low
2007-10-28Add #defines for error values. Makes the code easier to read.Nicolas Pennequin
2007-10-27Hopefully fix codec load and data abort problems by making add_handle and mov...Brandon Low
2007-10-27Whoops, that thread can't run until the linked list is initializedBrandon Low
2007-10-27Create queue stuff before the thread that will use itBrandon Low
2007-10-27Make buffering initialization versus reset separate functions to avoid double...Brandon Low
2007-10-27Add some const keywords, improve some comments, add a safety check or two, sh...Brandon Low
2007-10-27* Only call bufgetcodec onceNicolas Pennequin
2007-10-25Finally commit Metadata on Buffer!Nicolas Pennequin