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
*
Move some inline functions into a header instead of copying them
Chris Robinson
2018-01-27
1
-5
/
+2
*
Fix error reporting for resource generation
Chris Robinson
2018-01-27
1
-4
/
+4
*
Store filters in an array of lists
Chris Robinson
2018-01-27
1
-60
/
+134
*
Construct error messages using parameterized values
Chris Robinson
2018-01-25
1
-68
/
+68
*
Provide messages for the remaining AL errors
Chris Robinson
2018-01-24
1
-59
/
+59
*
Call the event callback when an error is generated
Chris Robinson
2018-01-24
1
-9
/
+9
*
Replace some freq_mult variable names with f0norm
Chris Robinson
2018-01-13
1
-3
/
+3
*
Use a more normal vtable setup for filter methods
Chris Robinson
2018-01-13
1
-94
/
+58
*
Add a method to copy a filter's coefficients
Chris Robinson
2017-05-21
1
-0
/
+1
*
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
[next]