Don't define BEGIN_INTERFACE in unknwn.h.
[wine] / dlls / dsound /
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...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-20  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-12  Robert ReifReduce the use of the dsound global variable by passing...
2004-01-09  Robert ReifAdded some missing defines and a struct.
2003-11-17  Robert ReifInitialize buffer reference count.
2003-11-14  Robert ReifFixes more use before set races.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-08  Robert ReifMake capture more reliable by submitting all buffers...
2003-10-01  Robert ReifFixed some traces.
2003-09-27  Robert ReifRemove capture tests from dsound.c and place them in...
2003-09-19  Robert ReifAdded volume and pan support to primary buffers.
2003-09-15  Robert ReifAdded better tests for volume and pan.
2003-09-15  Robert ReifDevice enumeration callbacks should return a NULL guid...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-09-02  Robert ReifNow that reference counting is correct, there is no...
2003-09-01  Robert ReifAdded more tests and restructured tests for easier...
2003-09-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-08-27  Dimitrie O. PaunRemove some unneeded __WINESRC__ tests from the headers.
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-08-20  Robert ReifAdded tests for buffer property sets.
2003-08-20  Robert ReifSplit property sets into two types: buffer and private.
2003-08-18  Robert ReifFixed bug where last tests were not executed.
2003-08-07  Duane ClarkMove declarations to compile with older compilers.
2003-08-07  Alexandre JulliardAdded propset.ok.
2003-08-06  Robert ReifAdded some COM and property set tests.
2003-08-06  Robert ReifAdded class factories for DirectSoundCapture, DirectSou...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-28  Robert ReifFixed a bug where a NULL primary buffer pointer is...
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-06-18  Robert ReifFixed a reference counting bug I introduced.
2003-05-22  Duane ClarkFix compile error.
2003-05-22  Robert ReifAdd 3d primary and secondary buffer tests.
2003-05-22  Robert Reif- make parameter checking and error notification consistent
2003-05-04  Lionel UlmerGive the right ids to the DirectSoundCreate8 function...
2003-05-02  Robert ReifMove all tests to outside the loop when setting volume.
2003-05-02  Lionel Ulmer- misc. tracing fixes
2003-05-02  Robert ReifReversed relationship between buffers and notifies.
2003-04-29  Robert ReifAdded partial property set support which is used by...
2003-04-13  Alexandre JulliardDon't use Wine debugging API in tests.
next