AuroraOpenALSoft/OpenAL32
Chris Robinson a2c25378a9 Reduce LIMITER_VALUE_MAX
The previous value couldn't actually be expressed as a float and got rounded up
to the next whole number value, leaving the potential for an overrun in the
squared sum.
2017-05-09 11:56:03 -07:00
..
Include Reduce LIMITER_VALUE_MAX 2017-05-09 11:56:03 -07:00
alAuxEffectSlot.c Use a different way to get the size of structs with flexible array members 2017-04-18 14:11:15 -07:00
alBuffer.c Remove a couple more uses of BYTE3 2017-03-31 09:21:31 -07:00
alEffect.c Workaround some systems having an ECHO macro 2016-10-30 08:45:09 -07:00
alError.c Use separate atomic macros for pointers 2017-04-14 17:47:55 -07:00
alExtension.c Workaround some systems having an ECHO macro 2016-10-30 08:45:09 -07:00
alFilter.c Limit filter gains to -24dB 2017-02-22 18:07:41 -08:00
alListener.c Use separate atomic macros for pointers 2017-04-14 17:47:55 -07:00
alSource.c Rename RollOff to Rolloff 2017-05-05 04:54:07 -07:00
alState.c Rename Zero-Order Hold to Nearest 2017-05-03 03:34:44 -07:00
alThunk.c Use atomic flags for the thunk array 2017-04-14 16:14:05 -07:00
sample_cvt.c Convert float samples to integer using a power-of-2 multiple 2017-03-31 09:11:28 -07:00