aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Silence a couple specific warning instancesChris Robinson2019-09-182-1/+28
* Enable and fix some more warningsChris Robinson2019-09-1812-102/+108
* Disable warnings 4268 and 4324 on MSVCChris Robinson2019-09-181-1/+1
* Enable some more MSVC warningsChris Robinson2019-09-181-1/+5
* Some cleanup for CMakeLists.txtChris Robinson2019-09-181-130/+87
* Make the bsinc l and m coefficients unsignedChris Robinson2019-09-175-29/+25
* Avoid an unnecessary multiplyChris Robinson2019-09-161-2/+2
* Remove unnecessary long long checksChris Robinson2019-09-162-11/+0
* Add preprocessor defines for the common libChris Robinson2019-09-161-1/+2
* Add a missing include directory for the common libChris Robinson2019-09-161-1/+1
* Remove the last uses of the system's str[n]casecmpChris Robinson2019-09-167-48/+36
* Use our case-insensitive compare functions in makemhrChris Robinson2019-09-163-21/+23
* Make the common code a separate static libraryChris Robinson2019-09-161-8/+11
* Avoid an unused variableChris Robinson2019-09-161-1/+1
* Add and use custom string types and functionsChris Robinson2019-09-166-38/+123
* Fix typoChris Robinson2019-09-161-3/+3
* Clean up some more conversion warningsChris Robinson2019-09-161-22/+19
* Clean up some more shadowing warningsChris Robinson2019-09-168-47/+49
* Add a fallback if SLAndroidDataFormat_PCM_EX isn't availableChris Robinson2019-09-151-56/+91
* Clean up the spaghetti mess in alcCaptureSamplesChris Robinson2019-09-151-7/+19
* Rename ALautowah* for consistencyChris Robinson2019-09-151-18/+18
* Make the BackendFactory base destructor protectedChris Robinson2019-09-151-2/+3
* Return and pass more appropriate types for backendsChris Robinson2019-09-1520-227/+227
* Fix a few warnings from MSVCChris Robinson2019-09-143-9/+9
* Fix a few more GCC warningsChris Robinson2019-09-147-9/+12
* Fix a copy-paste errorChris Robinson2019-09-141-1/+1
* Build with -WunusedChris Robinson2019-09-141-1/+1
* Add a note about clearing complex_hilbert's imaginary inputChris Robinson2019-09-141-1/+2
* Enable and fix more warningsChris Robinson2019-09-1417-139/+122
* Avoid recalculations in the formant filter processChris Robinson2019-09-141-15/+22
* Don't hold the pulse lock while not necessaryChris Robinson2019-09-141-1/+2
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-1429-135/+156
* Merge pull request #344 from Lopuska/patch-3kcat2019-09-141-2/+0
|\
| * removed unnecessary loopLopuska2019-09-151-2/+0
* | Merge pull request #342 from Lopuska/patch-1kcat2019-09-141-2/+3
|\ \ | |/ |/|
| * pass proper effects slot number to AddActiveEffectSlotsLopuska2019-09-151-2/+3
|/
* Enable -Wconversion warningsChris Robinson2019-09-141-1/+1
* Clean up (most) implicit conversions in the backendsChris Robinson2019-09-146-86/+98
* Fix implicit conversions in the effectsChris Robinson2019-09-149-116/+109
* Use an unsigned index valueChris Robinson2019-09-142-5/+2
* Fix more implicit conversionsChris Robinson2019-09-143-21/+23
* Store the ambisonic order as unsignedChris Robinson2019-09-137-22/+21
* Remove a couple no-op statementsChris Robinson2019-09-131-2/+0
* Return unsigned values from the FromDevFmt functionsChris Robinson2019-09-1313-81/+67
* Clean up more implicit conversionsChris Robinson2019-09-134-26/+29
* Pass IrSize to the HRTF mixers as unsignedChris Robinson2019-09-137-25/+25
* Make IrSize unsignedChris Robinson2019-09-136-109/+105
* Make NumAuxSends unsignedChris Robinson2019-09-136-30/+32
* Clean up implicit conversions in alu.cppChris Robinson2019-09-131-44/+36
* Make the resampler increment unsignedChris Robinson2019-09-139-82/+77