atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dsound / mixer.c
2012-12-27  Maarten Lankhorstdsound: Use a thread instead of a timer for greater...
2012-11-22  Maarten Lankhorstdsound: Create a primary_pwfx separately from pwfx.
2012-10-10  Andrew Eikumdsound: Don't exit early in mixer thread.
2012-05-16  Andrew Eikumdsound: Don't use IAudioClock::GetPosition to determine...
2012-05-15  Andrew Eikumdsound: Resample to float, not device format.
2012-05-15  Andrew Eikumdsound: Compute mix buffer's size more accurately.
2012-05-15  Andrew Eikumdsound: Get rid of redundant primary_mixpos member.
2012-05-14  Andrew Eikumdsound: Express buffer positions in terms of bytes...
2012-05-14  Andrew Eikumdsound: Remove minlen, since we always mix full chunks...
2012-05-08  Alexander E. Patrakovdsound: Added a windowed-sinc resampler.
2012-05-02  Andrew Eikumdsound: Don't derive the secondary position from the...
2012-05-02  Andrew Eikumdsound: Convert from fixed to floating point.
2012-05-01  Alexander E. Patrakovdsound: Clean up channels.
2012-05-01  Alexander E. Patrakovdsound: Clean up cp_fields.
2012-05-01  Alexander E. Patrakovdsound: Replace convert() functions with get() and...
2012-05-01  Alexander E. Patrakovdsound: Clean up MixToTemporary().
2012-01-31  Austin Englishdsound: Remove an unnecessary assignment (LLVM/Clang).
2012-01-03  Jörg Höhledsound: Fix the computation of the mixer position in...
2011-12-29  Alexander E. Patrakovdsound: Always resample buffers in mixer thread.
2011-10-18  Andrew Eikumdsound: Fix type conversion problems.
2011-10-17  Marcus Meissnerdsound: Remove dead code from mixer (Coverity).
2011-10-06  Andrew Eikumdsound: Fix fragment position calculations.
2011-09-27  Andrew Eikumdsound: Reimplement rendering devices on mmdevapi.
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2011-04-07  Philipp Middendorfdsound: Handle 8 channel audio input.
2011-03-02  Andrew Eikumdsound: Also handle two-to-six-channel conversions.
2011-02-14  Maarten Lankhorstdsound: Forcibly lock buffers to be mixed.
2011-01-20  Owen Rudgedsound: Add support for 32-bit IEEE float buffers.
2010-06-08  Maarten Lankhorstdsound: Unofficially support 5.1 sound.
2010-03-15  Maarten Lankhorstdsound: Improve underrun behavior.
2009-01-15  Henri Verbeetdsound: Don't convert single samples at a time.
2008-11-26  Maarten Lankhorstdsound: 64-bit pointer fixes.
2008-10-01  Andrew Talbotdsound: Sign-compare warnings fix.
2008-09-04  Maarten Lankhorstwinealsa.drv/dsound: Handle underruns better.
2008-07-25  Ulrich Hechtdsound: Fix notification order.
2008-05-21  Jörg Höhledsound: Fix off by 1 heap error in DSOUND_MixerVol.
2008-04-17  Andrew Talbotdsound: Remove unused variable.
2008-04-02  Austin EnglishSpelling fixes.
2008-03-17  Maarten Lankhorstdsound: Add an option to mix sound buffers in the mixer...
2008-03-14  Aric Stewartdsound: Set the status from STATE_STARTING to STATE_PLA...
2008-01-02  Andrew Talbotdsound: Remove unneeded casts.
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.
next