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
*
Load backend libs on-demand
Chris Robinson
2009-09-27
1
-38
/
+59
*
Attempt to reload backend libs when probing, if they didn't initially load
Chris Robinson
2009-09-23
1
-4
/
+4
*
Properly handle forced 32-bit float output with DSound
Chris Robinson
2009-09-21
1
-5
/
+5
*
Return imediately if trying to set an unknown format
Chris Robinson
2009-09-21
1
-0
/
+5
*
Remove left-over backend-specific period options
Chris Robinson
2009-09-16
1
-3
/
+0
*
Store the number of periods in the device instead of the buffer size
Chris Robinson
2009-09-16
1
-8
/
+5
*
Remove unnecessary parameters, and rename methods
Chris Robinson
2009-09-16
1
-6
/
+4
*
Pass the device to aluMixData
Chris Robinson
2009-09-15
1
-4
/
+7
*
Pass the frame count to aluMixData
Chris Robinson
2009-09-15
1
-2
/
+2
*
Fix compilation for Windows
Chris Robinson
2009-08-28
1
-3
/
+4
*
Don't free a NULL handle
Chris Robinson
2009-08-27
1
-1
/
+2
*
Remove unnecessary vars and rework device name checks
Chris Robinson
2009-08-27
1
-7
/
+5
*
Rebuild device lists when retrieving them
Chris Robinson
2009-08-27
1
-17
/
+29
*
Store a copy of the device name in the device
Chris Robinson
2009-08-27
1
-2
/
+4
*
Store copies of the device names in the individual backends
Chris Robinson
2009-08-27
1
-10
/
+36
*
Add a method to deinitialize backends
Chris Robinson
2009-08-26
1
-0
/
+4
*
Support 32-bit float output
Chris Robinson
2009-08-15
1
-7
/
+21
*
Fix speaker override check
Chris Robinson
2009-08-14
1
-1
/
+1
*
Remove unnecessary function parameters
Chris Robinson
2009-08-13
1
-4
/
+1
*
Start DSound playback at context creation
Chris Robinson
2009-08-13
1
-47
/
+55
*
Allow delaying playback start until context creation, and don't use UpdateSiz...
Chris Robinson
2009-08-13
1
-2
/
+17
*
add check for _WAVEFORMATEXTENSIBLE_ and define _WIN32_IE before inlcuding an...
Alam Arias
2009-06-07
1
-0
/
+4
*
Don't update the devicevalues before returning success
Chris Robinson
2009-05-27
1
-24
/
+36
*
Make sure DSSPEAKER_5POINT1 is defined
Chris Robinson
2009-05-14
1
-0
/
+3
*
Dynamically load dsound when possible
Chris Robinson
2009-03-10
1
-2
/
+36
*
Wait until one full fragment is empty before mixing
Chris Robinson
2008-11-21
1
-1
/
+1
*
Make the DSound emulated fragment count configurable
Chris Robinson
2008-11-21
1
-5
/
+8
*
Use volatile for member variables that are changed in a different thread
Chris Robinson
2008-07-10
1
-1
/
+1
*
Fix config value check
Chris Robinson
2008-06-04
1
-1
/
+1
*
Don't override the format config option in DSound
Chris Robinson
2008-06-04
1
-1
/
+19
*
Define _WIN32_WINNT to 0x0500 when including windows.h
Chris Robinson
2008-03-01
1
-0
/
+1
*
Don't start the DSound playback thread is startup failed
Chris Robinson
2008-03-01
1
-4
/
+7
*
Avoid a static variable for enumerating
Chris Robinson
2008-02-15
1
-6
/
+6
*
Remove FrameSize struct member
Chris Robinson
2008-02-14
1
-4
/
+7
*
Remove unneeded headers
Chris Robinson
2008-02-13
1
-3
/
+1
*
Rename UpdateFreq device field to UpdateSize
Chris Robinson
2008-02-12
1
-3
/
+3
*
Pretend DSound buffer fragment size is 1/4th the total buffer size
Chris Robinson
2008-02-12
1
-2
/
+7
*
Remove explicit dependancy on ole32 and unused dxguid
Chris Robinson
2008-02-08
1
-9
/
+1
*
Enumerate DirectSound devices
Chris Robinson
2008-02-08
1
-9
/
+39
*
Use WAVEFORMATEXTENSIBLE for multichannel dsound output, and don't create a p...
Chris Robinson
2008-02-01
1
-18
/
+51
*
Fix availibility amount calculation
Chris Robinson
2008-01-26
1
-2
/
+5
*
aluBytesFromFormat returns bytes, not bits
Chris Robinson
2008-01-26
1
-5
/
+5
*
Update frame size after detecting the directsound output format
Chris Robinson
2008-01-25
1
-0
/
+2
*
Remove unnecessary Channels field
Chris Robinson
2008-01-25
1
-1
/
+1
*
Set the output format according to the speaker setup reported by directsound
Chris Robinson
2008-01-25
1
-8
/
+54
*
Use both write pointers from the directsound buffer lock
Chris Robinson
2008-01-25
1
-8
/
+10
*
Remove duplication of setting the max source count
Chris Robinson
2008-01-19
1
-2
/
+0
*
Add missing config.h includes
Chris Robinson
2008-01-16
1
-0
/
+2
*
Use a more reliable thread loop for DSound, instead of a Win32 timer
Chris Robinson
2008-01-08
1
-68
/
+64
*
ALC_REFRESH is the number of updates per second
Chris Robinson
2008-01-06
1
-2
/
+2
[next]