aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Open the logfile in append/text modeChris Robinson2011-06-141-1/+1
* Combine multiple probe functions into oneChris Robinson2011-06-141-23/+9
* Uninline the timeGetTime wrapperChris Robinson2011-06-121-0/+34
* Add an OpenSL backendChris Robinson2011-06-121-0/+3
* Add wrappers to handle dyanmically loading libsChris Robinson2011-06-121-0/+62
* Use a minimum phase HRTF data setChris Robinson2011-06-031-0/+2
* Separate device-type parameter checks for alcGetIntegervChris Robinson2011-05-291-122/+128
* Avoid holding locks once the context is removed from the listsChris Robinson2011-05-291-9/+2
* Uninline a couple more functionsChris Robinson2011-05-291-0/+12
* Uninline a couple mutex wrapper functionsChris Robinson2011-05-291-0/+30
* Protect the mixer while the device's context array is being updatedChris Robinson2011-05-291-1/+2
* Hold the global lock while the device is being updatedChris Robinson2011-05-291-0/+7
* Use a separate lock for device and context list accessesChris Robinson2011-05-291-73/+78
* Require a lock for IsDevice callsChris Robinson2011-05-281-14/+22
* Get the device format directly from the stringChris Robinson2011-05-281-29/+114
* Trace the format that is set when reporting HRTF disabledChris Robinson2011-05-281-1/+1
* Add a 5.1 device format that uses side channels instead of backChris Robinson2011-05-281-0/+17
* Rename Quad to QuadraphonicChris Robinson2011-05-241-1/+1
* Fix handling of GUID definitionsChris Robinson2011-05-221-20/+14
* Use libuuid when it has MMDevApi's UIDsChris Robinson2011-05-211-0/+2
* Remove duplicate macrosChris Robinson2011-05-211-6/+0
* Define GUIDs in ALc.c instead of the individual backend source filesChris Robinson2011-05-151-0/+23
* Add a skeleton backend for MMDevApiChris Robinson2011-05-151-0/+3
* Add functions to get strings from the device formatChris Robinson2011-05-151-1/+27
* Set the duplicate-stereo flag properly after the device format is resetChris Robinson2011-05-131-6/+15
* Remove an unused macro and rename anotherChris Robinson2011-05-071-1/+1
* Some minor cleanupsChris Robinson2011-05-071-1/+1
* Add an option to reverse Z panning of mono sourcesChris Robinson2011-05-071-0/+7
* Don't clear the request flag if a new context doesn't specify a frequencyChris Robinson2011-05-061-7/+2
* Update sources automatically when device parameters changeChris Robinson2011-05-061-24/+25
* Remove the head_dampen optionChris Robinson2011-05-061-12/+0
* Add a warning when HRTF is disabledChris Robinson2011-05-031-5/+9
* Add a device flag for channel config requestsChris Robinson2011-05-031-0/+4
* Add a frequency-request device flagChris Robinson2011-05-031-4/+13
* Use flags instead of separate boolsChris Robinson2011-05-011-8/+12
* Add a device flag for enabling HRTFChris Robinson2011-05-011-4/+8
* Add the SOFT moniker for the loopback extension functions and enumsChris Robinson2011-04-281-14/+14
* Allow MSVC to build a static libChris Robinson2011-04-271-0/+18
* 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-261-0/+2
* Add a compatibility option to treat cone angles as half anglesChris Robinson2011-04-221-0/+7
* Allow the buffer_samples API to be retrievedChris Robinson2011-04-101-0/+6
* Add alBufferSamplesSOFT, as an initial start to AL_SOFT_buffer_samplesChris Robinson2011-03-161-2/+2
* Add a CoreAudio backendChris Robinson2011-03-151-0/+3
* Combine multiple lists into oneChris Robinson2011-03-121-11/+0
* Add support for ALC_EXT_DEDICATEDChris Robinson2011-03-121-1/+3
* Better protect the device for multi-threading accessChris Robinson2011-03-121-35/+33
* Implement a basic non-real-time loopback deviceChris Robinson2011-03-111-11/+237
* Finalize the loop points extension as AL_SOFT_loop_pointsChris Robinson2011-02-091-2/+2