aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alBuffer.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix int-to-double conversionChris Robinson2010-11-301-1/+1
* Make muLaw decoding work similar to encodingChris Robinson2010-11-301-8/+11
* Implement a muLaw encoderChris Robinson2010-11-301-2/+70
* Rename the IMA4 block decoder functionChris Robinson2010-11-301-2/+2
* Handle all channel configurations for doubleChris Robinson2010-11-301-6/+14
* Allow LoadData to handle IMA4 dataChris Robinson2010-11-301-82/+62
* Clean up muLaw format loading a bitChris Robinson2010-11-291-13/+12
* Allow converting IMA4 to types other than shortChris Robinson2010-11-291-69/+115
* Check for a couple missing input formats and remove an unneeded default caseChris Robinson2010-11-291-4/+2
* Let DecomposeInputType verify the format passed to alBufferSubDataSOFTChris Robinson2010-11-291-64/+26
* Pass the input channel config and sample type to LoadDataChris Robinson2010-11-291-71/+40
* Make the decompose functions return false when given an unhandled formatChris Robinson2010-11-291-64/+58
* Combine two switch blocksChris Robinson2010-11-291-27/+18
* Reorder some parameters for consistencyChris Robinson2010-11-291-1/+1
* 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
* Rename some stuff for consistencyChris Robinson2010-11-281-26/+25
* Don't store the internal format in the bufferChris Robinson2010-11-281-8/+7
* 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
* 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
* 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