aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/dsound.c
Commit message (Expand)AuthorAgeFilesLines
* Store ALC errors with the device when possibleChris Robinson2009-12-281-1/+1
* Add a function to check if a config option is set to a non-empty valueChris Robinson2009-12-281-1/+1
* Clean up some loading checksChris Robinson2009-12-261-7/+7
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-021-0/+1
* Add an option for real-time priority mixingChris Robinson2009-12-011-1/+1
* Avoid setting a field redundantlyChris Robinson2009-11-291-1/+0
* Enable real-time priority for ALSA, OSS, and DirectSound mixing loopsChris Robinson2009-11-291-2/+3
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-291-0/+2
* Rename SetALCError for consistencyChris Robinson2009-10-071-1/+1
* Load backend libs on-demandChris Robinson2009-09-271-38/+59
* Attempt to reload backend libs when probing, if they didn't initially loadChris Robinson2009-09-231-4/+4
* Properly handle forced 32-bit float output with DSoundChris Robinson2009-09-211-5/+5
* Return imediately if trying to set an unknown formatChris Robinson2009-09-211-0/+5
* Remove left-over backend-specific period optionsChris Robinson2009-09-161-3/+0
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-8/+5
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-6/+4
* Pass the device to aluMixDataChris Robinson2009-09-151-4/+7
* Pass the frame count to aluMixDataChris Robinson2009-09-151-2/+2
* Fix compilation for WindowsChris Robinson2009-08-281-3/+4
* Don't free a NULL handleChris Robinson2009-08-271-1/+2
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-7/+5
* Rebuild device lists when retrieving themChris Robinson2009-08-271-17/+29
* Store a copy of the device name in the deviceChris Robinson2009-08-271-2/+4
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-10/+36
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
* Support 32-bit float outputChris Robinson2009-08-151-7/+21
* Fix speaker override checkChris Robinson2009-08-141-1/+1
* Remove unnecessary function parametersChris Robinson2009-08-131-4/+1
* Start DSound playback at context creationChris Robinson2009-08-131-47/+55
* Allow delaying playback start until context creation, and don't use UpdateSiz...Chris Robinson2009-08-131-2/+17
* add check for _WAVEFORMATEXTENSIBLE_ and define _WIN32_IE before inlcuding an...Alam Arias2009-06-071-0/+4
* Don't update the devicevalues before returning successChris Robinson2009-05-271-24/+36
* Make sure DSSPEAKER_5POINT1 is definedChris Robinson2009-05-141-0/+3
* Dynamically load dsound when possibleChris Robinson2009-03-101-2/+36
* Wait until one full fragment is empty before mixingChris Robinson2008-11-211-1/+1
* Make the DSound emulated fragment count configurableChris Robinson2008-11-211-5/+8
* Use volatile for member variables that are changed in a different threadChris Robinson2008-07-101-1/+1
* Fix config value checkChris Robinson2008-06-041-1/+1
* Don't override the format config option in DSoundChris Robinson2008-06-041-1/+19
* Define _WIN32_WINNT to 0x0500 when including windows.hChris Robinson2008-03-011-0/+1
* Don't start the DSound playback thread is startup failedChris Robinson2008-03-011-4/+7
* Avoid a static variable for enumeratingChris Robinson2008-02-151-6/+6
* Remove FrameSize struct memberChris Robinson2008-02-141-4/+7
* Remove unneeded headersChris Robinson2008-02-131-3/+1
* Rename UpdateFreq device field to UpdateSizeChris Robinson2008-02-121-3/+3
* Pretend DSound buffer fragment size is 1/4th the total buffer sizeChris Robinson2008-02-121-2/+7
* Remove explicit dependancy on ole32 and unused dxguidChris Robinson2008-02-081-9/+1
* Enumerate DirectSound devicesChris Robinson2008-02-081-9/+39
* Use WAVEFORMATEXTENSIBLE for multichannel dsound output, and don't create a p...Chris Robinson2008-02-011-18/+51
* Fix availibility amount calculationChris Robinson2008-01-261-2/+5