dbghelp: Implemented SymSearchW.
[wine] / dlls / dsound / capture.c
2006-04-08  Robert Reifdsound: Remove NULL This pointer checks.
2006-04-08  Robert Reifdsound: Remove unnecessary NULL pointer check.
2006-01-16  Robert Reifdsound: Make some capture functions global.
2006-01-05  Robert Reifdsound: Capture refactoring.
2006-01-04  Robert Reifdsound: Capture cleanup.
2006-01-03  Robert Reifdsound: Remove WINAPI from internal functions.
2005-10-17  Robert ReifInclude winuser.h so the code compiles cleanly on windo...
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-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
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  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-16  Robert ReifwaveInPrepareHeader and waveInUnprepareHeader are not...
2005-03-15  Robert ReifChange some global variable names.
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-01-28  Robert ReifFix structure member name to match windows headers...
2005-01-24  Robert ReifRemove unused includes.
2005-01-24  Robert ReifUse Windows memory functions.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-19  Robert ReifRemove trailing white space introduced in previous...
2004-11-09  Robert ReifRemove redundant GUID check.
2004-10-21  Robert ReifTrailing white space cleanup.
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-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
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...