aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alBuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Store the decomposed source format in the bufferChris Robinson2010-11-291-24/+40
|
* Add IMA4 as a source data typeChris Robinson2010-11-291-0/+11
|
* Add support for (unsigned) int input formatsChris Robinson2010-11-291-0/+122
|
* Reorder and rename parameters for the format decomposition functionsChris Robinson2010-11-291-58/+58
|
* Uninline a couple more functionsChris Robinson2010-11-291-0/+52
|
* Store double formats as floatChris Robinson2010-11-281-13/+12
| | | | | The mixer will cut it down to float anyway, so it's unnecessary and needlessly creates more mixer functions
* Rename some stuff for consistencyChris Robinson2010-11-281-26/+25
|
* Don't store the internal format in the bufferChris Robinson2010-11-281-8/+7
| | | | The type and channel config are good enough
* Support rear formats directly in the mixerChris Robinson2010-11-271-176/+40
|
* Support muLaw with LoadDataChris Robinson2010-11-271-86/+83
|
* Remove an unnecessary assertChris Robinson2010-11-271-1/+0
|
* Be much more flexible with loading and converting buffer dataChris Robinson2010-11-271-100/+286
|
* Don't inline the decompose functionChris Robinson2010-11-271-0/+94
|
* Decompose input buffer formats and use it when converting uncompressed dataChris Robinson2010-11-271-13/+127
|
* Rename a functionChris Robinson2010-11-271-5/+5
|
* Support 64-bit double buffers directlyChris Robinson2010-11-271-17/+4
|
* muLaw converts to 16-bit, not floatChris Robinson2010-11-271-1/+1
|
* Use enums when selecting the mixerChris Robinson2010-11-261-0/+10
|
* Don't allocate padding with the buffer itselfChris Robinson2010-11-261-35/+35
|
* Fix a bunch of commentsChris Robinson2010-11-251-34/+34
|
* Don't "convert" LOKI quad to MCFORMATS quadChris Robinson2010-11-251-11/+2
|
* Support 8-bit sample data in the mixerChris Robinson2010-11-241-76/+39
|
* Store and mix signed 16-bit samplesChris Robinson2010-09-221-77/+108
|
* Allow accessing the buffer data as multiple data types in the mixerChris Robinson2010-09-221-365/+351
| | | | Also reduces a bunch of indentation
* Reduce some more indentationChris Robinson2010-09-211-34/+34
|
* Reduce some indentationChris Robinson2010-09-211-28/+21
|
* Implement AL_SOFT_buffer_sub_data using the current AL_EXT_buffer_sub_data specChris Robinson2010-09-211-2/+7
| | | | | | This extension can be useful for some applications, but a full EXT version may not be ready for some time. Using the SOFT moniker will help differentiate it in case changes need to be done for the EXT version.
* Improve range checking for BufferSubDataChris Robinson2010-09-191-2/+2
|
* Add missing elseChris Robinson2010-09-071-0/+1
|
* Watch for a few more negative sizesChris Robinson2010-09-071-6/+8
|
* Add a function to get the frame size from a formatChris Robinson2010-05-241-2/+1
|
* Better watch for invalid values in alBufferSubDataEXTChris Robinson2010-05-241-3/+3
|
* Make error checking consistent in alBuffer.cChris Robinson2010-05-241-170/+108
|
* Fix alBufferiv error handlingChris Robinson2010-05-241-7/+5
|
* Increment pointer when readChris Robinson2010-05-241-6/+4
|
* Pass the number of blocks to ConvertDataIMA4Chris Robinson2010-05-241-9/+9
|
* Be careful of integer overflows when allocating buffer storageChris Robinson2010-05-241-15/+43
|
* Cleanup some variables and namesChris Robinson2010-05-241-12/+11
|
* Reorder some error checks and watch for negative buffer sizesChris Robinson2010-05-241-12/+8
|
* Be big endian safe with the IMA4 decoderChris Robinson2010-05-221-5/+14
|
* Loop points should be specified in sample offsetsChris Robinson2010-05-211-22/+25
|
* Consistency fixChris Robinson2010-05-191-5/+4
|
* Improve compatbility with latest AL_EXT_buffer_sub_data specChris Robinson2010-05-181-81/+76
|
* Add initial structural support for AL_EXT_loop_pointsChris Robinson2010-05-131-2/+41
|
* Store the buffer's original data size and block alignmentChris Robinson2010-05-121-18/+38
|
* Use a map to store sources and buffersChris Robinson2010-05-011-58/+45
| | | | And do a lookup using a binary search instead of linear
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-1/+1
|
* Cleanup and fixup Release* functionsChris Robinson2010-03-201-11/+8
|
* Avoid calling alDelete* from alGen*Chris Robinson2010-03-201-1/+11
|
* Don't use deprecated macrosChris Robinson2010-03-191-17/+17
|