index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
alcRing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ringbuffer implementation
Chris Robinson
2016-03-30
1
-101
/
+0
*
Move the aligned malloc functions to the common lib
Chris Robinson
2016-03-29
1
-0
/
+1
*
Fix some ringbuffer function comments
Chris Robinson
2015-02-07
1
-4
/
+4
*
Update some function comments (bytes -> elements)
Chris Robinson
2014-12-24
1
-7
/
+8
*
Add a lockless ringbuffer
Chris Robinson
2014-12-23
1
-0
/
+271
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Use a C11-like mutex wrapper instead of CRITICAL_SECTIONs
Chris Robinson
2014-04-16
1
-9
/
+10
*
Move the device mutex to the backend
Chris Robinson
2013-10-28
1
-0
/
+1
*
Avoid a junk sample at the start of the ring buffer, and allocate the buffer
Chris Robinson
2011-06-27
1
-11
/
+7
*
Don't overwrite data when the ring buffer overflows
Chris Robinson
2010-06-04
1
-12
/
+18
*
Protect ring buffer access with the lock
Chris Robinson
2009-06-07
1
-2
/
+4
*
Protect RingBufferSize calculation with the mutex
Chris Robinson
2008-06-04
1
-2
/
+7
*
Add missing config.h includes
Chris Robinson
2008-01-16
1
-2
/
+2
*
Fix ring buffer size and overrun detection
Chris Robinson
2007-12-16
1
-3
/
+3
*
Add generic ring buffer methods
Chris Robinson
2007-12-16
1
-0
/
+118