aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable real-time priority for ALSA, OSS, and DirectSound mixing loopsChris Robinson2009-11-294-6/+35
* Check for the pthread_setschedparam functionChris Robinson2009-11-292-0/+5
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-295-0/+8
* Add AL_EXT_double tokens to alext.hChris Robinson2009-11-281-0/+6
* Call the Update effect method for null effectsChris Robinson2009-11-281-4/+2
* Call to the right databuffer functionChris Robinson2009-11-281-1/+1
* Remove unnecessary returnsChris Robinson2009-11-283-12/+0
* Update AL_EXTX_source_distance_model to require explicit enablingChris Robinson2009-11-276-12/+63
* Send multi-channel sources to auxiliary effect slotsChris Robinson2009-11-262-11/+50
* Mark sources for updating when a new context is made from the deviceChris Robinson2009-11-251-0/+1
* Update source parameters only when they need changingChris Robinson2009-11-256-19/+196
* Base air absorption on distance attenuation, try 2Chris Robinson2009-11-241-8/+9
* Revert "Base air absorption on the distance attenuation"Chris Robinson2009-11-241-11/+11
* Base air absorption on the distance attenuationChris Robinson2009-11-231-11/+11
* Make modulation index 0 map to offset 0Chris Robinson2009-11-231-1/+1
* Use a 4x4 matrix to transform coordinatesChris Robinson2009-11-231-24/+31
* Transform all relevant vectors for converting world-space to listener-spaceChris Robinson2009-11-221-26/+22
* Add a function for 1-pole filteringChris Robinson2009-11-221-0/+12
* ALCAPIENTRY is deprecated in favor of ALC_APIENTRYChris Robinson2009-11-221-2/+2
* Fix alBufferDataStatic extension name in alext.hChris Robinson2009-11-221-2/+2
* Update the drivers config file commentChris Robinson2009-11-221-2/+4
* The echo should not take energy-attenuated inputChris Robinson2009-11-221-13/+12
* Allow unlisted backends to stay available when the drivers list ends with ,Chris Robinson2009-11-221-6/+19
* Print available devices before trying to open oneChris Robinson2009-11-191-14/+12
* Watch for NULL and empty device listsChris Robinson2009-11-191-3/+4
* Display supported filters using a comma-separated listingChris Robinson2009-11-191-45/+42
* Be clearer if device opening or context setup failsChris Robinson2009-11-191-10/+20
* Reorganize and improve the reverb effectChris Robinson2009-11-191-354/+895
* Better approximate the wet attenuation model for reverbChris Robinson2009-11-191-3/+18
* Make sure there's at least a one-sample delay for the echo's first tapChris Robinson2009-11-191-4/+4
* Apply the reverb room rolloff factor for EAX reverb tooChris Robinson2009-11-191-1/+2
* Move NextPowerOf2 to alMain.hChris Robinson2009-11-193-36/+18
* Move aluCart2LUTpos to alu.hChris Robinson2009-11-194-32/+18
* Make sure to set the new echo sample buffer and remove an unused macroChris Robinson2009-11-181-3/+1
* Release 1.10.622openal-soft-1.10.622Chris Robinson2009-11-081-2/+2
* Handle NULL effect objects as AL_EFFECT_NULL effectsChris Robinson2009-11-052-20/+19
* Handle setting AL_EFFECT_NULL effect types on a slotChris Robinson2009-11-051-0/+43
* Use the DXSDK_DIR variable when setChris Robinson2009-11-021-0/+12
* Use a realtime clock for measuring timeChris Robinson2009-11-012-1/+16
* Properly lock the device when setting it disconnectedChris Robinson2009-11-012-4/+2
* Watch for stream and context failures from pulse, and report disconnectsChris Robinson2009-10-311-3/+30
* Fix length calculation for pulseChris Robinson2009-10-311-1/+1
* Set a proper channel map for PulseAudioChris Robinson2009-10-311-1/+41
* Mix all updates PulseAudio requestsChris Robinson2009-10-311-5/+7
* Watch for buffer attribute changes from PulseAudioChris Robinson2009-10-311-6/+21
* Use signals to watch for state changesChris Robinson2009-10-311-12/+42
* Properly free the device nameChris Robinson2009-10-312-4/+4
* Remove some unneeded buffer fields, make padding a constant amountChris Robinson2009-10-254-28/+17
* Remove the format and frequency from the source, get them manuallyChris Robinson2009-10-253-15/+24
* Small fixupsChris Robinson2009-10-251-9/+10