aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcRing.c
Commit message (Collapse)AuthorAgeFilesLines
* Update COPYING to the latest ↵François Cami2014-08-181-2/+2
| | | | https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt to fix the FSF' address Fix the FSF' address in the source
* Use a C11-like mutex wrapper instead of CRITICAL_SECTIONsChris Robinson2014-04-161-9/+10
|
* Move the device mutex to the backendChris Robinson2013-10-281-0/+1
|
* Avoid a junk sample at the start of the ring buffer, and allocate the bufferChris Robinson2011-06-271-11/+7
| | | | memory at the end of the ring buffer itself.
* Don't overwrite data when the ring buffer overflowsChris Robinson2010-06-041-12/+18
|
* Protect ring buffer access with the lockChris Robinson2009-06-071-2/+4
|
* Protect RingBufferSize calculation with the mutexChris Robinson2008-06-041-2/+7
|
* Add missing config.h includesChris Robinson2008-01-161-2/+2
|
* Fix ring buffer size and overrun detectionChris Robinson2007-12-161-3/+3
|
* Add generic ring buffer methodsChris Robinson2007-12-161-0/+118