projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
version/tests: Print GetLastError() in decimal with '%u'.
[wine]
/
dlls
/
dsound
/
dsound.c
2006-11-13
Michael Stefaniuc
dsound: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
2006-08-18
Robert Reif
dsound: Class factory cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-02
Alexandre Julliard
dsound: Make some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Alexandre Julliard
dsound: Don't use sizeof in traces to avoid printf...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-08
Robert Reif
dsound: Set default primary buffer sample rate and...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Robert Reif
dsound: Convert IDirectSoundImpl from a COM class to...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-16
Robert Reif
dsound: Make dumpCooperativeLevel global.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-14
Robert Reif
dsound: Rename some functions, make some functions...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-06
Robert Reif
dsound: Refactor playback.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Robert Reif
dsound: Remove WINAPI from internal functions.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Robert Reif
dsound Add uninitialized check.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-19
Robert Reif
Change secondary buffer variable name to secondary.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-17
Robert Reif
Include winuser.h so the code compiles cleanly on windo...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-11
Robert Reif
Fix PrimaryBufferImpl pointer to deleted DirectSoundImpl.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-10
Robert Reif
DirectSoundDevice reference count cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Fixed a number of pointer to integer conversions that...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Fixed some more traces to use the right printf format...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
Stefan Huehner
Fix some write-strings warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-01
Dmitry Timoshkov
Make more of the OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Robert Reif
Add multiple DIRECTSOUND object support (multiple sound...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-06
Robert Reif
Move initialization to IDirectSound_Initialize.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-15
Robert Reif
Change some global variable names.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-25
Robert Reif
Change SetCooperativeLevel FIXME to WARN.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Robert Reif
Removed printing of thread id for AddRef and Release...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-01
Robert Reif
Fix primary buffer memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Robert Reif
Remove unused includes.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Robert Reif
Use Windows memory functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Robert Reif
Fixed memory leak in mixer code.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-07
Tomas Vanek
Fixed no memory condition test in IDirectSoundImpl_Create.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-16
Robert Reif
Cleanup reference counting.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-10
Robert Reif
Remove lock name from lock debug structure before delet...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-09
Alexandre Julliard
Removed some more uses of the non-standard ICOM_THIS...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-08
Hans Leidekker
Fix signed/unsigned comparison warnings.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-07
Robert Reif
Consolidate secondary buffer list processing and locking.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-31
Francois Gouget
Don't use DSBCAPS_{CTRLDEFAULT,CTRLALL} in capability...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-25
Robert Reif
DirectSound8 doesn't accept 3D stereo secondary buffers but
blob
|
commitdiff
|
raw
|
diff to current
2004-08-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-20
Robert Reif
Remove wine specific DRV_QUERYDSOUNDGUID message and...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-18
Robert Reif
Allocate wave format structure dynamically based on...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-06
Robert Reif
Adds debug name to remaining critical sections.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-04
Robert Reif
Add CRITICAL_SECTION debug info.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-02
Francois Gouget
Check the return value of IDirectSoundImpl_Create(...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-30
Robert Reif
Added error checking to IDirectSound_Compact.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-23
Francois Gouget
Fix the volume and balance of primary buffers so it...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-22
Robert Reif
Dump DirectSound capabilities flags.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-19
Robert Reif
Do initialization to match windows behavior (with test).
blob
|
commitdiff
|
raw
|
diff to current
2004-07-13
Robert Reif
Remove DirectSound reference counts by buffers and...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-09
Robert Reif
Better error checking and recovery.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-08
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-06
Robert Reif
Get certification for VerifyCertification from driver...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-04
Robert Reif
Separated DirectSoundCreate8 into two functions and...
blob
|
commitdiff
|
raw
|
diff to current