aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/dsound.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the "via *" portion of the enumerated devicesChris Robinson2011-08-191-2/+2
* Use separate lists for playback and capture backendsChris Robinson2011-08-191-42/+6
* Make DSoundLoad return a booleanChris Robinson2011-08-181-9/+8
* Avoid some LP typesChris Robinson2011-08-181-7/+7
* Only attempt to load MMDevApi and DSound once, on initChris Robinson2011-08-181-5/+2
* Allow the backend init functions to return failureChris Robinson2011-08-171-1/+2
* Make the DSound and MMDevAPI events initially non-signaledChris Robinson2011-07-241-1/+1
* Reset the MMDevAPI and DSound events before starting playbackChris Robinson2011-07-211-2/+1
* Fix DSound UpdateSize calculation when NumUpdates is clampedChris Robinson2011-07-211-2/+2
* Create and close the DSound event handle with the deviceChris Robinson2011-07-211-21/+21
* Use DSound notifications to wake up the mixer threadChris Robinson2011-07-211-7/+55
* Rename the ERROR macro to ERRChris Robinson2011-07-131-9/+9
* Use logging macros in the dsound backendChris Robinson2011-07-101-9/+10
* The DirectSound DLL is always loaded by the Win32 APIChris Robinson2011-06-161-5/+1
* Use a proper enum for the probe typeChris Robinson2011-06-141-19/+26
* Avoid calling some function pointers directlyChris Robinson2011-06-121-20/+22
* Add a 5.1 device format that uses side channels instead of backChris Robinson2011-05-281-0/+8
* Make some declarations static or static constChris Robinson2011-05-211-2/+2
* Define GUIDs in ALc.c instead of the individual backend source filesChris Robinson2011-05-151-1/+0
* Improve handling of device channels with DSoundChris Robinson2011-05-151-55/+47
* Check the correct flag in the dsound backendChris Robinson2011-05-061-1/+1
* Add a device flag for channel config requestsChris Robinson2011-05-031-2/+4
* Fix DSound floating-point sample assumptionsChris Robinson2011-03-121-2/+2
* Include cguid.h for GUID_NULLChris Robinson2011-02-071-0/+1
* Set the playing flag to TRUE when the dsound buffer starts playingChris Robinson2010-12-041-0/+1
* Separate device format into 'channel config' and 'sample type' componentsChris Robinson2010-12-041-54/+44
* Make the first enumerated DirectSound device use the default, and fix the nameChris Robinson2010-11-251-2/+15
* Get rid of the device timer stuffChris Robinson2010-11-211-9/+1
* Be a bit more verbose when a device fails to openChris Robinson2010-08-011-0/+1
* Store the time precision with the deviceChris Robinson2010-07-251-0/+2
* Add a backend callback to get the device timeChris Robinson2010-07-241-1/+7
* Improve handling of lost DirectSound buffersChris Robinson2010-06-091-7/+21
* Prevent multiple DirectSound devices from getting the same name, tooChris Robinson2010-06-091-12/+26
* Increase the temp buffer sizes to construct device names withChris Robinson2010-05-311-1/+1
* Update device naming to be more apparent about the device being usedChris Robinson2010-05-311-1/+1
* Don't unload libs when they're not neededChris Robinson2010-05-281-24/+9
* Add a function to get the frame size from a formatChris Robinson2010-05-241-3/+2
* Add mono and stereo channel masks for DSound outputChris Robinson2010-05-211-0/+3
* Don't needlessly expose a variable for the backendsChris Robinson2010-05-121-1/+1
* Build device lists only when neededChris Robinson2010-03-091-29/+41
* Probe physical devices separately from appending them to the device listChris Robinson2010-03-091-1/+5
* 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