| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |