Fix signed/unsigned comparison warnings.
[wine] / dlls / dsound / capture.c
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-08-18  Robert ReifAllocate wave format structure dynamically based on...
2004-08-16  Robert ReifAllow proper release while capturing.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-06  Robert ReifAdds debug name to remaining critical sections.
2004-07-21  Robert ReifSave enumerated GUIDs in a global array so they persist...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-19  Robert ReifFixes support for older versions of direct sound.
2004-04-06  Robert ReifFixed deadlock in capture callback.
2003-11-14  Robert ReifFixes more use before set races.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-08  Robert ReifMake capture more reliable by submitting all buffers...
2003-10-01  Robert ReifFixed some traces.
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-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-08-06  Robert ReifAdded class factories for DirectSoundCapture, DirectSou...
2003-05-22  Robert Reif- make parameter checking and error notification consistent
2003-05-02  Robert ReifReversed relationship between buffers and notifies.
2003-04-11  Robert ReifFixed PCM format evaluation bug.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-05  Robert ReifFixed a problem when multiple devices are present and...
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-06  Robert ReifAdded a configuration option for setting the hardware...
2003-03-04  Robert ReifFixed code to handle full duplex properly.
2003-02-24  Michael StefaniucAdd missing LeaveCriticalSection's in error path.
2003-02-15  Robert ReifAdded support for direct sound capture and a real direc...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-13  Ove KaavenSupport DirectSound 8 interfaces. Split interface imple...