index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
OpenAL32
/
Include
/
alFilter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a ALfilterState method to process multiple samples at once
Chris Robinson
2014-05-18
1
-0
/
+5
*
Implementing handling high-pass filter properties
Chris Robinson
2014-05-17
1
-0
/
+3
*
Document the different filter types, and combine some split lines
Chris Robinson
2014-05-17
1
-0
/
+6
*
Rename freq_scale parameter to freq_mult
Chris Robinson
2014-05-17
1
-1
/
+1
*
Add HF Reference as a filter property
Chris Robinson
2014-05-14
1
-0
/
+1
*
Make LOWPASSFREQREF a float value
Chris Robinson
2014-05-11
1
-1
/
+1
*
Remove an unused method
Chris Robinson
2014-03-23
1
-9
/
+0
*
Move some inline methods to their appropriate headers
Chris Robinson
2013-11-04
1
-0
/
+5
*
Use C99 inline semantics
Chris Robinson
2013-11-04
1
-2
/
+2
*
Implement the Autowah effect.
Chris Robinson
2013-10-03
1
-0
/
+1
*
Use ALfilterState for the distortion effect filters
Chris Robinson
2013-06-06
1
-0
/
+8
*
Silence some clang warnings
Chris Robinson
2013-06-05
1
-6
/
+0
*
Use C99's inline instead of __inline
Chris Robinson
2013-05-28
1
-2
/
+2
*
Use the high-shelf filter in place of low-pass
Chris Robinson
2013-05-28
1
-2
/
+0
*
Use ALfilterState for the master echo and reverb filters
Chris Robinson
2013-05-27
1
-19
/
+0
*
Remove an unused method
Chris Robinson
2013-05-27
1
-12
/
+0
*
Use ALfilterState for the source direct and send filters
Chris Robinson
2013-05-27
1
-0
/
+2
*
Move ALEQFilter to alFilter.c/h and rename it to ALfilterState
Chris Robinson
2013-05-27
1
-0
/
+43
*
Use a properly-defined history for the FILTER struct
Chris Robinson
2013-05-21
1
-9
/
+5
*
Move a couple macros to more appropriate headers
Chris Robinson
2012-09-14
1
-0
/
+2
*
Fix up some more header includes
Chris Robinson
2012-09-14
1
-2
/
+1
*
Remove unused filter functions
Chris Robinson
2012-08-15
1
-21
/
+0
*
Use a consistent name for the self-id field
Chris Robinson
2012-04-19
1
-2
/
+2
*
Use function pointers to set type-specific filter properties
Chris Robinson
2011-09-11
1
-2
/
+20
*
Multiply the history offset in the filtering funcitons
Chris Robinson
2011-05-18
1
-36
/
+2
*
Uninline lpCoeffCalc
Chris Robinson
2011-05-18
1
-13
/
+1
*
Use the same filters for mono sources and multi-channel
Chris Robinson
2011-05-03
1
-4
/
+4
*
Use click removal when starting a source
Chris Robinson
2010-08-14
1
-0
/
+37
*
Use a map for the filter list
Chris Robinson
2010-05-18
1
-2
/
+0
*
Move extension function declarations to alext.h/efx.h
Chris Robinson
2010-03-23
1
-13
/
+0
*
Mark extension functions with AL_API/ALC_API
Chris Robinson
2010-03-23
1
-13
/
+13
*
Add EFX types and enums to alext.h
Chris Robinson
2010-03-09
1
-10
/
+0
*
Use an inline function to calculate the low-pass filter coefficient
Chris Robinson
2009-12-09
1
-0
/
+16
*
Add a function for 1-pole filtering
Chris Robinson
2009-11-22
1
-0
/
+12
*
Store the effect and filter lists in the device
Chris Robinson
2009-08-15
1
-3
/
+3
*
Fix for MSVC
Chris Robinson
2009-06-06
1
-0
/
+4
*
Make the filter functions global inline, and use it for echo
Chris Robinson
2009-05-16
1
-0
/
+33
*
Make the filter history buffer size flexible
Chris Robinson
2009-04-16
1
-1
/
+1
*
Apply the dry filter to multi-channel sources
Chris Robinson
2008-12-10
1
-1
/
+2
*
Use a new low-pass filter, based on the I3DL2 spec
Chris Robinson
2008-10-02
1
-4
/
+2
*
Use a 12dB/oct rolloff instead of 24 for the lowpass filter
Chris Robinson
2008-09-13
1
-4
/
+2
*
Don't export extension function symbols from the lib
Chris Robinson
2008-09-06
1
-13
/
+13
*
Use arrays instead of pointer-to-arrays for the low-pass filter
Chris Robinson
2008-07-26
1
-4
/
+4
*
Make the filter processing function inline
Chris Robinson
2008-07-26
1
-1
/
+2
*
Implement yet another low-pass filter
Chris Robinson
2008-07-25
1
-0
/
+8
*
Add AL_FILTER_LOWPASS support
Chris Robinson
2007-12-17
1
-0
/
+7
*
Release left over filters on close
Chris Robinson
2007-12-17
1
-0
/
+2
*
Add AL_FILTER_TYPE enum
Chris Robinson
2007-12-17
1
-4
/
+6
*
Implement filter function skeletons
Chris Robinson
2007-12-17
1
-0
/
+44