aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alFilter.h
Commit message (Expand)AuthorAgeFilesLines
* Use function pointers to set type-specific filter propertiesChris Robinson2011-09-111-2/+20
* Multiply the history offset in the filtering funcitonsChris Robinson2011-05-181-36/+2
* Uninline lpCoeffCalcChris Robinson2011-05-181-13/+1
* Use the same filters for mono sources and multi-channelChris Robinson2011-05-031-4/+4
* Use click removal when starting a sourceChris Robinson2010-08-141-0/+37
* Use a map for the filter listChris Robinson2010-05-181-2/+0
* Move extension function declarations to alext.h/efx.hChris Robinson2010-03-231-13/+0
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-13/+13
* Add EFX types and enums to alext.hChris Robinson2010-03-091-10/+0
* Use an inline function to calculate the low-pass filter coefficientChris Robinson2009-12-091-0/+16
* Add a function for 1-pole filteringChris Robinson2009-11-221-0/+12
* Store the effect and filter lists in the deviceChris Robinson2009-08-151-3/+3
* Fix for MSVCChris Robinson2009-06-061-0/+4
* Make the filter functions global inline, and use it for echoChris Robinson2009-05-161-0/+33
* Make the filter history buffer size flexibleChris Robinson2009-04-161-1/+1
* Apply the dry filter to multi-channel sourcesChris Robinson2008-12-101-1/+2
* Use a new low-pass filter, based on the I3DL2 specChris Robinson2008-10-021-4/+2
* Use a 12dB/oct rolloff instead of 24 for the lowpass filterChris Robinson2008-09-131-4/+2
* Don't export extension function symbols from the libChris Robinson2008-09-061-13/+13
* Use arrays instead of pointer-to-arrays for the low-pass filterChris Robinson2008-07-261-4/+4
* Make the filter processing function inlineChris Robinson2008-07-261-1/+2
* Implement yet another low-pass filterChris Robinson2008-07-251-0/+8
* Add AL_FILTER_LOWPASS supportChris Robinson2007-12-171-0/+7
* Release left over filters on closeChris Robinson2007-12-171-0/+2
* Add AL_FILTER_TYPE enumChris Robinson2007-12-171-4/+6
* Implement filter function skeletonsChris Robinson2007-12-171-0/+44