include: Assorted spelling fixes.
[wine] / dlls / dsound / capture.c
2012-10-19  Maarten Lankhorstdsound: Fix IDirectSoundCaptureBuffer Start/Stop, with...
2012-09-18  Michael Stefaniucdsound: Improve the IDirectSoundCaptureBuffer::GetObjec...
2012-08-31  Michael Stefaniucdsound: Move the capture structs declarations to the...
2012-08-16  Michael Stefaniucdsound: Add COM aggregation to DirectSoundCapture for...
2012-08-16  Michael Stefaniucdsound: IDirectSoundCapture / IUnknown use separate...
2012-08-16  Michael Stefaniucdsound: Merge the DirectSoundCapture create functions.
2012-04-27  Andrew Eikumdsound: Map MMDevAPI error to DSound error.
2012-01-12  Michael Stefaniucdsound: Make capture behave like native in regards...
2012-01-12  Michael Stefaniucdsound: Merge IDirectSoundNotify into the capture buffe...
2012-01-12  Michael Stefaniucdsound: Add an extra refcount for the capture buffer...
2012-01-12  Michael Stefaniucdsound: Drop "Capture" from the IDirectSoundNotify...
2012-01-12  Michael Stefaniucdsound: COM cleanup for the IDirectSoundCaptureBuffer8...
2011-11-14  Francois Gougetdsound: Unset Spare[0] before deleting non-static criti...
2011-10-18  Andrew Eikumdsound: Don't make the capture buffer object address...
2011-10-17  Marcus Meissnerdsound: Added missing LeaveCriticalSection (Coverity).
2011-10-10  Andrew Talbotdsound: Remove unneeded address-of operator from functi...
2011-10-08  Michael Stefaniucdsound: COM cleanup for the IDirectSoundCapture iface.
2011-10-04  Marcus Meissnerdsound: Make a function static, remove a no longer...
2011-09-28  Andrew Eikumdsound: Eliminate leftover driver structures.
2011-09-27  Andrew Eikumdsound: Reimplement capturing devices on mmdevapi.
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2011-07-14  Andrew Eikumdsound: Request that WinMM perform audio conversion...
2010-01-14  Paul Vriensdsound: Fix a typo.
2010-01-06  Maarten LankhorstRevert "dsound: Only initialize one guid for capture...
2009-12-10  Maarten Lankhorstdsound: Only initialize one guid for capture and renderer.
2009-12-02  Francois Gougetdsound: Make some capture functions static.
2009-12-02  Francois Gougetdsound: Reorder the capture functions to avoid forward...
2009-11-16  Maarten Lankhorstdsound: Move DirectSoundCaptureEnumerate to dsound_main.c.
2009-10-06  Jörg Höhledsound: Enforce invariant about BlockAlign and nAvgByte...
2009-10-06  Jörg Höhledsound: Get rid of redundant NULL check.
2009-05-25  Gerald Pfeiferdsound: Clarify statement in DSOUND_capture_callback.
2009-02-12  Michael Stefaniucdsound: Arguments 3,4,5 of a CALLBACK are of type DWORD...
2009-02-05  Andrew Talbotdsound: Remove unused function.
2009-01-28  Michael Stefaniucdsound: Use UlongToHandle to make the real payload...
2009-01-12  Michael Stefaniucdsound: Remove superfluous pointer casts.
2009-01-02  Maarten Lankhorstdsound: Correct amount of buffers used for playing.
2008-10-01  Andrew Talbotdsound: Sign-compare warnings fix.
2008-08-22  Maarten Lankhorstdsound: Tune some parameters to make pulseaudio work.
2008-05-30  Michael Karcherdsound: Fix double free in dsound capture.
2008-05-12  Andrew Talbotdsound: Memory allocation sizes fix.
2008-03-31  Andrew Talbotdsound: Assign to structs instead of using CopyMemory.
2008-03-12  Ken Thomasesdsound: Adjust for partial block before prepare-header...
2008-01-02  Andrew Talbotdsound: Remove unneeded casts.
2007-10-02  Maarten Lankhorstdsound: Fix IDirectSoundBuffer_GetPosition.
2007-10-01  Maarten Lankhorstdsound: Call waveInUnPrepareHeader and waveInPrepareHea...
2007-10-01  Maarten Lankhorstdsound: Use smaller buffers for wavein capture.
2007-08-16  Maarten Lankhorstdsound: Handle failing of obtaining IDsDriverNotify.
2007-08-07  Maarten Lankhorstdsound: Make hardware acceleration work again.
2007-08-06  Maarten Lankhorstdsound: Acceleration fixes for wavein emulation.
2007-05-03  Andrew Talbotdsound: Exclude unused headers.
2007-04-23  Maarten Lankhorstdsound: Don't deadlock in capture because of callback.
2007-03-12  Jan Zerebeckidsound: Conform critical section DebugInfo names.
2006-11-29  Dmitry Timoshkovdsound: Make some data const.
2006-11-13  Michael Stefaniucdsound: Win64 printf format warning fixes.
2006-08-18  Robert Reifdsound: Class factory cleanup.
2006-08-02  Alexandre Julliarddsound: Make some functions static.
2006-06-13  Alexandre Julliarddsound: Don't use sizeof in traces to avoid printf...
2006-06-10  Alexandre Julliarddsound: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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.
next