aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the reference counting functions for the buffer and auxiliary slot refsChris Robinson2011-08-291-1/+1
* Fix a commentChris Robinson2011-05-051-1/+1
* Use signed samples for 8-bit storageChris Robinson2011-05-051-1/+1
* Add support for packed 24-bit samplesChris Robinson2011-04-261-1/+3
* Use the defines for the UserFmt* and Fmt* typesChris Robinson2011-03-161-23/+23
* Rename SrcFmt -> UserFmtChris Robinson2010-12-031-38/+38
* Let the storable format enum values share the input format enum values where ...Chris Robinson2010-11-291-10/+10
* Make the decompose functions return false when given an unhandled formatChris Robinson2010-11-291-3/+3
* Reorder some parameters for consistencyChris Robinson2010-11-291-5/+5
* Store the decomposed source format in the bufferChris Robinson2010-11-291-3/+4
* Add IMA4 as a source data typeChris Robinson2010-11-291-0/+1
* Add support for (unsigned) int input formatsChris Robinson2010-11-291-0/+2
* Reorder and rename parameters for the format decomposition functionsChris Robinson2010-11-291-4/+4
* Uninline a couple more functionsChris Robinson2010-11-291-54/+4
* Store double formats as floatChris Robinson2010-11-281-2/+0
* Rename some stuff for consistencyChris Robinson2010-11-281-8/+8
* Don't store the internal format in the bufferChris Robinson2010-11-281-7/+70
* Support rear formats directly in the mixerChris Robinson2010-11-271-0/+1
* Support muLaw with LoadDataChris Robinson2010-11-271-0/+1
* Don't inline the decompose functionChris Robinson2010-11-271-87/+1
* Decompose input buffer formats and use it when converting uncompressed dataChris Robinson2010-11-271-0/+23
* Rename a functionChris Robinson2010-11-271-2/+2
* Support 64-bit double buffers directlyChris Robinson2010-11-271-0/+1
* Use enums when selecting the mixerChris Robinson2010-11-261-0/+106