index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
buffering.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-17
Get rid of useless playlist probing and fix up some data types.
Michael Sevakis
1
-7
/
+9
2017-12-09
Playback: Move internal track list onto buffer
Michael Sevakis
1
-2
/
+1
2014-08-30
Remove I/O priority. It is harmful when used with the new file code.
Michael Sevakis
1
-3
/
+0
2014-04-03
Buffering: Remove buf_ridx and buf_widx; these data are verbose.
Michael Sevakis
1
-6
/
+1
2011-12-19
Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.
Boris Gjenero
1
-1
/
+2
2011-05-09
Provide a reasonable fix for FS#12093 - Playback hanging after codec/playback...
Michael Sevakis
1
-2
/
+0
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
1
-6
/
+19
2011-03-16
Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...
Michael Sevakis
1
-2
/
+0
2011-02-09
Disable buffering codecs (and code generally) on RaaA.
Thomas Martitz
1
-0
/
+1
2009-10-16
Rework albumart buffering internally to allow for mutliple albumart sizes.
Thomas Martitz
1
-1
/
+2
2009-02-23
Show the watermark in the "Show buffering thread" screen (in bytes).
Thomas Martitz
1
-1
/
+1
2008-10-16
Accept FS#9480 - centralise and organise the events in the apps/ layer.
Jonathan Gordon
1
-9
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-03
Migrate the buffering code to the new events system.
Nicolas Pennequin
1
-19
/
+2
2008-03-28
Revert my earlier const madness, we'll keep the parameter lists simple.
Steve Bavin
1
-17
/
+17
2008-03-26
More consts that require no functional change.
Steve Bavin
1
-17
/
+17
2007-11-28
Fix FS8069, because Nico_P made it easy
Brandon Low
1
-0
/
+7
2007-11-26
Buffering callbacks rework. There is now one callback for all the events that...
Nicolas Pennequin
1
-4
/
+12
2007-11-11
Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...
Nicolas Pennequin
1
-1
/
+1
2007-11-05
Remove conf_filechunk, it should never have been a setting and its implementa...
Brandon Low
1
-1
/
+1
2007-11-05
Remove unused conf_preseek from buffering.c and all of its accountraments. T...
Brandon Low
1
-1
/
+0
2007-11-03
Revert recent changes that are broken
Brandon Low
1
-1
/
+0
2007-11-03
Bump hid to 32bit to make sure it's safe
Brandon Low
1
-1
/
+1
2007-11-03
Make handle id semantics more like file id. This may need to be revisited if...
Brandon Low
1
-0
/
+1
2007-11-03
Use a recursive depth-first shrinkage function, limit handles accordingly
Brandon Low
1
-0
/
+2
2007-11-02
Make bufread and bufgetdata blocking. They now return when enough data is ava...
Nicolas Pennequin
1
-1
/
+3
2007-11-02
Improve upon my hackity hack from before by separating audio into two types: ...
Brandon Low
1
-2
/
+2
2007-10-29
Prefix the error constants with ERR_
Nicolas Pennequin
1
-5
/
+5
2007-10-28
Add #defines for error values. Makes the code easier to read.
Nicolas Pennequin
1
-0
/
+7
2007-10-27
Make buffering initialization versus reset separate functions to avoid double...
Brandon Low
1
-1
/
+4
2007-10-25
Finally commit Metadata on Buffer!
Nicolas Pennequin
1
-0
/
+120