Fix block align test.
[wine] / dlls / dsound / mixer.c
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...