aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pass a pointer to the input samples array for effect processingChris Robinson2016-01-2713-38/+44
|
* Avoid passing the device to SetChannelMapChris Robinson2016-01-271-24/+31
|
* Separate calculating ambisonic coefficients from the panning gainsChris Robinson2016-01-2515-89/+134
|
* Don't write one byte at a time for the wave writer on big endianChris Robinson2016-01-251-17/+19
|
* Release 1.17.2openal-soft-1.17.2Chris Robinson2016-01-241-1/+1
|
* Fix "signed and unsigned type in conditional expression" warningChris Robinson2016-01-241-1/+1
|
* Remove unneeded check for io.hChris Robinson2016-01-242-4/+0
|
* Clear SSE3 switch before testing if one's recognizedChris Robinson2016-01-241-0/+1
|
* Replace multiple fputc calls with one fwriteChris Robinson2016-01-231-6/+4
|
* Move a couple extern inline declarations to the othersChris Robinson2016-01-231-3/+2
|
* Reorder filterstate propertiesChris Robinson2016-01-234-68/+69
|
* Inline a couple filterstate methodsChris Robinson2016-01-232-27/+27
|
* Reorder some cmake checksChris Robinson2016-01-211-20/+19
|
* Lower the _POSIX_C_SOURCE and _XOPEN_SOURCE version requirementsChris Robinson2016-01-211-2/+2
|
* Only set cmake policy CMP0042 if it's validChris Robinson2016-01-211-3/+5
|
* Always define _XOPEN_SOURCE if _POSIX_C_SOURCE is tooChris Robinson2016-01-211-16/+3
|
* Avoid using scandir/alphasortChris Robinson2016-01-211-23/+46
| | | | | They require POSIX 2008, which is a bit too "new" for my current liking. We can do well enough with opendir/readdir/closedir and qsort.
* 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
| | | | Mainly just for MinGW to make OpenAL32.dll not rely on libgcc_s_sjlj-1.dll.
* Merge pull request #29 from olesalscheider/masterkcat2015-12-201-2/+5
|\ | | | | Allow to override the share install dir
| * Allow to override the share install dirNiels Ole Salscheider2015-12-191-2/+5
| | | | | | | | | | This is needed for multiarch layouts where the prefix is /usr/${host} but where arch-independet files are installed to /usr/share.
* | 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 device enumeration support for OSSv4
| | * 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
| | | | We already have an al_nssleep wrapper in the common lib we can use.
* 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
|