atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / quartz / pin.c
2012-04-06  Aric Stewartquartz: COM cleanup for PullPin.
2012-03-26  Aric Stewartstrmbase: COM cleanup for BasePin, BaseInputPin, and...
2011-09-12  Erich Hooverquartz: Add support for EndOfStream in PullPin.
2011-09-12  Erich Hooverquartz: Add missing release.
2011-09-12  Erich Hooverquartz: Do not assert when IAsyncReader::WaitForNext...
2011-05-20  Alexandre Julliardquartz: Make sure the preferred allocator pointer is...
2011-05-17  Erich Hooverquartz: Create and hold onto a preferred allocator...
2011-05-17  Erich Hooverquartz: Make sure pin state cannot change while a flush...
2011-05-17  Erich Hooverquartz: Release outstanding samples in PullPin::PausePr...
2011-03-16  Francois Gougetquartz: Make some functions static.
2010-11-08  Maarten Lankhorstquartz: Forward IQualityControl on pullpin to base...
2010-10-06  Aric Stewartstrmbase: Move InputPin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move OutputPin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move BasePin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Add the EnumMediaTypes base implementation.
2010-05-20  Michael Stefaniucquartz: Avoid using the long type.
2010-02-24  Paul Chitescuquartz: Do not assert() the existence of a media format...
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2009-01-26  Francois Gougetquartz: Make the IMemInputPin functions static.
2009-01-08  Francois Gougetquartz: OutputPin_DeliverNewSegment() is unused so...
2009-01-07  Francois Gougetquartz: Reorder some functions to avoid forward declara...
2008-11-26  Francois Gougetquartz: Remove CALLBACK on static functions where not...
2008-09-22  Maarten Lankhorstquartz: Requeue in pullpin if request for data timed...
2008-09-22  Maarten Lankhorstquartz: Add missing calls to EndFlush.
2008-09-02  Gerald Pfeiferquartz: Add return statement to PullPin_Thread_Main().
2008-07-21  Maarten Lankhorstquartz: Fix bugs that occur during connection.
2008-07-14  Maarten Lankhorstquartz: Fix memory and sample leaks.
2008-07-14  Maarten Lankhorstquartz: Fix incorrect use of mtCurrent in transform...
2008-07-11  Maarten Lankhorstquartz: End the flush downstream first before restartin...
2008-07-10  Maarten Lankhorstquartz: Fix end of stream handling.
2008-07-09  Maarten Lankhorstquartz: Fix deadlock with transform filter.
2008-07-07  Maarten Lankhorstquartz: Fix parser/pullpin to only care about the state...
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...