aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcRing.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some ringbuffer function commentsChris Robinson2015-02-071-4/+4
* Update some function comments (bytes -> elements)Chris Robinson2014-12-241-7/+8
* Add a lockless ringbufferChris Robinson2014-12-231-0/+271
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-181-2/+2
* 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
* 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