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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-02
Remove execute bit from file permissions from recent commit
William Wilgus
1
-0
/
+0
2020-12-25
Fix deadlocks when trying to buffer large album art.
Michael Giacomelli
1
-0
/
+7
2017-12-19
Buffering: Missed converting one case assuming const handle size.
Michael Sevakis
1
-1
/
+1
2017-12-17
Buffering: Get rid of disabled code I have no intention of using
Michael Sevakis
1
-27
/
+1
2017-12-17
Get rid of useless playlist probing and fix up some data types.
Michael Sevakis
1
-17
/
+25
2017-12-10
Buffering: Remove statically-sized path buffer from handle struct
Michael Sevakis
1
-18
/
+27
2017-12-09
buffering.c: Fix oopses with caching handle pointer
Michael Sevakis
1
-8
/
+9
2017-12-09
Remove recursion from shrink_buffer()
Michael Sevakis
1
-11
/
+9
2017-12-09
Playback: Move internal track list onto buffer
Michael Sevakis
1
-0
/
+6
2017-05-08
Buffering: Switch to a more general handle caching type
Michael Sevakis
1
-148
/
+113
2017-04-08
Fix some problems with playback crashing
Michael Sevakis
1
-35
/
+85
2016-04-04
Cleanup unused function
Mihail Zenkov
1
-7
/
+0
2014-08-30
Remove I/O priority. It is harmful when used with the new file code.
Michael Sevakis
1
-9
/
+0
2014-04-03
buffering.c: Patch up some straggling strlcpy warnings
Michael Sevakis
1
-0
/
+1
2014-04-02
Apparently some builds still need string.h in buffering.c
Michael Sevakis
1
-0
/
+1
2014-04-03
Buffering: Remove buf_ridx and buf_widx; these data are verbose.
Michael Sevakis
1
-474
/
+456
2013-06-29
SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.
Michael Sevakis
1
-1
/
+1
2013-06-29
Fix whitespace
Michael Sevakis
1
-6
/
+6
2012-05-21
Fix some lockup caused by handles not being initialized to < 0...
Michael Sevakis
1
-5
/
+15
2011-05-09
Provide a reasonable fix for FS#12093 - Playback hanging after codec/playback...
Michael Sevakis
1
-15
/
+12
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
1
-84
/
+204
2011-03-21
Buffering should truncate if read() returns 0 since it's not a valid return t...
Michael Sevakis
1
-1
/
+1
2011-03-16
Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...
Michael Sevakis
1
-11
/
+0
2011-03-13
Use ringbuf_add in buffering when incrementing for initial allocation of non-...
Michael Sevakis
1
-7
/
+6
2011-03-02
Do the ridx > widx check where it should be done. A small rebuffering request...
Michael Sevakis
1
-9
/
+13
2011-03-02
buffering: Unusual cases when a handle ridx is briefly seeked ahead of widx n...
Michael Sevakis
1
-14
/
+19
2011-02-14
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
1
-2
/
+2
2011-02-14
Code police buffering.c a little - use already predominant style - shorted li...
Michael Sevakis
1
-94
/
+61
2011-02-14
Buffering: tin cup. Update threading structure and handle rebuffer more relia...
Michael Sevakis
1
-264
/
+319
2011-02-14
Leave a gap between all handles because ringbuf_add_cross interprets equal po...
Michael Sevakis
1
-14
/
+26
2011-02-13
Needed to do a few more things to have r29291 correct.
Michael Sevakis
1
-7
/
+7
2011-02-13
Change add_handle to never have side effects on the buffer if it fails. It ac...
Michael Sevakis
1
-6
/
+5
2011-02-12
Oops. Put back some changes to go only with others.
Michael Sevakis
1
-0
/
+9
2011-02-12
Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrec...
Michael Sevakis
1
-43
/
+47
2011-02-10
buffering: Don't execute move-handle-ony case if handle is of metadata type (...
Michael Sevakis
1
-21
/
+17
2011-02-09
Disable buffering codecs (and code generally) on RaaA.
Thomas Martitz
1
-1
/
+5
2011-02-09
Embedded album art support in MP3/ID3v2 tags.
Thomas Martitz
1
-5
/
+24
2011-02-09
Buffering should align itself and not rely on buffering_reset parameters when...
Michael Sevakis
1
-0
/
+5
2011-02-09
buffering: Fix a case that could allow widx to fully wrap to ridx and overflo...
Michael Sevakis
1
-2
/
+2
2011-02-03
Roll back unintentionally submitted file.
Andree Buschmann
1
-15
/
+4
2011-02-03
Submit FS#11918: Add 2 more codec types to be able to differentiate between A...
Andree Buschmann
1
-4
/
+15
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
1
-3
/
+3
2010-08-30
Fix FS#11586. Corrects rebuffering behaviour which did not allow to play seve...
Andree Buschmann
1
-1
/
+1
2010-08-12
Oops, committed before finishing the removal of "#include "memory.h""
Thomas Martitz
1
-1
/
+1
2010-06-29
Remove some redundant #include's
Bertrik Sikken
1
-1
/
+0
2010-06-23
playback.c: don't assume cacheline size is 16 bytes
Rafaël Carré
1
-2
/
+1
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-1
/
+1
2010-05-24
fix: when move_handle() is successful, the return value
Yoshihisa Uchida
1
-6
/
+6
2010-05-16
FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...
Jonathan Gordon
1
-1
/
+0
2010-05-15
Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...
Jeffrey Goode
1
-2
/
+2
[next]