aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/sample_cvt.c
Commit message (Expand)AuthorAgeFilesLines
* Convert sample_cvt.c to C++Chris Robinson2018-11-161-276/+0
* Fix some 'may be used initialized' warningsChris Robinson2018-01-231-53/+54
* More cleanup for buffer loadingChris Robinson2018-01-211-627/+6
* Remove support for (signed) byte and ushort sample storageChris Robinson2018-01-211-81/+22
* Remove (u)int32 sample storage conversionChris Robinson2018-01-211-63/+7
* Store mulaw and alaw samples directly in the bufferChris Robinson2018-01-171-2/+2
* Define DECL_VLA where it's usedChris Robinson2018-01-161-0/+7
* Use ALsizei for some count/length variablesChris Robinson2018-01-151-37/+37
* Convert float samples to integer using a power-of-2 multipleChris Robinson2017-03-311-6/+8
* Remove the (u)byte3 sample formatsChris Robinson2017-03-311-111/+1
* Convert integer samples to float using a power-of-2 divisorChris Robinson2017-03-311-7/+7
* Reorganize sample type conversion functionsChris Robinson2016-08-311-286/+129
* Add some asserts to verify block alignment for conversionChris Robinson2014-05-201-0/+8
* Use C11's static_assert when availableChris Robinson2014-04-071-2/+2
* Use C99 VLA instead of alloca when availableChris Robinson2014-03-251-8/+4
* Use the correct array sizeChris Robinson2014-03-081-2/+2
* Improve int-to-float and uint-to-float conversionsChris Robinson2014-03-081-2/+2
* Only sign-expand the nibble when neededChris Robinson2014-03-061-4/+3
* Move the sample conversion routines to a separate fileChris Robinson2014-03-051-0/+1266