aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the active source's offset out of the direct paramsChris Robinson2014-05-243-4/+4
* Update the examples to use SDL2Chris Robinson2014-05-234-301/+499
* Mark a few more functions as constChris Robinson2014-05-233-12/+12
* Rename CONST_FUNC and PRINTF_STYLE, and fix non-GNU AL_PRINTChris Robinson2014-05-231-10/+10
* AL_SOFT_block_alignment is now considered doneChris Robinson2014-05-223-7/+7
* Ensure a proper amount of new elements are being reserved when insertingChris Robinson2014-05-221-1/+5
* Include strings.h if it exists for strncasecmpChris Robinson2014-05-221-1/+3
* Add a needed header for the CoreAudio backendChris Robinson2014-05-221-0/+1
* Use the first non-0-length buffer when starting a sourceChris Robinson2014-05-221-1/+1
* Don't try to use the non-standard alloca.hChris Robinson2014-05-221-8/+1
* Use an unsigned type for the win32 size_t formatterChris Robinson2014-05-221-1/+1
* Mark some functions as constChris Robinson2014-05-221-5/+7
* The lower value of the gain vector contains the closest target valueChris Robinson2014-05-211-2/+2
* Don't clear the current and step gain values when updating a sourceChris Robinson2014-05-211-89/+66
* Use the current buffer item for static sources tooChris Robinson2014-05-211-1/+1
* Copy samples if needed in the 'copy' resamplerChris Robinson2014-05-211-9/+15
* Properly process all samples with a bandpass filterChris Robinson2014-05-211-2/+2
* Use the correct input for HRTF mixingChris Robinson2014-05-211-1/+1
* Update the active source's direct and send properties after each mixChris Robinson2014-05-211-10/+9
* Add some asserts to verify block alignment for conversionChris Robinson2014-05-201-0/+8
* Return a sample pointer from resamplersChris Robinson2014-05-195-24/+27
* Put per-channel filter properties togetherChris Robinson2014-05-193-39/+46
* Return a sample pointer from DoFiltersChris Robinson2014-05-191-14/+18
* Move an HRTF mixer parameter and shorten a couple variable namesChris Robinson2014-05-184-33/+28
* Don't pass the SendParams to the wet-path mixerChris Robinson2014-05-186-41/+44
* Don't pass the DirectParams to the dry-path mixerChris Robinson2014-05-187-96/+119
* Use different parameters for HRTF mixersChris Robinson2014-05-186-29/+51
* Pass some DirectParams as function parametersChris Robinson2014-05-187-29/+40
* Use _mm_setr_ps instead of _mm_set_psChris Robinson2014-05-181-4/+4
* Add a ALfilterState method to process multiple samples at onceChris Robinson2014-05-184-9/+26
* Reset filter properties when setting a null filter typeChris Robinson2014-05-171-0/+6
* Support the band-pass filterChris Robinson2014-05-172-3/+88
* Apply high-pass source filters as neededChris Robinson2014-05-175-10/+88
* Implementing handling high-pass filter propertiesChris Robinson2014-05-173-2/+82
* Add a flag to specify when the low-pass filter needs to applyChris Robinson2014-05-173-29/+54
* Use logarithmic adjustment for the gain in the autowah effectChris Robinson2014-05-171-7/+7
* Document the different filter types, and combine some split linesChris Robinson2014-05-172-36/+20