quartz: Fix deadlock with transform filter.
[wine] / dlls / quartz / filtergraph.c
2008-07-09  Alexander Dorofeyevquartz: Do not try renderers first. Use a single enumer...
2008-07-07  Maarten Lankhorstquartz: Fix tiny bug in IGraphBuilder_Render.
2008-06-27  Maarten Lankhorstquartz: Fix Render and RenderFile.
2008-06-27  Maarten Lankhorstquartz: Make FilterGraph_Connect and ConnectDirect...
2008-06-27  Maarten Lankhorstquartz: Make removing filters work slightly better.
2008-06-24  Maarten Lankhorstquartz: Implement GraphConfig_Reconfigure.
2008-06-21  Maarten Lankhorstquartz: Implement IBasicVideo2 for the filtergraph.
2008-06-21  Maarten Lankhorstquartz: Implement MediaControl_GetState.
2008-06-21  Maarten Lankhorstquartz: Try to render any existing renderers before...
2008-05-13  Lei Zhangquartz: Check input in MediaControl_GetState.
2008-04-21  Maarten Lankhorstquartz: Change longlong printfs.
2008-04-15  Maarten Lankhorstquartz: Update start_time if the current position is...
2008-04-10  Maarten Lankhorstquartz: Implement stop position in the filtergraph.
2008-04-09  Maarten Lankhorstquartz: Try creating the file reader from the filter...
2008-04-07  Maarten Lankhorstquartz: Reset EcCompleteCount before starting filters.
2008-04-07  Maarten Lankhorstquartz: Fix past mistake to release lock during seeking...
2008-04-03  Maarten Lankhorstquartz: Fix memory leak found by valgrind.
2008-04-02  Maarten Lankhorstquartz: Implement filtergraph mediaseeking setposition.
2008-04-02  Maarten Lankhorstquartz: Don't hold lock when changing state in filtergraph.
2008-04-01  Maarten Lankhorstquartz: Implement graph MediaSeeking GetPositions.
2008-03-28  Maarten Lankhorstquartz: Add GetCurrentPosition using the reference...
2008-03-20  Maarten Lankhorstquartz: Fix checking for duration.
2008-03-20  Maarten Lankhorstquartz: Pass the reference time + small delay on on...
2008-03-19  Maarten Lankhorstquartz: Move IMediaSeeking from the parser pin to the...
2008-03-15  Maarten Lankhorstquartz: Implement a few MediaSeeking functions.
2008-03-15  Maarten Lankhorstquartz: Change some more stubs from traces to fixmes.
2008-03-15  Maarten Lankhorstquartz: Add initial support for time formats in IMediaS...
2008-03-15  Maarten Lankhorstquartz: Make MediaSeeking stubs fixmes.
2008-03-15  Maarten Lankhorstquartz: Set a default sync source on the filtergraph.
2008-03-15  Maarten Lankhorstquartz: Fix IFilterGraph RemoveFilter to stop the filte...
2008-03-15  Maarten Lankhorstquartz: Destroy the filtergraph better in releasing.
2008-03-14  Maarten Lankhorstquartz: Don't add MERIT_DO_NOT_USE filters automaticall...
2008-03-06  Lei Zhangquartz: Validate input for FilterGraph2_AddFilter.
2007-12-26  Rob Shearmanquartz: Fix memory leak in FilterGraphInner_Release.
2007-12-21  Lei Zhangquartz: Make filtergraph aggregatable.
2007-12-14  Lei Zhangquartz: Fix typo in GraphConfig_AddRef.
2007-12-11  Lei Zhangquartz: Add IFilterGraph2 interface and stubs.
2007-12-07  Lei Zhangquartz: Validate input for IFilterGraph_FindFilterByName.
2007-12-07  Lei Zhangquartz: Fix return value in IFilterGraph_FindFilterByName.
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-06-27  Michael Stefaniucquartz: Remove superfluous casts of void pointers to...
2007-05-23  Marcus Meissnerquartz: ppinsplitter might be used uninitialized (Cover...
2007-04-06  Chris Robinsonquartz: Send a notification when the filter graph clock...
2007-04-06  Chris Robinsonquartz: Avoid releasing NULL objects.
2007-04-04  Chris Robinsonquartz: Implement Get/SetSyncSource for the FilterGraph...
2007-03-30  Chris Robinsonquartz: Add filters using their names.
2007-03-20  Michael Stefaniucquartz: Fix typo that produced an empty if-statement.
2007-03-19  Chris Robinsonquartz: Release objects when they're no longer needed.
2007-03-19  Chris Robinsonquartz: Disconnect pins when their filter is removed.
2007-03-12  Jan Zerebeckiquartz: Add DebugInfo to critical sections.
2007-03-08  Chris Robinsonquartz: Use proper alloc/free functions for COM objects.
2007-03-05  Chris Robinsonquartz: Use the right vtable offset for the IMediaFilte...
2007-03-05  Chris Robinsonquartz: Use the proper CLSID when creating the IFilterM...
2007-02-21  Chris Robinsonquartz: Implement IUnknown methods for IMediaPosition.
2007-02-21  Chris Robinsonquartz: Don't release filters when they connect.
2007-02-20  Chris Robinsonquartz: Initialize a pointer to NULL for the case of...
2007-02-20  Chris Robinsonquartz: Add IMediaPosition interface and stubs.
2007-02-20  Chris Robinsonquartz: Better handle error conditions when connections...
2007-02-19  Chris Robinsonquartz: Return proper error codes from GraphBuilder_Ren...
2007-02-19  Chris Robinsonquartz: Make sure the splitter has output plugins befor...
2007-02-14  Chris Robinsonquartz: Loop through the rest of the possible filters...
2006-11-10  Andrew Talbotquartz: Cast-qual warning fix.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-08-18  Stefan Leichterquartz: Print 64bit integers with wine_dbgstr_longlong.
2006-06-29  Paul Vriensquartz: Fixed typo (Coverity).
2006-05-24  Mike McCormackFixed more boolean comparisons against TRUE.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-25  Christian CostaFix function names.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-09-02  Christian CostaForward calls of IBasic* and IVideoWindow interfaces...
2005-08-22  Christian CostaProperly allocate/release memory when adding filters...
2005-08-17  Christian CostaAdd stubbed IGraphConfig interface to the filtergraph.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-18  Maarten LankhorstAdded reconnect function for filtergraph.
2005-05-06  Maarten LankhorstFixed a dozen of reference (and some memory) leaks.
2005-05-05  Christian CostaForward CLSID_FilterGraphNoThread to CLSID_FilterGraph.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-02  Christian CostaHandle End Of Stream notifications.
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.
next