Spelling fixes.
[wine] / dlls / quartz / dsoundrender.c
2008-04-17  Maarten Lankhorstquartz: Check for discontinuities in the directsound...
2008-04-14  Maarten Lankhorstquartz: Silence requests for IVideoWindow.
2008-04-09  Maarten Lankhorstquartz: Make the directsound renderer handle the Play...
2008-04-09  Maarten Lankhorstquartz: Make the DirectSound renderer return S_FALSE...
2008-04-08  Maarten Lankhorstquartz: Make wait timeout in directsound slightly larger.
2008-04-07  Maarten Lankhorstquartz: Handle flushing and end of stream notifications...
2008-04-07  Maarten Lankhorstquartz: Get rid of code duplication and add a flush...
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2008-03-24  Maarten Lankhorstquartz: Play silence in directsound renderer on end...
2008-03-20  Maarten Lankhorstquartz: Add mediaseeking stub to audio renderer.
2008-03-15  Maarten Lankhorstquartz: Silence the directsound buffer on starting.
2008-03-14  Maarten Lankhorstquartz: Fix typo.
2007-11-19  Michael Stefaniucquartz: Fix memory leaks on error paths. Found by Smatch.
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-04-16  Chris Robinsonquartz: Create DirectSound device and buffer at filter...
2007-04-07  Chris Robinsonquartz: Add partial implementation of IReferenceClock...
2007-04-07  Chris Robinsonquartz: Use more precise positioning information for...
2007-04-03  Chris Robinsonquartz: Use a second-long DSound buffer for playback.
2007-04-02  Chris Robinsonquartz: Don't fill the dsound buffer with small amounts.
2007-03-28  Chris Robinsonquartz: Protect DSound buffer creation with a critical...
2007-03-26  Chris Robinsonquartz: Implement volume and pan control for DSoundRend...
2007-03-26  Chris Robinsonquartz: Make DSoundRender_Run start the playback buffer.
2007-03-20  Chris Robinsonquartz: Don't delete critical sections before the filte...
2007-03-13  Chris Robinsonquartz: Force disconnect when a filter is fully released.
2007-03-12  Jan Zerebeckiquartz: Add DebugInfo to critical sections.
2007-03-12  Chris Robinsonquartz: Stop DSound buffer playback when the filter...
2007-03-09  Chris Robinsonquartz: Check allocation failure and clear memory in...
2007-03-08  Tomas Carneckydsound: Update prototypes for IDirectSoundBuffer::Lock...
2007-03-08  Chris Robinsonquartz: Use proper alloc/free functions for COM objects.
2007-03-05  Chris Robinsonquartz: Improve reference traces.
2007-02-19  Chris Robinsonquartz: Check for the proper ID when querying for the...
2007-02-19  Chris Robinsonquartz: Stop and free the dsound buffer when needed.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-08-18  Sagar Mittalquartz: DSoundRender: Do not overwrite a full buffer.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-04-25  Christian CostaImproved errors handling a bit in dsound renderer.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-02  Christian CostaHandle End Of Stream notifications.
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2004-12-27  Christian CostaInitialize the COM libraries for the newly created...
2004-12-20  Christian CostaFixed MediaSample passing. This is the upstream filter...
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-24  Christian CostaAdded Video Renderer (based on Direct Draw).