Always allocate an empty buffer.
[wine] / dlls / dsound /
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.
2004-09-17  Robert ReifCleanup reference counting.
2004-09-16  Robert ReifCleanup reference counting.
2004-09-10  Robert ReifRemove lock name from lock debug structure before delet...
2004-09-10  Robert ReifReturn error from low level driver when necessary.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Francois GougetMake the dsound tests run with DirectX < 8.
2004-09-08  Francois GougetRemove the get_hwnd() implementation from propset.c...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-07  Robert ReifConsolidate secondary buffer list processing and locking.
2004-08-31  Francois GougetDon't use DSBCAPS_{CTRLDEFAULT,CTRLALL} in capability...
2004-08-25  Robert ReifDirectSound8 doesn't accept 3D stereo secondary buffers but
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-23  Robert ReifOnly print format info when in interactive mode for...
2004-08-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-08-18  Robert ReifCleanup messages.
2004-08-18  Robert ReifAllocate wave format structure dynamically based on...
2004-08-18  Robert ReifCleanup some more messages.
2004-08-16  Robert ReifDelete buffer array when releasing last buffer.
2004-08-16  Robert ReifAllow proper release while capturing.
2004-08-13  Robert ReifMore dsound tests error message cleanups.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Robert ReifSpeed up mixing and unmixing by moving sample size...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-12  Robert ReifStart cleaning up error messages.
2004-08-11  Robert ReifFixed a bug where freqAdjust was not being updated...
2004-08-09  Francois GougetRemove the assert()s that checked that IDirectSoundBuff...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-09  Robert ReifTest different primary buffer formats while keeping...
2004-08-06  Robert ReifAdds debug name to remaining critical sections.
2004-08-04  Robert ReifAdd CRITICAL_SECTION debug info.
2004-08-02  Gerald PfeiferAvoid using round(), which is unportable.
2004-08-02  Francois GougetCheck the return value of IDirectSoundImpl_Create(...
2004-07-30  Robert ReifRefactored common test code into subroutines.
2004-07-30  Robert ReifAdded error checking to IDirectSound_Compact.
2004-07-23  Francois GougetSmall cleanup in IDirectSoundBufferImpl_SetPan().
2004-07-23  Francois GougetCheck that modifying the secondary buffer volume/pan...
2004-07-23  Francois GougetFix the volume and balance of primary buffers so it...
2004-07-22  Robert ReifDowngrade tests to DX8 level so it can build on all...
2004-07-22  Robert ReifDump DirectSound capabilities flags.
2004-07-22  Robert ReifRemoves dsconf IIDs from dxguid.lib.
2004-07-21  Robert ReifSave enumerated GUIDs in a global array so they persist...
2004-07-19  Francois GougetMake the listener/sound position update duration and...
2004-07-19  Robert ReifDo initialization to match windows behavior (with test).
2004-07-19  Robert ReifFixes the right bugs and keeps intent of test.
2004-07-17  Francois GougetDon't try to create a IDirectSound3DBuffer, partly...
2004-07-16  Francois GougetGet and print the DirectSound primary buffer volume.
2004-07-16  Francois GougetKeep track of how much has been played and get rid...
2004-07-16  Francois GougetCall IDirectSound::Initialize() as per MSDN before...
2004-07-16  Francois GougetOn Windows GetPan() may not return the value that was...
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-07-12  Robert Reif- Create IDirectSound and IDirectSound8 objects using the
2004-07-09  Robert ReifBetter error checking and recovery.
2004-07-08  Francois GougetAssorted spelling fixes.
2004-07-06  Robert ReifFix IDirectSoundBuffer8_Initialize function prototype...
2004-07-06  Robert ReifCreate DirectSound or DirectSound8 depending on riid.
2004-07-06  Robert ReifGet certification for VerifyCertification from driver...
2004-07-04  Robert ReifSeparated DirectSoundCreate8 into two functions and...
2004-06-17  Francois GougetSplit the 'dsound' test into two parts:
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-04-19  Robert ReifFixes support for older versions of direct sound.
2004-04-06  Robert ReifFixed deadlock in capture callback.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-17  Robert ReifRemove unused lock.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-13  Robert ReifProperly release hardware primary buffer when changing...
2004-02-06  Robert ReifFallback to software buffer if failed to create hardwar...
2004-02-06  Robert ReifFallback to software buffer if duplicating hardware...
2004-02-06  Robert ReifActual buffer format may be different from requested...
next