quartz: Add a QueryConnect method for transform filters.
[wine] / dlls / quartz / dsoundrender.c
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).