wintrust: Implementations for WTHelperGetFileName and WTHelperGetFileHandle.
[wine] / dlls / dsound / mixer.c
2007-11-12  Maarten Lankhorstdsound: Return primary_done when no mixing needs to...
2007-11-09  Maarten Lankhorstdsound: Use a 2 stage mixing/normalization for sound.
2007-11-09  Maarten Lankhorstdsound: Add support for 24/32 bits input sound buffers.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-16  Maarten Lankhorstdsound: Only warn for unsupported channels (or bits...
2007-09-11  Maarten Lankhorstdsound: Support arbitrarily sized buffers for waveout.
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-02  Maarten Lankhorstdsound: Move resampling away from mixer thread.
2007-07-31  Maarten Lankhorstdsound: Add SndQueueMin to have less lock contention...
2007-07-31  Maarten Lankhorstdsound: Get rid of DS_HEL_FRAGS.
2007-07-30  Maarten Lankhorstdsound: Constify DSOUND_CheckEvent.
2007-07-30  Maarten Lankhorstdsound: Fix locking in mixer.
2007-07-30  Maarten Lankhorstdsound: Small mixer optimizations.
2007-07-30  Maarten Lankhorstdsound: Replace buffer critical section with a rw-lock.
2007-07-27  Maarten Lankhorstdsound: Allow mixing the same buffer multiple times...
2007-07-27  Maarten Lankhorstdsound: Fix CheckEvent in mixer.
2007-07-27  Maarten Lankhorstdsound: Make sure secondary_remainder and buflen are...
2007-07-09  Maarten Lankhorstdsound: Remove some more unused variables.
2007-07-06  Maarten Lankhorstdsound: Clean up some unused variables.
2007-06-26  Francois Gougetdsound: Add missing '\n' to Wine trace.
2007-06-22  Maarten Lankhorstdsound: Simplify mixing by removing remixing support...
2007-05-03  Andrew Talbotdsound: Exclude unused headers.
2007-04-30  Andrew Talbotdsound: Constify some variables.
2007-02-22  Maarten Lankhorstdsound: Use an inline for ring buffer pointer differenc...
2007-02-22  Maarten Lankhorstdsound: Add some comments from earlier patch that makes...
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...