aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 1.15openal-soft.1.15Chris Robinson2012-12-041-1/+1
* Trace the list of supported backendsChris Robinson2012-12-041-0/+7
* Use +/-90 degrees for stereo sources with non-HRTF stereo output.Chris Robinson2012-12-041-1/+9
* Add support for float32 output to CoreAudioChris Robinson2012-12-031-10/+13
* Use the correct multiplier for int32 output with CoreAudioChris Robinson2012-12-031-2/+2
* Lock the device before calling aluHandleDisconnectChris Robinson2012-12-0210-2/+31
* Trace the opened device name in alcCaptureOpenDeviceChris Robinson2012-12-021-1/+1
* Use WARN when implicitly deleting resources with the contextChris Robinson2012-12-021-2/+2
* Explicitly check for malloc.hChris Robinson2012-11-253-1/+5
* malloc.h isn't standard, and is only needed for _aligned_mallocChris Robinson2012-11-251-1/+3
* Avoid locking PulseAudio's mainloop when starting and stopping captureChris Robinson2012-11-191-4/+0
* Fix a comment describing the sinc functionChris Robinson2012-11-181-1/+1
* Fix off-by-one error in the makehrtf dither and add a resample optionChris Robinson2012-11-182-959/+1218
* Avoid storing the SSE state if it's not supportedChris Robinson2012-11-131-1/+4
* Return the integer from fastf2i with MSVCChris Robinson2012-11-131-0/+1
* Use int instead of long for the IMA4 tablesChris Robinson2012-11-101-3/+3
* Load Int and UInt samples as float with alBufferDataChris Robinson2012-11-101-2/+2
* Specify that the config file being installed is a sampleChris Robinson2012-11-061-1/+1
* Install the config sample by defaultChris Robinson2012-11-051-2/+2
* Install the config example into share/openal instead of /etc/openalChris Robinson2012-11-051-2/+1
* Use stdout to print alstream informationChris Robinson2012-11-041-4/+5
* Include standard headers before conditional onesChris Robinson2012-11-041-7/+6
* Use the stored buffer metrics for the mmdevapi buffer sizeChris Robinson2012-11-041-9/+1
* Add rudimentary latency tracking for mmdevapiChris Robinson2012-11-041-1/+16
* Use an array to specify the offset for each channel of the device bufferChris Robinson2012-11-043-61/+78
* Rename some struct fields for DirectSoundChris Robinson2012-11-041-48/+48
* Avoid recreating the DSound primary bufferChris Robinson2012-11-041-1/+1
* Fix retrieving the source's write offsetChris Robinson2012-11-011-2/+2
* Pass the offset latency properties to the set handlerChris Robinson2012-11-011-8/+18
* Set the proper error when trying to set AL_SAMPLE_OFFSET_LATENCY_SOFT or AL_S...Chris Robinson2012-11-011-1/+8
* Add an example to get and show the source latencyChris Robinson2012-10-312-1/+220
* Avoid prefixing function pointers in the streaming exampleChris Robinson2012-10-311-11/+11
* Print the name of the device when opening it in the example appsChris Robinson2012-10-312-4/+3
* Make a decimal value a float typeChris Robinson2012-10-311-1/+1
* Finalize AL_SOFT_source_latencyChris Robinson2012-10-313-48/+47
* Add an example program showing how to apply reverb to a sourceChris Robinson2012-10-312-1/+347
* Add a couple comments to the codeChris Robinson2012-10-261-0/+2
* Avoid branching when clamping and converting float samples to integerChris Robinson2012-10-261-2/+2
* Add the AL subdir to the list of include flags in the pkg-config fileChris Robinson2012-10-261-1/+1
* Reorder and comment some function in alhelpers.cChris Robinson2012-10-251-81/+88
* Move some math functions to where they're usedChris Robinson2012-10-252-26/+25
* Add a couple missing RESTRICTsChris Robinson2012-10-251-1/+1
* Fix some typesChris Robinson2012-10-251-5/+6
* Add the RESTRICT keyword to a function pointer definition's parametersChris Robinson2012-10-251-1/+1
* Add explicit casts for MSVCChris Robinson2012-10-251-9/+9
* Remove the float math wrapper functionsChris Robinson2012-10-253-99/+0
* Add retrieval of missing source propertiesChris Robinson2012-10-211-0/+16
* Use an asterisk to denote a requested format option in the traceChris Robinson2012-10-161-4/+4
* Require an alignment declaration for SSE supportChris Robinson2012-10-151-1/+1
* Put the HRTF DirectParams into an anonymous structChris Robinson2012-10-153-37/+39