aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a helper function to check valid MIDI controller inputsChris Robinson2014-07-044-9/+19
* Set the 'valid' field when we have a valid buffer pointerChris Robinson2014-07-041-3/+1
* Move an inline definition to a more appropriate sourceChris Robinson2014-07-042-2/+3
* Make a function staticChris Robinson2014-07-041-2/+2
* AL_SOFT_MSADPCM is functionally completeChris Robinson2014-07-033-7/+7
* Avoid an undefined allocation of 0 bytesChris Robinson2014-07-011-1/+2
* Simplify setting a fontsound linkChris Robinson2014-07-011-10/+6
* Check that a fontsound is NOT null before deleting itChris Robinson2014-07-011-1/+1
* Remove an unused variableChris Robinson2014-07-011-2/+0
* Remove an unnecessary castChris Robinson2014-07-011-2/+2
* Fix preset zone instrument header checkChris Robinson2014-07-011-2/+2
* Print SF2 text INFO chunksChris Robinson2014-07-012-51/+94
* Warn about all unhandled soundfont generatorsChris Robinson2014-06-301-4/+4
* Check the last preset and instrument properties within the loopChris Robinson2014-06-301-46/+10
* Standardize some New/Delete methodsChris Robinson2014-06-307-30/+35
* Remove an unused macroChris Robinson2014-06-291-1/+0
* Load soundfont samples into an ALbufferChris Robinson2014-06-299-221/+99
* Store and use an ALbuffer for samples in an ALfontsoundChris Robinson2014-06-293-3/+34
* Don't require MIDI sysex data to have the high bit clearChris Robinson2014-06-261-6/+0
* Only set the needed HRTF coefficientsChris Robinson2014-06-211-2/+2
* Avoid negating 'negative' variable namesChris Robinson2014-06-201-2/+2
* Don't pass the device to HRTF methodsChris Robinson2014-06-203-15/+14
* Don't overwrite the loopback device format with the HRTF formatChris Robinson2014-06-201-8/+18
* Remove unused variablesChris Robinson2014-06-131-4/+0
* Get the mixer and resampler functions when neededChris Robinson2014-06-133-81/+74
* Combine the direct and send mixersChris Robinson2014-06-139-260/+100
* Combine some dry and wet path typesChris Robinson2014-06-138-99/+84
* Pre-apply the crossfeed filter gain to the input sample coefficientsChris Robinson2014-06-122-26/+16
* Use floats for the BS2B filterChris Robinson2014-06-112-44/+44
* Make bs2b_cross_feed inlineChris Robinson2014-06-102-45/+35
* Don't try to set fp precision with __control87_2 or _controlfpChris Robinson2014-06-081-10/+4
* Print CPU extensions that are unavailable but requestedChris Robinson2014-06-081-6/+6
* Open and close the file in the main thread in alffplayChris Robinson2014-06-081-26/+28
* Require SSE for SSE2, and SSE2 for SSE4.1Chris Robinson2014-06-071-2/+2
* Update the disable-cpu-exts config option descriptionChris Robinson2014-06-071-4/+5
* Update a couple sources with the proper authorChris Robinson2014-06-062-2/+2
* Move InitiatePositionArrays to mixer_defs.hChris Robinson2014-06-064-45/+21
* Add SSE2 and SSE4.1 linear resamplersTimothy Arceri2014-06-069-16/+294
* Avoid a loop when updating the source position variablesChris Robinson2014-06-023-10/+14
* Add an ffmpeg-based example playerChris Robinson2014-06-023-1/+1692
* Only define struct timespec if _TIMESPEC_DEFINED isn't setChris Robinson2014-05-311-1/+7
* Add extern "C" to common headers.Chris Robinson2014-05-294-0/+30
* Add methods to exchange and compare-exchange RefCount valuesChris Robinson2014-05-272-0/+40
* Avoid unnecessary local variablesChris Robinson2014-05-271-6/+6
* Implement condition variables for WindowsChris Robinson2014-05-272-10/+170
* Add an extension string for the in-progress source length extensionChris Robinson2014-05-261-1/+2
* Implement condition variables (POSIX only!)Chris Robinson2014-05-262-4/+55
* Don't print an ERR if pulse fails to get latency info due to no dataChris Robinson2014-05-261-3/+8
* Add an option to get the length of a source's full queueChris Robinson2014-05-251-0/+95
* Don't resume the backend if there's no contextsChris Robinson2014-05-241-10/+11