aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alFilter.h
Commit message (Expand)AuthorAgeFilesLines
* Move some headers out of the Include subdirectoryChris Robinson2019-07-281-56/+0
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-21/+19
* Automatically clean up filters and effects with their sublistsChris Robinson2018-11-251-9/+0
* Move the filter implementation to a separate directoryChris Robinson2018-03-221-115/+2
* Use function-like macros to call filter and effect vtable methodsChris Robinson2018-03-081-1/+9
* Store filters in an array of listsChris Robinson2018-01-271-15/+1
* Replace some freq_mult variable names with f0normChris Robinson2018-01-131-9/+27
* Use a more normal vtable setup for filter methodsChris Robinson2018-01-131-19/+23
* Add a method to copy a filter's coefficientsChris Robinson2017-05-211-0/+9
* Use ALsizei and ALint for sizes and offsets with resamplers and filtersChris Robinson2017-01-161-2/+2
* Reorder filter coefficientsChris Robinson2016-12-211-1/+1
* Call ALfilterState_processC directlyChris Robinson2016-09-121-3/+2
* Add 'restrict' to another parameterChris Robinson2016-08-031-1/+1
* Remove the last use of ALfilterState_processSingleChris Robinson2016-07-261-17/+0
* Add some more restrict keywordsChris Robinson2016-07-261-2/+2
* Rename input_gain to b0Chris Robinson2016-07-261-3/+2
* Hold the effect and filter maps while handling effects and filtersChris Robinson2016-05-121-2/+11
* Reorder filterstate propertiesChris Robinson2016-01-231-7/+8
* Inline a couple filterstate methodsChris Robinson2016-01-231-2/+25
* Pass in the Q parameter for setting the filter parametersChris Robinson2015-11-011-8/+35
* Update filter histories even when they're not usedChris Robinson2015-10-241-0/+2
* Add a ALfilterState method to process multiple samples at onceChris Robinson2014-05-181-0/+5
* Implementing handling high-pass filter propertiesChris Robinson2014-05-171-0/+3
* Document the different filter types, and combine some split linesChris Robinson2014-05-171-0/+6
* Rename freq_scale parameter to freq_multChris Robinson2014-05-171-1/+1
* Add HF Reference as a filter propertyChris Robinson2014-05-141-0/+1
* Make LOWPASSFREQREF a float valueChris Robinson2014-05-111-1/+1
* Remove an unused methodChris Robinson2014-03-231-9/+0
* Move some inline methods to their appropriate headersChris Robinson2013-11-041-0/+5
* Use C99 inline semanticsChris Robinson2013-11-041-2/+2
* Implement the Autowah effect.Chris Robinson2013-10-031-0/+1
* Use ALfilterState for the distortion effect filtersChris Robinson2013-06-061-0/+8
* Silence some clang warningsChris Robinson2013-06-051-6/+0
* Use C99's inline instead of __inlineChris Robinson2013-05-281-2/+2
* Use the high-shelf filter in place of low-passChris Robinson2013-05-281-2/+0
* Use ALfilterState for the master echo and reverb filtersChris Robinson2013-05-271-19/+0
* Remove an unused methodChris Robinson2013-05-271-12/+0
* Use ALfilterState for the source direct and send filtersChris Robinson2013-05-271-0/+2
* Move ALEQFilter to alFilter.c/h and rename it to ALfilterStateChris Robinson2013-05-271-0/+43
* Use a properly-defined history for the FILTER structChris Robinson2013-05-211-9/+5
* Move a couple macros to more appropriate headersChris Robinson2012-09-141-0/+2
* Fix up some more header includesChris Robinson2012-09-141-2/+1
* Remove unused filter functionsChris Robinson2012-08-151-21/+0
* Use a consistent name for the self-id fieldChris Robinson2012-04-191-2/+2
* Use function pointers to set type-specific filter propertiesChris Robinson2011-09-111-2/+20
* Multiply the history offset in the filtering funcitonsChris Robinson2011-05-181-36/+2
* Uninline lpCoeffCalcChris Robinson2011-05-181-13/+1
* Use the same filters for mono sources and multi-channelChris Robinson2011-05-031-4/+4
* Use click removal when starting a sourceChris Robinson2010-08-141-0/+37
* Use a map for the filter listChris Robinson2010-05-181-2/+0