aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the log file is set before initializing the rest of the libChris Robinson2010-06-081-6/+6
|
* Make the Wave Writer backend optionalChris Robinson2010-06-081-0/+2
|
* Remove support for the old 'refresh' config optionChris Robinson2010-06-061-5/+2
|
* Make sure the effectslot map is properly initializedChris Robinson2010-06-061-0/+1
|
* Use an array of active sources when mixingChris Robinson2010-06-061-1/+14
| | | | Prevents iterating over all allocated sources during mixing updates
* Allow prepending backend names with - to remove them from the available devicesChris Robinson2010-06-051-8/+21
|
* Improve locking when calling the backend capture APIChris Robinson2010-06-051-15/+9
|
* Use a UIntMap for the DatabuffersChris Robinson2010-06-031-2/+4
|
* Add a Null Output deviceChris Robinson2010-05-281-0/+1
| | | | This device will mix and fully process contexts as normal
* Update head dampening after a device resetChris Robinson2010-05-261-8/+10
|
* Use the ALSOFT_LOGFILE env var to specify the output for AL_PRINTChris Robinson2010-05-211-1/+19
|
* Use a map for the filter listChris Robinson2010-05-181-2/+5
|
* Use a map for the effects listChris Robinson2010-05-181-2/+5
|
* Add initial structural support for AL_EXT_loop_pointsChris Robinson2010-05-131-2/+2
|
* Don't needlessly expose a variable for the backendsChris Robinson2010-05-121-5/+5
|
* Use a UIntMap for the effect slot listChris Robinson2010-05-121-4/+5
|
* Rename a variableChris Robinson2010-05-111-5/+5
|
* Look for the map insertion point using a binary searchChris Robinson2010-05-101-4/+15
|
* Use a map to store sources and buffersChris Robinson2010-05-011-6/+92
| | | | And do a lookup using a binary search instead of linear
* Combine AL and ALC function listsChris Robinson2010-04-281-0/+130
|
* Add a couple missing values to the *GetEnumValue tablesChris Robinson2010-04-251-0/+1
|
* Make stereo duplication a property of the deviceChris Robinson2010-04-201-2/+0
| | | | Further, don't use it with mono/stereo output
* Stop and start the backend device only if new attributes are being requestedChris Robinson2010-04-171-15/+21
|
* Store the panning LUT in the deviceChris Robinson2010-04-081-100/+1
|
* Apply a scalar to the output downmix so channels don't get more than a 100% mixChris Robinson2010-04-081-0/+16
| | | | All channels get the same scalar so channel balance (should be) maintained
* Set the device channel matrix when the device is resetChris Robinson2010-04-081-0/+82
|
* Invert device channel map arrayChris Robinson2010-04-081-66/+66
|
* Implement a skeleton Ring Modulator effectChris Robinson2010-04-081-0/+1
|
* ALC_EXT_thread_local_context is now completeChris Robinson2010-03-291-2/+2
|
* Remove a couple unnecessary linesChris Robinson2010-03-261-2/+0
|
* Use unsigned types for mono and stereo source count hintsChris Robinson2010-03-251-15/+14
|
* Fix comparison checkChris Robinson2010-03-241-1/+1
|
* Fix alcGetEnumValue error handlingChris Robinson2010-03-241-7/+7
|
* Constify and properly type some variables and struct membersChris Robinson2010-03-241-62/+67
|
* Use a global handle to store the process-wide contextChris Robinson2010-03-231-26/+8
|
* Rename alcMakeCurrent to alcSetThreadContextChris Robinson2010-03-231-3/+3
|
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-2/+2
|
* Reduce some indentationChris Robinson2010-03-191-264/+254
|
* Simplify removing the context handle from the device's context arrayChris Robinson2010-03-191-2/+1
|
* Don't use deprecated macrosChris Robinson2010-03-191-22/+22
|
* Use size_t where appropriateChris Robinson2010-03-181-4/+4
| | | | Spotted by Alam Arias
* Use a separate list for NULL-device extensionsChris Robinson2010-03-171-2/+8
|
* The enums are the same as with mcforamts, so advertise AL_EXT_MULAW tooChris Robinson2010-03-171-2/+3
|
* Rename some struct members for consistencyChris Robinson2010-03-161-4/+4
|
* Add support for AL_EXT_DOUBLEChris Robinson2010-03-131-2/+2
|
* Add support for AL_EXT_MULAW_MCFORMATSChris Robinson2010-03-131-3/+3
|
* Protect some capture calls with a mutexChris Robinson2010-03-091-0/+12
|
* Build device lists only when neededChris Robinson2010-03-091-8/+0
|
* Keep UpdateSize updated when apps request a frequencyChris Robinson2010-02-241-0/+3
|
* Constify some globalsChris Robinson2010-02-151-6/+8
|