quartz: Add IAMFilterMiscFlags to directsound renderer.
[wine] / dlls / quartz / dsoundrender.c
2010-11-05  Maarten Lankhorstquartz: Add IAMFilterMiscFlags to directsound renderer.
2010-11-05  Maarten Lankhorstquartz: Fix EC_COMPLETE handling on dsound renderer.
2010-10-14  Aric Stewartstrmbase: Add GetMediaType and GetMediaTypeVersion...
2010-10-14  Aric Stewartstrmbase: Standardize "class" function into functions...
2010-10-08  Aric Stewartstrmbase: Add an implementation of BaseFilterImpl_EnumPins.
2010-10-08  Aric Stewartstrmbase: Implement BaseFilter in strmbase.
2010-10-06  Aric Stewartstrmbase: Move InputPin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move BasePin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move enumpins from quartz to strmbase.
2010-10-05  Maarten Lankhorstquartz: Use MediaSeekingPassThru for DirectSound renderer.
2010-07-28  Maarten Lankhorstquartz: Fix flushing in dsound renderer.
2010-05-20  Michael Stefaniucquartz: Avoid using the long type.
2010-05-14  Gerald Pfeiferquartz: Fix return value of DSoundRender_GetState.
2010-02-08  Christian Costaquartz: Add stubbed IAMDirectSound interface to DSoundR...
2009-03-11  Michael Stefaniucquartz: Change long to LONG in control.idl.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-10-22  Maarten Lankhorstquartz: Implement dynamic format changing in directsoun...
2008-07-11  Michael Stefaniucquartz: Add missing LeaveCriticalSection on error path...
2008-07-10  Maarten Lankhorstquartz: Fix deadlocks in dsound renderer.
2008-07-09  Maarten Lankhorstquartz: Fix deadlock with transform filter.
2008-07-04  Maarten Lankhorstquartz: Implement state transitions in directsound...
2008-07-03  Maarten Lankhorstquartz: Fix return values in directsound renderer.
2008-06-26  Maarten Lankhorstquartz: Downgrade a fixme to a warn in dsoundrender.
2008-06-25  Maarten Lankhorstquartz: Remove dead code from DSoundRender.
2008-06-24  Maarten Lankhorstquartz: DSoundRender shouldn't delete buffer when alrea...
2008-06-21  Maarten Lankhorstquartz: Add the ability to force a pin to use a certain...
2008-06-19  Maarten Lankhorstquartz: Improve the directsound renderer a bit.
2008-04-28  Maarten Lankhorstquartz: Make the EnumPins interface dynamic.
2008-04-21  Austin EnglishSpelling fixes.
2008-04-21  Maarten Lankhorstquartz: Add some more tests and fix wine to pass them.
2008-04-21  Maarten Lankhorstquartz: Change longlong printfs.
2008-04-21  Maarten Lankhorstquartz: Only drop Preroll samples after obtaining its...
2008-04-21  Maarten Lankhorstquartz: Drop preroll frames in directsound renderer...
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).