..
backends
Initialize a pointer to NULL instead of a string
2014-05-15 01:39:42 -07:00
effects
Use an enum for the chorus and flanger waveforms
2014-05-14 23:51:24 -07:00
midi
Add a cast to silence an MSVC warning
2014-05-04 11:50:58 -07:00
ALc.c
Make RefCount a non-integer type
2014-05-14 02:47:07 -07:00
alcConfig.c
Don't bother stripping whitespace from comments
2014-05-15 01:37:01 -07:00
alcRing.c
Use a C11-like mutex wrapper instead of CRITICAL_SECTIONs
2014-04-16 01:39:11 -07:00
alstring.h
Use ALboolean for al_string_empty's return type
2014-04-30 12:53:52 -07:00
ALu.c
Store the filter reference frequency in the source
2014-05-11 10:07:17 -07:00
bs2b.c
Use memset to clear the bs2b filter's last sample and remove the unused is_clear function
2012-02-19 13:09:29 -08:00
compat.h
Remove unnecessary includes
2014-04-18 02:35:16 -07:00
evtqueue.h
Add infrastructure for handling SysEx MIDI events
2013-11-29 04:56:33 -08:00
helpers.c
Move RWLock and UIntMap implementations to common
2014-05-07 19:16:49 -07:00
hrtf.c
Move PATH_MAX fallback definitions to alMain.h
2014-02-27 18:17:20 -08:00
hrtf.h
Move HRTF macros and function declarations to a separate header
2014-02-23 21:11:01 -08:00
mixer_c.c
Always use the current gains when mixing
2014-05-04 00:13:19 -07:00
mixer_defs.h
Remove the click removal buffers for auxiliary effect slots
2014-03-23 16:28:55 -07:00
mixer_inc.c
Remove a dead assignment
2014-05-14 05:27:16 -07:00
mixer_neon.c
Remove unnecessary ifdefs
2014-05-04 00:19:55 -07:00
mixer_sse.c
Remove unnecessary ifdefs
2014-05-04 00:19:55 -07:00
mixer.c
Ensure that LoopEnd > LoopStart
2014-05-15 01:44:29 -07:00
panning.c
Use C99 inline in more places
2013-11-04 13:44:46 -08:00
vector.h
Revert e9aee578a7
2014-05-02 11:48:55 -07:00