ole32: Add tests for passing invalid arguments to CoUnmarshalInterface.
[wine] / dlls / dsound / mixer.c
2006-11-13  Michael Stefaniucdsound: Win64 printf format warning fixes.
2006-11-13  Michael Stefaniucdsound: Fix the declaration/definition of DSOUND_timer().
2006-08-02  Alexandre Julliarddsound: Make some functions static.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-06  Robert Reifdsound: Refactor playback.
2005-11-01  Davin McCallPhaseCancel subtracts secondary buffer from primary...
2005-10-17  Robert ReifInclude winuser.h so the code compiles cleanly on windo...
2005-08-03  Alex Villacís LassoCorrection to earlier assertion patch to allow for...
2005-08-02  Alex Villacís LassoPrevent dsb->buf_mixpos from ever remaining past dsb...
2005-06-21  Robert ReifFix a typo.
2005-06-20  Robert ReifFix roundoff error to prevent negative length.
2005-05-31  Robert ReifAdd multiple DIRECTSOUND object support (multiple sound...
2005-05-09  Robert ReifRemove dead code and redundant variables from DSOUND_Ca...
2005-03-19  Robert ReifFix block align error message to show length before...
2005-03-15  Robert ReifChange some global variable names.
2005-02-25  Robert ReifUse nBlockAlign rather than calculating it.
2005-02-16  Robert ReifSome block align cleanups.
2005-02-10  Robert ReifSigned/unsigned fix and code cleanup.
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.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-07  Robert ReifConsolidate secondary buffer list processing and locking.
2004-08-18  Robert ReifAllocate wave format structure dynamically based on...
2004-08-12  Robert ReifSpeed up mixing and unmixing by moving sample size...
2004-08-02  Gerald PfeiferAvoid using round(), which is unportable.
2004-07-23  Francois GougetFix the volume and balance of primary buffers so it...
2004-01-12  Robert ReifReduce the use of the dsound global variable by passing...
2003-09-19  Robert ReifAdded volume and pan support to primary buffers.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-05-22  Robert Reif- make parameter checking and error notification consistent
2003-05-02  Robert ReifMove all tests to outside the loop when setting volume.
2003-05-02  Robert ReifReversed relationship between buffers and notifies.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-07  Jerry JenkinsAlign data to proper size.
2003-03-17  Ove KaavenSomewhat more reliable dsound position notifications.
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-01-16  Francois GougetUse the same 8/16bit conversion routines as in pcmconve...
2003-01-11  Francois GougetFix latent deadlock in DSOUND_callback.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
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...