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
/
alFilter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Limit filter gains to -24dB
Chris Robinson
2017-02-22
1
-1
/
+1
*
Use ALsizei and ALint for sizes and offsets with resamplers and filters
Chris Robinson
2017-01-16
1
-1
/
+1
*
Call ALfilterState_processC directly
Chris Robinson
2016-09-12
1
-2
/
+0
*
Use al_calloc/al_free in more places
Chris Robinson
2016-08-03
1
-4
/
+4
*
Add 'restrict' to another parameter
Chris Robinson
2016-08-03
1
-1
/
+1
*
Remove the last use of ALfilterState_processSingle
Chris Robinson
2016-07-26
1
-1
/
+0
*
Rename input_gain to b0
Chris Robinson
2016-07-26
1
-1
/
+1
*
Use separate arrays for UIntMap keys and values
Chris Robinson
2016-07-04
1
-2
/
+2
*
Hold the effect and filter maps while handling effects and filters
Chris Robinson
2016-05-12
1
-2
/
+25
*
Move a couple extern inline declarations to the others
Chris Robinson
2016-01-23
1
-3
/
+2
*
Reorder filterstate properties
Chris Robinson
2016-01-23
1
-42
/
+43
*
Inline a couple filterstate methods
Chris Robinson
2016-01-23
1
-25
/
+2
*
Pass in the Q parameter for setting the filter parameters
Chris Robinson
2015-11-01
1
-7
/
+5
*
Update filter histories even when they're not used
Chris Robinson
2015-10-24
1
-0
/
+18
*
Avoid multiple sin, cos, and sqrt calls for filter calculations
Chris Robinson
2015-10-11
1
-31
/
+35
*
Rename F_2PI to F_TAU
Chris Robinson
2015-09-13
1
-1
/
+1
*
Fix high-pass coefficients
Chris Robinson
2015-01-13
1
-6
/
+6
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Add a ALfilterState method to process multiple samples at once
Chris Robinson
2014-05-18
1
-0
/
+2
*
Reset filter properties when setting a null filter type
Chris Robinson
2014-05-17
1
-0
/
+6
*
Support the band-pass filter
Chris Robinson
2014-05-17
1
-1
/
+84
*
Implementing handling high-pass filter properties
Chris Robinson
2014-05-17
1
-1
/
+75
*
Document the different filter types, and combine some split lines
Chris Robinson
2014-05-17
1
-36
/
+14
*
Rename freq_scale parameter to freq_mult
Chris Robinson
2014-05-17
1
-2
/
+2
*
Add HF Reference as a filter property
Chris Robinson
2014-05-14
1
-0
/
+1
*
Remove an unused method
Chris Robinson
2014-03-23
1
-1
/
+0
*
Use C99 inline in more places
Chris Robinson
2013-11-04
1
-0
/
+2
*
Use C99 inline semantics
Chris Robinson
2013-11-04
1
-0
/
+3
*
Use a helper macro for pi*2
Chris Robinson
2013-10-08
1
-1
/
+1
*
Remove the last of the al_try code
Chris Robinson
2013-10-07
1
-56
/
+54
*
Use an UNUSED macro instead of void-tagging unused parameters
Chris Robinson
2013-10-07
1
-25
/
+25
*
Implement the Autowah effect.
Chris Robinson
2013-10-03
1
-0
/
+9
*
Limit lower filter gain to -100dB
Chris Robinson
2013-07-21
1
-0
/
+3
*
Use ALfilterState for the distortion effect filters
Chris Robinson
2013-06-06
1
-0
/
+19
*
Silence some clang warnings
Chris Robinson
2013-06-05
1
-17
/
+0
*
Use the high-shelf filter in place of low-pass
Chris Robinson
2013-05-28
1
-11
/
+0
*
Use ALfilterState for the source direct and send filters
Chris Robinson
2013-05-27
1
-0
/
+11
*
Fix filter coefficient pre-calc
Chris Robinson
2013-05-27
1
-4
/
+4
*
Move ALEQFilter to alFilter.c/h and rename it to ALfilterState
Chris Robinson
2013-05-27
1
-0
/
+78
*
Use SET_ERROR_AND_RETURN in a few more places
Chris Robinson
2013-05-26
1
-24
/
+20
*
Simplify al_try code
Chris Robinson
2013-03-24
1
-5
/
+4
*
Fix up some more header includes
Chris Robinson
2012-09-14
1
-2
/
+1
*
Use wrappers for float-typed math functions
Chris Robinson
2012-06-29
1
-1
/
+1
*
Partially convert alEffect.c and alFilter.c to the new error handling
Chris Robinson
2012-04-25
1
-35
/
+24
*
Move a comment
Chris Robinson
2012-04-25
1
-2
/
+2
*
Fix up alEffect.c and alFilter.c a bit
Chris Robinson
2012-04-24
1
-37
/
+31
*
Remove hungarian notation from some function parameters
Chris Robinson
2012-04-19
1
-21
/
+21
*
Use a consistent name for the self-id field
Chris Robinson
2012-04-19
1
-6
/
+6
*
Clamp the low-pass reference gain to -60 dB instead of -40 dB
Chris Robinson
2011-09-25
1
-3
/
+3
*
Centralize the Lookup and Remove macros
Chris Robinson
2011-09-24
1
-13
/
+11
[next]