aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add cmake toolchain files for armv6 (armv5t-softfp) and armv6hf (armv6-hardfp...Sven Gothel2013-04-2322-0/+68
* cmake/glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now GLIBC...Sven Gothel2013-04-211-3/+13
* Add 'cmake/glibc-compat-symbols.h' to force usage of minimal GLIBC symbols cu...Sven Gothel2013-04-213-1/+21
* Add gcc-default w/ link gcc staticSven Gothel2013-04-202-1/+9
* Add toolchain.gcc-x86_32.cmake for x86_64 -> x86_32 crosscompilationSven Gothel2013-04-201-0/+17
* Add Windows def for mingw .. not workingSven Gothel2013-02-011-0/+30
* Adding howto and cmake config file for AndroidBrice Figureau2013-01-312-0/+211
* Avoid an underflow in the SSE mixers if BufferSize is less than 4Chris Robinson2012-12-241-2/+2
* Filter unneeded thread messages with MMDevApiChris Robinson2012-12-241-1/+3
* Make the context's LastError volatileChris Robinson2012-12-241-1/+1
* Look for /arch:SSE with MSVC for SSEChris Robinson2012-12-241-3/+11
* Rename cmake options so GUIs order them betterChris Robinson2012-12-241-70/+70
* Add support for OpenSL ES 1.0.1 on AndroidChris Robinson2012-12-121-1/+8
* Release 1.15.1openal-soft-1.15.1Chris Robinson2012-12-111-2/+3
* Properly convert uint values when getting them as int64Chris Robinson2012-12-071-2/+14
* SetSourceiv should never get AL_SAMPLE_OFFSET_LATENCY_SOFTChris Robinson2012-12-061-1/+4
* Use a helper to count the number of float/double values for a propertyChris Robinson2012-12-051-297/+177
* Use a helper to count the number of int(64) values for a propertyChris Robinson2012-12-051-306/+152
* Remove 'v' from the source enum namesChris Robinson2012-12-051-103/+100
* Add a comment to note the extension for sfvDistanceModelChris Robinson2012-12-051-4/+6
* Use an enum to handle int source propertiesChris Robinson2012-12-051-113/+160
* Use an enum to handle float source propertiesChris Robinson2012-12-051-60/+127
* Print an error if trying to handle a missed source propertyChris Robinson2012-12-051-0/+6
* Fix retrieving source gainChris Robinson2012-12-051-0/+4
* 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