aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Use inline initialization for effect state factory vtablesChris Robinson2013-10-071-2/+5
* Constify the effect parameter of effect gettersChris Robinson2013-10-071-4/+4
* Remove the last of the al_try codeChris Robinson2013-10-074-167/+128
* Use inline functions to lookup and remove objectsChris Robinson2013-10-071-10/+22
* Remove al_try from alAuxEffectSlot.cChris Robinson2013-10-071-234/+209
* Return only true or false from the source getters and settersChris Robinson2013-10-072-113/+106
* Remove al_try from alSource.cChris Robinson2013-10-071-325/+304
* Remove al_try from alListener.cChris Robinson2013-10-071-291/+267
* Remove al_try from alState.cChris Robinson2013-10-071-326/+283
* Use an UNUSED macro instead of void-tagging unused parametersChris Robinson2013-10-074-47/+43
* Remove a duplicate and unused macroChris Robinson2013-10-071-10/+0
* Remove al_try usage from alBuffer.cChris Robinson2013-10-071-246/+230
* Add a workaround for KDevelop not recognizing the ALIGN macroChris Robinson2013-10-071-0/+5
* Fix effect slot struct declarations so KDevelop doesn't barf on themChris Robinson2013-10-073-20/+17
* Start using a simpler method for error handlingChris Robinson2013-10-062-335/+343
* Use a macro for the silence thresholdChris Robinson2013-10-061-0/+2
* Don't store the effect slot in SendParamsChris Robinson2013-10-061-1/+3
* Rename Filter param member to LpFilterChris Robinson2013-10-061-2/+2
* Use a simpler U64 macro to make 64-bit constantsChris Robinson2013-10-062-2/+12
* Add a workaround for KDevelop not recognizing 'restrict'Chris Robinson2013-10-061-0/+7
* Finalize AL_SOFT_deferred_updatesChris Robinson2013-10-051-11/+0
* Implement the Compressor effectChris Robinson2013-10-035-30/+43
* Use helpers to set channel gain arraysChris Robinson2013-10-031-1/+18
* Implement the Autowah effect.Chris Robinson2013-10-037-8/+37
* Use a separate value for the maximum buffer channelsChris Robinson2013-07-234-12/+14
* Limit lower filter gain to -100dBChris Robinson2013-07-211-0/+3
* Limit the source step to 10Chris Robinson2013-07-022-9/+2
* Use ALfilterState for the distortion effect filtersChris Robinson2013-06-062-0/+27
* Silence some clang warningsChris Robinson2013-06-054-31/+9
* Allow enabling HRTF through a context creation attributeChris Robinson2013-05-311-1/+4
* Start an extension that can query the status of HRTF renderingChris Robinson2013-05-311-0/+5
* Fix up the naming convention of effect methodsChris Robinson2013-05-295-36/+39
* Use C99's inline instead of __inlineChris Robinson2013-05-287-170/+170
* Use the high-shelf filter in place of low-passChris Robinson2013-05-282-13/+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-273-4/+15
* Fix filter coefficient pre-calcChris Robinson2013-05-271-4/+4
* Move ALEQFilter to alFilter.c/h and rename it to ALfilterStateChris Robinson2013-05-272-0/+121
* Store pointers to the getFactory funcs in the mapChris Robinson2013-05-271-12/+15
* Cleanup the ALeffectStateFactory_create methodsChris Robinson2013-05-272-7/+5
* No-op if DELETE_OBJ is given a NULL pointerChris Robinson2013-05-271-4/+7
* Use generic VCALL[_NOARGS] macros instead of type-specific wrappersChris Robinson2013-05-276-28/+21
* Use SET_ERROR_AND_RETURN in a few more placesChris Robinson2013-05-261-24/+20
* Add helper macros to set an error and return, and use it in a few placesChris Robinson2013-05-261-0/+10
* Define the ALeffect typedef with the structChris Robinson2013-05-251-13/+12
* Use an ALeffectProps union to store the effect propertiesChris Robinson2013-05-254-123/+132
* Use a Delete method for deletable objectsChris Robinson2013-05-252-11/+9
* Use vtables for setting effect propertiesChris Robinson2013-05-242-189/+55
* Move the AL_EFFECT_NULL state into a separate fileChris Robinson2013-05-232-96/+2