Add an assert if both arguments to DD_STRUCT_COPY_BYSIZE are equal.
[wine] / dlls / dsound /
2005-10-10  Robert ReifDirectSoundDevice reference count cleanup.
2005-10-10  Robert ReifFix dsound8 test to deal with an installed but unregistered
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-23  Robert ReifFix capture test to not fail when IDirectSoundCapture...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07  Alexandre JulliardReplace a few more direct lpVtbl accesses by the proper...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-08-03  Alex Villacís LassoCorrection to earlier assertion patch to allow for...
2005-08-02  Alex Villacís LassoPrevent dsb->buf_mixpos from ever remaining past dsb...
2005-07-15  Stefan HuehnerFix some sign-compare warnings by choosing correct...
2005-07-15  Stefan HuehnerFix some write-strings warnings.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-21  Felix NawothnigAccept DSERR_NODRIVER from IDirectSoundCapture_CreateCa...
2005-06-21  Robert ReifFix a typo.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Robert ReifFix roundoff error to prevent negative length.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-14  Alexandre JulliardMoved config parameters to HKCU\Software\Wine\DirectSound.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-12  Robert ReifMake dsound tests loadable on NT4.
2005-06-08  Michael JungFixed confusing indentation.
2005-06-05  Robert ReifFix tests to work with drivers that don't support a...
2005-06-05  Robert ReifAdd tests to check DirectSoundCapture creation.
2005-06-04  Robert ReifFinish DirectSoundCapture/DirectSoundCapture8 split.
2005-06-02  Robert ReifMove FullDuplex code from capture.c to duplex.c.
2005-06-01  Robert ReifFix property set description for more than one capture...
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-31  Robert ReifAdd multiple DIRECTSOUND object support (multiple sound...
2005-05-17  Robert ShearmanRename MODULENAME_Dll* functions to Dll* for better...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-09  Robert ReifRemove dead code and redundant variables from DSOUND_Ca...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Robert ReifMove initialization to IDirectSound_Initialize.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-04  Robert ReifSet driver type properly.
2005-04-13  Robert ReifFully implement WAVEDEVICEMAPPING property set.
2005-04-11  Robert ReifInitialize primary buffer on open.
2005-04-11  James HawkinsRemove nonstandard type LPLPVOID.
2005-03-30  Robert ReifKeep dsound8.c and dsound.c in sync.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-22  Jakob ErikssonTest fix.
2005-03-19  Robert ReifFix block align error message to show length before...
2005-03-16  Robert ReifwaveInPrepareHeader and waveInUnprepareHeader are not...
2005-03-15  Robert ReifUnconditionally free memory. Should make smatch happy.
2005-03-15  Robert ReifChange some global variable names.
2005-03-14  Robert ReifPrivate property sets do not exist in early versions...
2005-03-14  Robert ReifAdd missing functionality.
2005-03-05  Robert ReifDon't consider no sound device a failure.
2005-03-05  Robert ReifPrint dsound.dll version from file versioninfo resource.
2005-02-25  Robert ReifAdd secondary buffer SetFrequency test.
2005-02-25  Robert ReifUse nBlockAlign rather than calculating it.
2005-02-25  Robert ReifChange SetCooperativeLevel FIXME to WARN.
2005-02-24  Robert ReifTry old buffer description structure on failure with...
2005-02-23  Robert ReifFix tests for win9x and old versions of DirectX.
2005-02-18  Robert ReifFix capture test to pass on windows 98 when no sound...
2005-02-18  Robert ReifFix block align test.
2005-02-16  Robert ReifSome block align cleanups.
2005-02-16  Robert ReifFixed invalid buffer size by rounding up to next multip...
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-02-10  Francois GougetDon't link with DirectSoundCreate8 as this prevents...
2005-02-10  Robert ReifPrint info about primary buffer format.
2005-02-10  Robert ReifSigned/unsigned fix and code cleanup.
2005-02-10  Robert ReifAlways allocate an empty buffer.
2005-02-09  Robert ReifFill new software buffers with silence.
2005-02-01  Robert ReifFix primary buffer memory leak.
2005-01-28  Robert ReifFix structure member name to match windows headers...
2005-01-24  Robert ReifDon't allow other threads to access the primary buffer...
2005-01-24  Robert ReifRemove unused includes.
2005-01-24  Robert ReifUse Windows memory functions.
2005-01-24  Robert ReifFixed memory leak in mixer code.
2005-01-14  James HawkinsReturn CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
2005-01-10  Robert ReifRemove unneeded includes.
2005-01-09  Robert ReifDon't need to worry about windows messages.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-09  Robert ReifInitialize and uninitialize COM properly.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-07  Tomas VanekFixed no memory condition test in IDirectSoundImpl_Create.
2004-12-06  Robert ReifReturn the actual device interface name.
2004-12-06  Robert ReifAlways create a property set for secondary buffers.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-19  Robert ReifRemove trailing white space introduced in previous...
2004-11-09  Robert ReifRemove redundant GUID check.
2004-10-26  Robert ReifVerifyCertification is not always implemented.
2004-10-25  Robert ReifDon't consider a device in use a failure.
2004-10-22  Robert ReifDon't consider a bad format an error unless the capabil...
2004-10-21  Robert ReifTrailing white space cleanup.
2004-10-21  Robert ReifDon't consider a device that is already in use a test...
2004-10-19  Robert ReifDon't consider failure with DSERR_NODRIVER a test failure.
2004-10-18  Robert ReifFix some places where no driver present causes problems.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
next