aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix output channel order for 6.1 and 7.1Chris Robinson2008-01-271-22/+22
* Fix availibility amount calculationChris Robinson2008-01-261-2/+5
* aluBytesFromFormat returns bytes, not bitsChris Robinson2008-01-261-5/+5
* Update frame size after detecting the directsound output formatChris Robinson2008-01-251-0/+2
* Remove unnecessary Channels fieldChris Robinson2008-01-255-54/+20
* Set the output format according to the speaker setup reported by directsoundChris Robinson2008-01-251-8/+54
* Use both write pointers from the directsound buffer lockChris Robinson2008-01-251-8/+10
* Remove an unneceesary pointer check and decrease indentationChris Robinson2008-01-211-424/+421
* Remove unnecessary duplicate thunk lookupsChris Robinson2008-01-211-10/+8
* Small formatting updatesChris Robinson2008-01-201-1/+3
* Remove duplicate functionChris Robinson2008-01-201-23/+7
* Don't access ALSource for every sample mixChris Robinson2008-01-201-21/+24
* Don't use a multiple lists for extensionsChris Robinson2008-01-191-20/+20
* Add an option for setting the max number of sourcesChris Robinson2008-01-191-1/+3
* Remove duplication of setting the max source countChris Robinson2008-01-195-6/+2
* Use less ambiguous config file namesChris Robinson2008-01-191-2/+17
* Remove some unnecessary duplicate math, which was making long linesChris Robinson2008-01-191-67/+56
* Remove some branchesChris Robinson2008-01-181-75/+25
* Implement AL_EFFECT_REVERBChris Robinson2008-01-181-19/+98
* Remove duplicated source freeing codeChris Robinson2008-01-181-20/+0
* Buffer size fixes. Partially reverts the ALSA buffer size "fix"Chris Robinson2008-01-182-11/+17
* Don't dereference ALContext if there's no context yetChris Robinson2008-01-171-2/+2
* Add missing config.h includesChris Robinson2008-01-167-2/+14
* Don't include alAuxEffectSlot.h in alSource.hChris Robinson2008-01-162-0/+2
* Make sure sources are deleted with the contextChris Robinson2008-01-161-0/+1
* Don't clamp wet gain if there's no send slot, and move slot gain calculationChris Robinson2008-01-161-9/+12
* Store a reference to the effect slot in a source's send, not a copyChris Robinson2008-01-161-11/+13
* Remove unneeded variablesChris Robinson2008-01-151-38/+28
* Use acosf when availableChris Robinson2008-01-151-1/+8
* Use the previous low-pass filter again, as it seems to match the intended out...Chris Robinson2008-01-151-6/+14
* Store effect slots in the contextChris Robinson2008-01-151-0/+2
* Add support for AL_LOKI_quadriphonicChris Robinson2008-01-142-1/+5
* Reduce indentationChris Robinson2008-01-141-6/+4
* Add an option for disabling ALSA mmapChris Robinson2008-01-141-1/+9
* Avoid busy waiting when waiting for suspend to clearChris Robinson2008-01-141-3/+2
* Let the mmap thread start the pcm stream when it's fullChris Robinson2008-01-141-52/+0
* Make sure the stream is playing when it's fullChris Robinson2008-01-141-0/+13
* Don't restart the stream right after preparing itChris Robinson2008-01-141-4/+0
* Don't attempt to recover the ALSA stream when filling silenceChris Robinson2008-01-141-13/+4
* Close dangling devices when exitingChris Robinson2008-01-141-0/+22
* Destroy context if closing a device with oneChris Robinson2008-01-141-0/+2
* Keep track of open devicesChris Robinson2008-01-141-0/+39
* Reorder setting of some variablesChris Robinson2008-01-121-8/+9
* Merge branch 'master' into efx-experimentChris Robinson2008-01-116-143/+483
|\
| * Don't limit output wave filename sizeChris Robinson2008-01-111-3/+2
| * Fix the Wave Writer's reliance on ftellChris Robinson2008-01-111-2/+3
| * Use Sleep instead of usleepChris Robinson2008-01-112-6/+6
| * Don't double-close a handle on errorChris Robinson2008-01-111-1/+0
| * Don't attempt to open ALSA playback/capture if it didn't loadChris Robinson2008-01-111-1/+7
| * Add a wave file writing backendChris Robinson2008-01-112-0/+337