aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Use raw bytes for the buffer dataChris Robinson2019-05-241-1/+2
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-15/+11
* Automatically clean up buffers with ther sublistChris Robinson2018-11-251-2/+0
* Use a normal vector to store buffer dataChris Robinson2018-11-241-21/+22
* Add compile-time traits for FmtType enum valuesChris Robinson2018-11-201-7/+18
* Convert threads.c to C++Chris Robinson2018-11-171-1/+0
* Remove the individual source queue and buffer locksChris Robinson2018-02-021-2/+0
* Use a different method for storing and looking up buffersChris Robinson2018-01-271-3/+0
* Don't rely on alMain.h in alBuffer.hChris Robinson2018-01-261-9/+7
* Make some functions static that are only used in one sourceChris Robinson2018-01-261-9/+3
* Track the buffer's mapped sectionChris Robinson2018-01-231-0/+2
* More cleanup for buffer loadingChris Robinson2018-01-211-8/+6
* Handle double-precision buffers in the mixerChris Robinson2018-01-211-5/+6
* Remove support for (signed) byte and ushort sample storageChris Robinson2018-01-211-2/+0
* Remove (u)int32 sample storage conversionChris Robinson2018-01-211-2/+0
* Remove the old buffer_samples functionsChris Robinson2018-01-211-17/+17
* Add methods to "map" a buffer's storageChris Robinson2018-01-201-0/+3
* Store 8-bit sample types directly as unsigned byteChris Robinson2018-01-191-1/+1
* Remove unnecessary private AL_SOFT_buffer_samples2 definitionsChris Robinson2018-01-191-4/+4
* Make a function static that's only used in one source fileChris Robinson2018-01-171-2/+0
* Store mulaw and alaw samples directly in the bufferChris Robinson2018-01-171-0/+2
* Remove the (u)byte3 sample formatsChris Robinson2017-03-311-2/+0
* Use ALsizei in more placesChris Robinson2017-01-181-8/+8
* Remove use of DECL_CONSTChris Robinson2016-09-061-4/+4
* Avoid using realloc in a number of placesChris Robinson2016-05-211-0/+1
* Hold the buffer map lock while handling the bufferChris Robinson2016-05-101-2/+11
* Start AL_SOFT_buffer_samples2 as a replacement for AL_SOFT_buffer_samplesChris Robinson2016-04-251-11/+11
* Add preliminary AL_EXT_BFORMAT supportChris Robinson2014-10-311-0/+4
* Make the buffer's pack and unpack properties atomicChris Robinson2014-09-031-2/+2
* Standardize some New/Delete methodsChris Robinson2014-06-301-1/+1
* Load soundfont samples into an ALbufferChris Robinson2014-06-291-0/+5
* Mark a few more functions as constChris Robinson2014-05-231-4/+4
* Add an extension to support MSADPCM buffer formatsChris Robinson2014-03-041-0/+1
* Add an extension to alter the block alignment for buffer unpack/pack opsChris Robinson2014-03-041-0/+3
* Store the original frame size alignment in the bufferChris Robinson2014-03-031-0/+1
* Move some inline methods to their appropriate headersChris Robinson2013-11-041-0/+5
* Use C99 inline semanticsChris Robinson2013-11-041-3/+2
* Fix effect slot struct declarations so KDevelop doesn't barf on themChris Robinson2013-10-071-2/+1
* Use a separate value for the maximum buffer channelsChris Robinson2013-07-231-0/+1
* Use C99's inline instead of __inlineChris Robinson2013-05-281-3/+3
* Fix up some more header includesChris Robinson2012-09-141-1/+1
* Fix comment and rename the buffer's self-idChris Robinson2012-04-191-3/+4
* Remove the unnecessary AL_MULAW_SOFT, AL_ALAW_SOFT, and AL_IMA4_SOFT definesChris Robinson2012-01-101-3/+3
* Append _SOFT to the AL_SOFT_buffer_samples enumsChris Robinson2012-01-101-20/+20
* Use sample frames when handling the buffer lengthChris Robinson2011-10-041-3/+4
* Remove the OriginalAlign buffer field, and calculate it as neededChris Robinson2011-10-011-2/+1
* Add buffer properties to get the internal format, and the length in bytes, sa...Chris Robinson2011-10-011-0/+1
* Add support for AL_EXT_ALAWChris Robinson2011-10-011-0/+1
* Use arrays instead of large switches to decompose formatsChris Robinson2011-09-181-3/+0
* Use a RWLock to protect access to a buffer instead of the device lockChris Robinson2011-09-111-0/+2