summaryrefslogtreecommitdiffstats
path: root/apps/buffering.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-09Disable buffering codecs (and code generally) on RaaA.Thomas Martitz1-0/+1
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz1-1/+2
2009-02-23Show the watermark in the "Show buffering thread" screen (in bytes).Thomas Martitz1-1/+1
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-9/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-03Migrate the buffering code to the new events system.Nicolas Pennequin1-19/+2
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-17/+17
2008-03-26More consts that require no functional change.Steve Bavin1-17/+17
2007-11-28Fix FS8069, because Nico_P made it easyBrandon Low1-0/+7
2007-11-26Buffering callbacks rework. There is now one callback for all the events that...Nicolas Pennequin1-4/+12
2007-11-11Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin1-1/+1
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low1-1/+1
2007-11-05Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low1-1/+0
2007-11-03Revert recent changes that are brokenBrandon Low1-1/+0
2007-11-03Bump hid to 32bit to make sure it's safeBrandon Low1-1/+1
2007-11-03Make handle id semantics more like file id. This may need to be revisited if...Brandon Low1-0/+1
2007-11-03Use a recursive depth-first shrinkage function, limit handles accordinglyBrandon Low1-0/+2
2007-11-02Make bufread and bufgetdata blocking. They now return when enough data is ava...Nicolas Pennequin1-1/+3
2007-11-02Improve upon my hackity hack from before by separating audio into two types: ...Brandon Low1-2/+2
2007-10-29Prefix the error constants with ERR_Nicolas Pennequin1-5/+5
2007-10-28Add #defines for error values. Makes the code easier to read.Nicolas Pennequin1-0/+7
2007-10-27Make buffering initialization versus reset separate functions to avoid double...Brandon Low1-1/+4
2007-10-25Finally commit Metadata on Buffer!Nicolas Pennequin1-0/+120