aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use one long buffer for the chorus and flanger delay linesChris Robinson2013-11-102-38/+26
* Rename lfo_coeff to lfo_scaleChris Robinson2013-11-082-16/+16
* Use integer modulo for chorus and flangerChris Robinson2013-11-082-58/+62
* Only use the inner loop for the chorus/flanger template methodChris Robinson2013-11-082-112/+114
* Redo the autowah effectChris Robinson2013-11-071-71/+71
* Reimplement the compressor to work per-sampleChris Robinson2013-11-061-37/+51
* Explicitly define _POSIX_C_SOURCE and _XOPEN_SOURCEChris Robinson2013-11-061-3/+3
* Set -D_GNU_SOURCE=1 earlierChris Robinson2013-11-051-4/+4
* Include strings.h when availableChris Robinson2013-11-053-0/+8
* Remove the Lock and Unlock methods from BackendFuncsChris Robinson2013-11-0413-66/+7
* Forward some wrapper functions to the base methodChris Robinson2013-11-041-31/+31
* Move some inline methods to their appropriate headersChris Robinson2013-11-046-26/+24
* Use C99 inline in more placesChris Robinson2013-11-0411-35/+79
* Use C99 inline semanticsChris Robinson2013-11-049-35/+57
* Only set device functions when neededChris Robinson2013-11-041-2/+6
* Use a unique backend type for loopbackChris Robinson2013-11-043-32/+32
* Rename VCALL and VCALL0 to V and V0Chris Robinson2013-11-026-57/+57
* Constify some function pointersChris Robinson2013-11-021-8/+8
* Make backend factory methods static as neededChris Robinson2013-11-024-35/+39
* Convert the OSS backend to the new interfaceChris Robinson2013-11-025-183/+287
* Set vtables in the constructorChris Robinson2013-11-021-4/+4
* Make LockContext and UnlockContext inline againChris Robinson2013-11-022-12/+5
* Rename alcGetLatency to ALCdevice_GetLatencyChris Robinson2013-11-023-8/+6
* Use the existing ALint64SOFT/ALuint64SOFT types for ALint64/ALuint64Chris Robinson2013-11-011-14/+2
* Prefer long as a 64-bit type instead of long longChris Robinson2013-10-301-2/+2
* Move a macro definition up nearer to where it's usedChris Robinson2013-10-291-4/+4
* Use a helper macro for making vtable thunksChris Robinson2013-10-293-54/+54
* Add default handlers for reset, captureSamples, and availableSamplesChris Robinson2013-10-296-47/+40
* Convert the PulseAudio backend to the new interfaceChris Robinson2013-10-294-630/+865
* Remove the cmake option to use wine headersChris Robinson2013-10-291-16/+0
* Disable MSVC warning 4098Chris Robinson2013-10-291-0/+1
* Add a macro to forward methods to a base typeChris Robinson2013-10-294-78/+43
* Convert the loopback backend to the new interfaceChris Robinson2013-10-294-38/+109
* Remove a couple unnecessary (and incorrect) parameter namesChris Robinson2013-10-281-2/+2
* Fix capture with the new backend interfaceChris Robinson2013-10-284-13/+38
* Convert ALSA to the new backend interfaceChris Robinson2013-10-283-274/+388
* Don't return a voidChris Robinson2013-10-281-4/+4
* Declare LoadLib functions in one placeChris Robinson2013-10-281-7/+7
* Add a missing compat.h include for portaudioChris Robinson2013-10-281-0/+1
* Rename the support method to querySupportChris Robinson2013-10-283-7/+7
* Add a GNU-specific AL_PRINTChris Robinson2013-10-281-2/+8
* Support capture backends with the new interfaceChris Robinson2013-10-281-2/+1
* Create and use a backend wrapper for captureChris Robinson2013-10-284-47/+139
* Add audio capture methods to ALCbackendChris Robinson2013-10-283-0/+29
* Move some stuff out of alMain.hChris Robinson2013-10-284-216/+238
* Move ALCbackend base stuff to a separate fileChris Robinson2013-10-284-114/+125
* Fix a couple castsChris Robinson2013-10-282-3/+3
* Move the device mutex to the backendChris Robinson2013-10-2815-21/+70
* Separate compatibility declarationsChris Robinson2013-10-285-52/+58
* Modify how VCALL is handledChris Robinson2013-10-286-51/+51