index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
dsound.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the "via *" portion of the enumerated devices
Chris Robinson
2011-08-19
1
-2
/
+2
*
Use separate lists for playback and capture backends
Chris Robinson
2011-08-19
1
-42
/
+6
*
Make DSoundLoad return a boolean
Chris Robinson
2011-08-18
1
-9
/
+8
*
Avoid some LP types
Chris Robinson
2011-08-18
1
-7
/
+7
*
Only attempt to load MMDevApi and DSound once, on init
Chris Robinson
2011-08-18
1
-5
/
+2
*
Allow the backend init functions to return failure
Chris Robinson
2011-08-17
1
-1
/
+2
*
Make the DSound and MMDevAPI events initially non-signaled
Chris Robinson
2011-07-24
1
-1
/
+1
*
Reset the MMDevAPI and DSound events before starting playback
Chris Robinson
2011-07-21
1
-2
/
+1
*
Fix DSound UpdateSize calculation when NumUpdates is clamped
Chris Robinson
2011-07-21
1
-2
/
+2
*
Create and close the DSound event handle with the device
Chris Robinson
2011-07-21
1
-21
/
+21
*
Use DSound notifications to wake up the mixer thread
Chris Robinson
2011-07-21
1
-7
/
+55
*
Rename the ERROR macro to ERR
Chris Robinson
2011-07-13
1
-9
/
+9
*
Use logging macros in the dsound backend
Chris Robinson
2011-07-10
1
-9
/
+10
*
The DirectSound DLL is always loaded by the Win32 API
Chris Robinson
2011-06-16
1
-5
/
+1
*
Use a proper enum for the probe type
Chris Robinson
2011-06-14
1
-19
/
+26
*
Avoid calling some function pointers directly
Chris Robinson
2011-06-12
1
-20
/
+22
*
Add a 5.1 device format that uses side channels instead of back
Chris Robinson
2011-05-28
1
-0
/
+8
*
Make some declarations static or static const
Chris Robinson
2011-05-21
1
-2
/
+2
*
Define GUIDs in ALc.c instead of the individual backend source files
Chris Robinson
2011-05-15
1
-1
/
+0
*
Improve handling of device channels with DSound
Chris Robinson
2011-05-15
1
-55
/
+47
*
Check the correct flag in the dsound backend
Chris Robinson
2011-05-06
1
-1
/
+1
*
Add a device flag for channel config requests
Chris Robinson
2011-05-03
1
-2
/
+4
*
Fix DSound floating-point sample assumptions
Chris Robinson
2011-03-12
1
-2
/
+2
*
Include cguid.h for GUID_NULL
Chris Robinson
2011-02-07
1
-0
/
+1
*
Set the playing flag to TRUE when the dsound buffer starts playing
Chris Robinson
2010-12-04
1
-0
/
+1
*
Separate device format into 'channel config' and 'sample type' components
Chris Robinson
2010-12-04
1
-54
/
+44
*
Make the first enumerated DirectSound device use the default, and fix the name
Chris Robinson
2010-11-25
1
-2
/
+15
*
Get rid of the device timer stuff
Chris Robinson
2010-11-21
1
-9
/
+1
*
Be a bit more verbose when a device fails to open
Chris Robinson
2010-08-01
1
-0
/
+1
*
Store the time precision with the device
Chris Robinson
2010-07-25
1
-0
/
+2
*
Add a backend callback to get the device time
Chris Robinson
2010-07-24
1
-1
/
+7
*
Improve handling of lost DirectSound buffers
Chris Robinson
2010-06-09
1
-7
/
+21
*
Prevent multiple DirectSound devices from getting the same name, too
Chris Robinson
2010-06-09
1
-12
/
+26
*
Increase the temp buffer sizes to construct device names with
Chris Robinson
2010-05-31
1
-1
/
+1
*
Update device naming to be more apparent about the device being used
Chris Robinson
2010-05-31
1
-1
/
+1
*
Don't unload libs when they're not needed
Chris Robinson
2010-05-28
1
-24
/
+9
*
Add a function to get the frame size from a format
Chris Robinson
2010-05-24
1
-3
/
+2
*
Add mono and stereo channel masks for DSound output
Chris Robinson
2010-05-21
1
-0
/
+3
*
Don't needlessly expose a variable for the backends
Chris Robinson
2010-05-12
1
-1
/
+1
*
Build device lists only when needed
Chris Robinson
2010-03-09
1
-29
/
+41
*
Probe physical devices separately from appending them to the device list
Chris Robinson
2010-03-09
1
-1
/
+5
*
Store ALC errors with the device when possible
Chris Robinson
2009-12-28
1
-1
/
+1
*
Add a function to check if a config option is set to a non-empty value
Chris Robinson
2009-12-28
1
-1
/
+1
*
Clean up some loading checks
Chris Robinson
2009-12-26
1
-7
/
+7
*
Use a channel-map to specify the output device channel order
Chris Robinson
2009-12-02
1
-0
/
+1
*
Add an option for real-time priority mixing
Chris Robinson
2009-12-01
1
-1
/
+1
*
Avoid setting a field redundantly
Chris Robinson
2009-11-29
1
-1
/
+0
*
Enable real-time priority for ALSA, OSS, and DirectSound mixing loops
Chris Robinson
2009-11-29
1
-2
/
+3
*
Reset the kill flag after the thread has stopped
Chris Robinson
2009-11-29
1
-0
/
+2
*
Rename SetALCError for consistency
Chris Robinson
2009-10-07
1
-1
/
+1
[next]