aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Explicit check if pthread_setname_np accepts only one parameterChris Robinson2016-01-213-2/+26
* Fix for systems that don't have strnlenChris Robinson2016-01-213-5/+19
* Improve the OSS enumeration codeChris Robinson2016-01-211-63/+71
* Silence a CMake warning on OSX about MACOSX_RPATHChris Robinson2016-01-201-0/+1
* Update ChangeLogChris Robinson2016-01-171-0/+14
* Add an option to static-link libgccChris Robinson2016-01-171-0/+19
* Merge pull request #29 from olesalscheider/masterkcat2015-12-201-2/+5
|\
| * Allow to override the share install dirNiels Ole Salscheider2015-12-191-2/+5
* | Merge branch 'master' of github.com:/kcat/openal-softChris Robinson2015-12-191-27/+206
|\ \
| * \ Merge pull request #27 from kdhp/masterkcat2015-12-191-27/+206
| |\ \ | | |/ | |/|
| | * Added a check for an empty pathKeegan Drake H.P2015-12-171-2/+2
| | * Add device enumeration support for OSSv4Keegan Drake H.P2015-12-171-27/+206
| |/
* / Don't overwrite the output with the dedicated effectChris Robinson2015-12-121-1/+1
|/
* Build on Linux and OSX with TravisChris Robinson2015-12-111-0/+3
* Add a .travis.yml for travis-ciChris Robinson2015-12-111-0/+2
* Check if _XOPEN_SOURCE needs to be setChris Robinson2015-12-111-10/+25
* Add includes to work around broken GNU headers and POSIX-2001Chris Robinson2015-12-112-0/+2
* Add missing closing parenthesisChris Robinson2015-12-111-1/+1
* Use Apple's pthread_setname_np before GNU'sChris Robinson2015-12-111-3/+3
* Release 1.17.1openal-soft-1.17.1Chris Robinson2015-12-101-1/+1
* Update changelogChris Robinson2015-12-101-2/+2
* Update alsoft-config tooltip for HRTF tablesChris Robinson2015-12-101-0/+1
* Fix slashes on the local path on WindowsChris Robinson2015-12-081-0/+3
* Use the ALSOFT_LOCAL_PATH env var instead of the CWDChris Robinson2015-12-081-4/+18
* Update changelogChris Robinson2015-12-061-0/+2
* Use %s.mhr for the default hrtf table listChris Robinson2015-12-052-2/+2
* Support %s as a string matching markerChris Robinson2015-12-052-1/+95
* Also install the HRTF exampleChris Robinson2015-12-041-1/+1
* Avoid using usleep in the examplesChris Robinson2015-12-048-19/+18
* Only set _POSIX_C_SOURCE if neededChris Robinson2015-12-041-18/+28
* Update changelogChris Robinson2015-12-041-0/+14
* Reformat Windows device name dressingChris Robinson2015-12-043-29/+27
* Better handle inexact ALSA period countsChris Robinson2015-11-231-1/+4
* Fix the allow-resampler check for ALSAChris Robinson2015-11-231-1/+1
* Merge pull request #25 from v4hn/fix-jack-librarieskcat2015-11-201-1/+1
|\
| * include correct libraries in case jack support is requested and foundv4hn2015-11-201-1/+1
|/
* Merge pull request #24 from slime73/masterkcat2015-11-131-18/+24
|\
| * Replace deprecated Carbon API calls with modern AudioComponent APIs in the Co...Alex Szpakowski2015-11-131-18/+24
|/
* Release 1.17.0openal-soft-1.17.0Chris Robinson2015-11-121-1/+1
* Use doubles for the constructed listener matrixChris Robinson2015-11-114-59/+126
* Move the bsincTable to a separate fileChris Robinson2015-11-103-988/+982
* Update the bsinc tableChris Robinson2015-11-102-969/+972
* Add a tool to generate the bsinc tablesChris Robinson2015-11-102-1/+380
* Remove autowah from the excludefx listChris Robinson2015-11-091-2/+2
* Update the fix-rate config option descriptionChris Robinson2015-11-091-2/+2
* Build with -std=c11 if possibleChris Robinson2015-11-091-3/+8
* Remove some unused function checksChris Robinson2015-11-082-12/+0
* Add options to disable Pulse's and ALSA's resamplersChris Robinson2015-11-073-4/+22
* Correct a comment about the new bsinc resamplerChris Robinson2015-11-071-2/+1
* Simplify reverb panning rotationsChris Robinson2015-11-071-4/+4