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
*
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
*
Constify some parameters
Chris Robinson
2011-09-22
1
-3
/
+3
*
Get rid of some more GetLockedContext calls
Chris Robinson
2011-09-11
1
-12
/
+11
*
Use function pointers to set type-specific filter properties
Chris Robinson
2011-09-11
1
-78
/
+155
*
More lock avoidance
Chris Robinson
2011-09-11
1
-6
/
+6
*
Avoid the context lock when generating and deleting effects and filters
Chris Robinson
2011-08-31
1
-19
/
+11
*
Rename GetReffedContext to GetContextRef
Chris Robinson
2011-08-30
1
-1
/
+1
*
Don't lock the context while checking the validity of objects
Chris Robinson
2011-08-30
1
-2
/
+2
*
Always use the thunk functions to get object IDs
Chris Robinson
2011-08-22
1
-4
/
+4
*
Don't use the thunk array for object lookups
Chris Robinson
2011-08-22
1
-1
/
+1
*
Rename minF/maxF/clampF to minf/maxf/clampf for consistency
Chris Robinson
2011-08-16
1
-1
/
+1
*
Use inline minF/maxF/clampF functions instead of the __min/__max macros
Chris Robinson
2011-08-16
1
-1
/
+3
*
Rename Suspend/ProcessContext since they are locking a mutex
Chris Robinson
2011-06-30
1
-18
/
+18
*
Allow alThunkAddEntry to return a proper error
Chris Robinson
2011-06-17
1
-2
/
+3
*
Call al[Get]Filterf directly from the *v equivalents
Chris Robinson
2011-06-16
1
-40
/
+4
*
Use the predefined filter macros instead of hardcoded values
Chris Robinson
2011-06-16
1
-4
/
+6
*
Avoid calling some AL functions from under the context lock
Chris Robinson
2011-06-16
1
-8
/
+14
*
Uninline lpCoeffCalc
Chris Robinson
2011-05-18
1
-0
/
+14
*
Reduce some more indentation
Chris Robinson
2010-09-21
1
-21
/
+25
*
Reduce some indentation
Chris Robinson
2010-09-21
1
-28
/
+24
*
Use a map for the filter list
Chris Robinson
2010-05-18
1
-52
/
+37
*
Mark extension functions with AL_API/ALC_API
Chris Robinson
2010-03-23
1
-11
/
+11
*
Cleanup and fixup Release* functions
Chris Robinson
2010-03-20
1
-5
/
+4
*
Avoid calling alDelete* from alGen*
Chris Robinson
2010-03-20
1
-4
/
+12
*
Remove unneeded checks
Chris Robinson
2010-03-16
1
-10
/
+12
*
Effect and filter ID 0 is valid
Chris Robinson
2010-03-16
1
-3
/
+5
*
Avoid some alIs* calls while under the context lock
Chris Robinson
2010-03-16
1
-26
/
+36
*
Pass the context to alSetError
Chris Robinson
2010-03-16
1
-22
/
+22
*
Add missing context checks
Chris Robinson
2009-09-12
1
-0
/
+11
*
Use a function to retrieve the current context in an already-locked state
Chris Robinson
2009-08-16
1
-22
/
+11
*
Store the effect and filter lists in the device
Chris Robinson
2009-08-15
1
-21
/
+20
*
Don't export extension function symbols from the lib
Chris Robinson
2008-09-06
1
-11
/
+11
*
Improve getting and setting EFX filter parameters
Chris Robinson
2008-07-26
1
-37
/
+39
*
Clarify implicit destruction warnings
Chris Robinson
2008-07-22
1
-1
/
+1
*
Add missing config.h includes
Chris Robinson
2008-01-16
1
-3
/
+2
*
Fix allocation of multiple effect slots, effects, and filters
Chris Robinson
2008-01-15
1
-0
/
+2
*
Fix some copy/paste errors
Chris Robinson
2008-01-15
1
-1
/
+1
*
Merge branch 'master' into efx-experiment
Chris Robinson
2007-12-31
1
-0
/
+2
*
Don't allow properties on effect and filter name 0
Chris Robinson
2007-12-18
1
-20
/
+8
*
Add AL_FILTER_LOWPASS support
Chris Robinson
2007-12-17
1
-0
/
+65
*
Don't attempt to free null effects or filters
Chris Robinson
2007-12-17
1
-1
/
+1
*
0 is a valid filter and effect name
Chris Robinson
2007-12-17
1
-1
/
+1
[next]