aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alBuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Another fix for float-to-int conversionsChris Robinson2010-12-091-2/+2
* Fix up some conversionsChris Robinson2010-12-091-10/+17
* Make better use of the type range when converting from floatChris Robinson2010-12-091-24/+24
* Add an IMA4 encoderChris Robinson2010-12-051-0/+139
* Rename SrcFmt -> UserFmtChris Robinson2010-12-031-136/+136
* Remove incomplete EXT_buffer_sub_data, as it's (temporarily) superceded by SO...Chris Robinson2010-12-021-5/+0
* Some general cleanupsChris Robinson2010-12-011-13/+17
* Don't limit IMA4 decoding to 2 channelsChris Robinson2010-12-011-3/+3
* Rename some variablesChris Robinson2010-12-011-28/+28
* Use min/max to clamp the IMA4 sample and index valuesChris Robinson2010-12-011-6/+6
* Fix handling of -32768 in the muLaw encoderChris Robinson2010-12-011-1/+7
* Don'f fail if realloc returns NULL for 0 sizesChris Robinson2010-12-011-2/+2
* Make sure the muLaw sample encoder is inlinedChris Robinson2010-11-301-1/+1
* Fix IMA4 decodingChris Robinson2010-11-301-4/+5
* Fix some comments and line spacingChris Robinson2010-11-301-12/+18
* 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