quartz: Downgrade a fixme to a warn in dsoundrender.
[wine] / dlls / quartz / pin.c
2008-06-25  Maarten Lankhorstquartz: Create thread after connection is made.
2008-06-25  Maarten Lankhorstquartz: Handle case where ReceiveConnection is called...
2008-06-24  Maarten Lankhorstquartz: Clear pin value if not connected.
2008-06-21  Maarten Lankhorstquartz: Add the ability to force a pin to use a certain...
2008-05-05  Alexandre JulliardRevert "quartz: Clean up pullpin code."
2008-05-01  Maarten Lankhorstquartz: Clean up pullpin code.
2008-04-29  Maarten Lankhorstquartz: Some state changes fixes.
2008-04-28  Maarten Lankhorstquartz: Add a function that can be called when stopping...
2008-04-28  Maarten Lankhorstquartz: NotifyAllocator does not like a null argument.
2008-04-23  Maarten Lankhorstquartz: Make wave parser and mpeg splitter zero copy...
2008-04-23  Maarten Lankhorstquartz: Optimize the processing thread to fetch one...
2008-04-21  Maarten Lankhorstquartz: Flux AsyncReader in PullPin_BeginFlush.
2008-04-17  Maarten Lankhorstquartz: Make sure at least 1 sample is processed before...
2008-04-14  Maarten Lankhorstquartz: Set sane defaults for pin stream rate.
2008-04-09  Maarten Lankhorstquartz: Remove while { } while construct.
2008-04-09  Maarten Lankhorstquartz: Make the pullpin forward the BeginFlush before...
2008-04-08  Maarten Lankhorstquartz: Fix deadlocks in pullpin.
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-04-02  Maarten Lankhorstquartz: Fix stop_playback used in pullpin.
2008-04-02  Maarten Lankhorstquartz: Fix parser and pins logic to no longer deadlock.
2008-03-24  Maarten Lankhorstquartz: Forward requests for MediaSeeking from all...
2008-03-20  Maarten Lankhorstquartz: Implement forwarding mediaseeking messages.
2008-03-20  Maarten Lankhorstquartz: Transmit pullpin messages further.
2008-03-20  Maarten Lankhorstquartz: Fix bug in transmitting messages further.
2008-03-19  Maarten Lankhorstquartz: Call send flush/endofstream and segment message...
2008-03-14  Maarten Lankhorstquartz: Uncomment a trace.
2008-03-13  Andrew Talbotquartz: Assign to structs instead of using memcpy.
2007-11-19  Michael Stefaniucquartz: Fix memory leaks on error paths. Found by Smatch.
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-04-09  Chris Robinsonquartz: Fix ALIGN macros.
2007-04-04  Chris Robinsonquartz: Tell filters to stop sending data when the...
2007-04-04  Chris Robinsonquartz: Hold a reference on the PullPin's filter while...
2007-04-02  Chris Robinsonquartz: Use a safe APC to kill the PullPin thread when...
2007-04-02  Chris Robinsonquartz: Set the sample time based on the number of...
2007-03-26  Chris Robinsonquartz: Store the current reference time with the PullPin.
2007-03-19  Chris Robinsonquartz: Release objects when pins fail to connect.
2007-03-19  Chris Robinsonquartz: Hold a reference on a filter while sending...
2007-03-05  Chris Robinsonquartz: Report the previous refcount of a PullPin object.
2007-02-05  Andrew Talbotquartz: Fix a typo.
2006-11-13  Andrew Talbotquartz: Cast-qual warnings fix.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-06-30  Piotr Cabanquartz: Fixed crash in releasing uninitializes pAlloc...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-05  Christian CostaFixed clock release in transform template.
2005-05-06  Maarten LankhorstFixed a dozen of reference (and some memory) leaks.
2005-03-02  Christian CostaHandle End Of Stream notifications.
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2005-01-03  Christian CostaImplemented IMediaControl_Run that explores the graph...
2004-12-27  Christian CostaInitialize the COM libraries for the newly created...
2004-12-16  Christian CostaMany fixes to the system clock implementation.
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-19  Robert Shearman- Remove duplicated code in file reader.
2004-08-16  Robert ShearmanFix potential race in IPinImpl_ConnectedTo.
2004-08-16  Christian CostaFixed a bug that made the connection possible whereas...
2003-11-18  Robert Shearman- AVI Splitter implementation.
2003-09-25  Robert Shearman- A few cosmetic fixes.
2003-08-06  Robert Shearman- Bugfix when adding filters to graph due to not initia...