aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a warning when HRTF is disabledChris Robinson2011-05-031-5/+9
* Fix WinMM backend compilationChris Robinson2011-05-031-2/+2
* Add a device flag for channel config requestsChris Robinson2011-05-037-3/+61
* Combine the mono and multi-channel mixer templatesChris Robinson2011-05-031-314/+51
* Use the same filters for mono sources and multi-channelChris Robinson2011-05-033-24/+19
* Properly handle elevations that don't have angles up to 180Chris Robinson2011-05-032-18/+21
* Add a frequency-request device flagChris Robinson2011-05-039-15/+66
* Fix non-spatialized mono sourcesChris Robinson2011-05-021-1/+15
* Mark some mixer pointers as restrictedChris Robinson2011-05-021-27/+27
* Check for the C99 restrict keywordChris Robinson2011-05-023-0/+20
* Add casts to silence some warningsChris Robinson2011-05-021-2/+2
* Use a pointer-to-arrays for the local HRTF coefficientsChris Robinson2011-05-021-8/+8
* Implement HRTF mixers for multi-channel sourcesChris Robinson2011-05-024-59/+455
* Use flags instead of separate boolsChris Robinson2011-05-014-18/+23
* Document the hrtf config optionChris Robinson2011-05-011-0/+7
* Add an HRTF filter for mono sourcesChris Robinson2011-05-017-17/+2203
* Add some source fields for HRTF dataChris Robinson2011-05-012-0/+10
* Add a device flag for enabling HRTFChris Robinson2011-05-012-4/+11
* Be silent if the PulseAudio context fails to connect while probingChris Robinson2011-04-301-5/+6
* Use the new format names when possibleChris Robinson2011-04-291-21/+21
* Add the SOFT moniker for the loopback extension functions and enumsChris Robinson2011-04-282-22/+22
* Reorder some casesChris Robinson2011-04-271-2/+2
* Minor fix for 24-bit conversions to float and doubleChris Robinson2011-04-271-4/+4
* Allow MSVC to build a static libChris Robinson2011-04-271-0/+18
* Fix 24-bit sample loading for big-endianChris Robinson2011-04-271-6/+36
* Change some sample type valuesChris Robinson2011-04-271-4/+4
* Add loopback device properties to the ALCenum listChris Robinson2011-04-271-0/+5
* Add a couple in-progress extensions to the extension listsChris Robinson2011-04-271-3/+4
* Add support for packed 24-bit samplesChris Robinson2011-04-265-1/+170
* Add a compatibility option to treat cone angles as half anglesChris Robinson2011-04-223-2/+11
* Convert full-width cone angle source properties to half-widthChris Robinson2011-04-221-3/+3
* Apply the device matrix to the multi-channel source matrixChris Robinson2011-04-141-72/+74
* Fix LFE channel outputChris Robinson2011-04-141-0/+3
* Only set relevant device matrix entriesChris Robinson2011-04-121-30/+35
* Allow the buffer_samples API to be retrievedChris Robinson2011-04-102-0/+50
* Move Convert_IMA4 into the template declarationsChris Robinson2011-03-211-52/+13
* Use nested loops when converting dataChris Robinson2011-03-191-4/+7
* Use more appropriate enum valuesChris Robinson2011-03-181-18/+22
* Add some new format namesChris Robinson2011-03-171-0/+22
* Make LoadData return an error if the dst format is not valid or compatibleChris Robinson2011-03-161-9/+4
* Add alIsBufferFormatSupportedSOFTChris Robinson2011-03-162-0/+19
* Combine ConvertInput* and ConvertOutput* helpersChris Robinson2011-03-161-123/+57
* Add alGetBufferSamplesSOFTChris Robinson2011-03-162-7/+113
* Buffers made with alBufferSamplesSOFT always reference the internal formatChris Robinson2011-03-161-14/+27
* Add alBufferSubSamplesSOFTChris Robinson2011-03-162-0/+68
* Add alBufferSamplesSOFT, as an initial start to AL_SOFT_buffer_samplesChris Robinson2011-03-163-2/+76
* Pass the number of compressed frames to LoadDataChris Robinson2011-03-161-21/+34
* Use the defines for the UserFmt* and Fmt* typesChris Robinson2011-03-162-25/+26
* NoErr should be noErrChris Robinson2011-03-151-8/+8
* Add a CoreAudio backendChris Robinson2011-03-156-1/+315