Fix RPC server thread race.
[wine] / dlls / quartz / filtergraph.c
2005-01-09  Christian CostaFixed error handling in Graphbuilder_RenderFile.
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-20  Francois GougetAssorted spelling fixes.
2004-12-16  Christian CostaMany fixes to the system clock implementation.
2004-12-06  Christian CostaBetter handling of errors in RenderFile.
2004-11-19  Christian CostaImplemented IGraphBuilder methods: Connect, Render...
2004-10-18  Joris HuizerAdded IClassFactory->CreateInstance aggregation checks.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Alexandre JulliardConverted control.h to idl.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-04-30  Christian CostaEnable querying of IID_FilterGraph interface from filte...
2004-04-05  Michael StefaniucFix cut'n'paste error: leave the CriticalSection not...
2004-03-05  Christian CostaImplemented IMediaEventSink and IMediaEventEx interfaces.
2004-03-04  Christian CostaImplemented IFilterGraphImpl_EnumFilters and IEnumFilte...
2004-03-03  Christian CostaHandle null and duplicate name when adding a filter...
2003-12-30  Robert Shearman- Fix IGraphBuilder::ConnectDirect.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-06  Robert Shearman- Bugfix when adding filters to graph due to not initia...
2003-07-03  Robert Shearman- Improve QueryInterface FIXME message.
2003-07-01  Robert ShearmanImplemented IFilterMapper2.
2003-06-30  Robert Shearman- Added DShow headers.
2003-06-13  Lionel UlmerStubbed some interfaces for the FilterGraph CLSID.