Sign in
goma
/
wine
/
e2ea2b5891077e9419437511605a8f5cf85eca2c
/
dlls
/
dsound
/
dsound_private.h
27e5919
dsound: Add full duplex support.
by Robert Reif
· 19 years ago
3a4e11c
dsound: Convert IDirectSoundImpl from a COM class to a regular class
by Robert Reif
· 19 years ago
eb919b5
dsound: Make dumpCooperativeLevel global.
by Robert Reif
· 19 years ago
34ec3a6
dsound: Make some capture functions global.
by Robert Reif
· 19 years ago
52e384f
dsound: Rename some functions, make some functions global, and move
by Robert Reif
· 19 years ago
2d82fc4
dsound: Add DSOUND_PrimarySetFormat and use it to set primary format.
by Robert Reif
· 19 years ago
e49a5c2
dsound: Refactor playback.
by Robert Reif
· 19 years ago
5070268
dsound: Capture refactoring.
by Robert Reif
· 19 years ago
7643df4
dsound: Capture cleanup.
by Robert Reif
· 19 years ago
0265676
dsound: Remove WINAPI from internal functions.
by Robert Reif
· 19 years ago
0c488e7
Remove unused variable from IDirectSoundFullDuplexImpl.
by Robert Reif
· 19 years ago
669b79b
Change secondary buffer variable name to secondary.
by Robert Reif
· 19 years ago
0791d06
Interlocked LONG* gcc warning fixes.
by Mike McCormack
· 20 years ago
5c8fb16
Finish DirectSoundCapture/DirectSoundCapture8 split. Add tests to verify split.
by Robert Reif
· 20 years ago
b67da5b
Make more of the OLE interface vtables const.
by Dmitry Timoshkov
· 20 years ago
a2f1fd3
Add multiple DIRECTSOUND object support (multiple sound cards can play
by Robert Reif
· 20 years ago
70fe39e
Remove dead code and redundant variables from DSOUND_CalcPlayPosition
by Robert Reif
· 20 years ago
7f6536c
Change some global variable names.
by Robert Reif
· 20 years ago
b0d74e6
Fixed memory leak in mixer code.
by Robert Reif
· 20 years ago
1d785b8
Consolidate secondary buffer list processing and locking.
by Robert Reif
· 21 years ago
7bf4eee
Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in
by Robert Reif
· 21 years ago
dfe3c1c
Allocate wave format structure dynamically based on format.
by Robert Reif
· 21 years ago
0467ce9
Get rid of the non-standard ICOM_VFIELD macro.
by Alexandre Julliard
· 21 years ago
18aeb90
Fix the volume and balance of primary buffers so it is the system's
by Francois Gouget
· 21 years ago
02a8ab2
Save enumerated GUIDs in a global array so they persist after
by Robert Reif
· 21 years ago
3ce9c5f
Do initialization to match windows behavior (with test).
by Robert Reif
· 21 years ago
605cc1b
Remove DirectSound reference counts by buffers and add Destroy
by Robert Reif
· 21 years ago
31f817b
Separated DirectSoundCreate8 into two functions and added a
by Robert Reif
· 21 years ago
14a7c6d
Remove unused lock.
by Robert Reif
· 21 years ago
370a18f
Reduce the use of the dsound global variable by passing address to functions.
by Robert Reif
· 21 years ago
7dd6374
Added some missing defines and a struct. Fixed some const * arguments.
by Robert Reif
· 21 years ago
93d3492
Make capture more reliable by submitting all buffers before start.
by Robert Reif
· 21 years ago
e9ebbfc
Now that reference counting is correct, there is no need to check if
by Robert Reif
· 22 years ago
5ec32ce
Added SecondaryBuffer and DirectSoundCaptureNotify COM objects to get
by Robert Reif
· 22 years ago
b805f0f
Split property sets into two types: buffer and private.
by Robert Reif
· 22 years ago
f5080c8
Added class factories for DirectSoundCapture, DirectSoundFullDuplex
by Robert Reif
· 22 years ago
9dacf20
3D buffer and listener reference counts should be fixed.
by Robert Reif
· 22 years ago
abde7d0
Reversed relationship between buffers and notifies.
by Robert Reif
· 22 years ago
89b469fe
Added support for multiple direct sound devices.
by Robert Reif
· 22 years ago
8c2ec13
Added a configuration option for setting the hardware acceleration
by Robert Reif
· 22 years ago
15cc17f
Fixed code to handle full duplex properly.
by Robert Reif
· 22 years ago
5be7f69
Added support for direct sound capture and a real direct sound capture
by Robert Reif
· 22 years ago
935e3df
Support DirectSound 8 interfaces. Split interface implementations into
by Ove Kaaven
· 23 years ago