atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / quartz / filtergraph.c
2012-10-12  Christian Costaquartz: Remove redundant traces.
2012-10-09  Christian Costaquartz: Forward IMediaControl_RenderFile to IFilterGrap...
2012-09-03  Marcus Meissnerquartz: Handle freeing pins in error case (Coverity).
2012-08-15  Nikolay Sivovquartz: Use proper method macros.
2012-07-09  Michael Stefaniucquartz: Remove an object to IFilterGraph2 cast.
2012-07-02  Michael Stefaniucquartz: Standardize COM aggregation for FilterGraph.
2012-02-06  Aric Stewartquartz: Do not report a position unless the filter...
2012-02-01  Aric Stewartquartz: If the MediaSeeking is not implemented all...
2012-01-16  Aric Stewartquartz: Implement IObjectWithSite and IAMGraphBuilderCa...
2012-01-04  AndrĂ© HentschelAssorted header comment cleanup.
2011-09-12  Erich Hooverquartz: Fix converting between the media time and REFTIME.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaPosition iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IGraphConfig iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaEventSink iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaFilter iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaEventEx iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IVideoWindow iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IBasicVideo2 iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IBasicAudio iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaSeeking iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaControl iface.
2011-07-01  Michael Stefaniucquartz: Pass the object instead of the iface to an...
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IFilterGraph2 iface.
2011-04-13  Austin Englishquartz: Remove extraneous parentheses (LLVM/Clang).
2010-12-14  Maarten Lankhorstquartz: Handle seeking while running better.
2010-12-06  Maarten Lankhorstquartz: Remove default clock if the providing filter...
2010-12-03  Maarten Lankhorstquartz: Add support for filtermapper3 to filtergraph.
2010-11-29  Maarten Lankhorstquartz: Handle selecting default sync source better.
2010-11-25  Maarten Lankhorstquartz: Prevent circular connections in render case...
2010-11-10  Maarten Lankhorstquartz: Reset stream time when paused after seeking.
2010-11-08  Maarten Lankhorstquartz: Actually use the start time in SendRun.
2010-11-08  Maarten Lankhorstquartz: Remove position from filtergraph.
2010-11-05  Maarten Lankhorstquartz: Fix run/pause/stop in filtergraph.
2010-11-05  Maarten Lankhorstquartz: Simplify all_renderers_seek.
2010-11-05  Maarten Lankhorstquartz: Change HeapRealloc call to CoTaskMemRealloc.
2010-05-20  Michael Stefaniucquartz: Avoid using the long type.
2010-05-18  Maarten Lankhorstquartz: Forward IMediaFilter to IMediaControl.
2009-12-24  Paul Chitescuquartz: Only wait in IMediaEvent::WaitForCompletion...
2009-11-24  Alexandre Julliardquartz: Implemented a number of the MediaPosition methods.
2009-03-12  Michael Stefaniucinclude: Change long to LONG in axextend.idl.
2009-03-11  Michael Stefaniucquartz: Change long to LONG in control.idl.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-12-16  Lei Zhangquartz: Enumerate all the pins on filter and check...
2008-12-01  Christian Costaquartz: Avoid leaking penummt and mt on error.
2008-11-26  Francois Gougetquartz: Remove WINAPI on static functions where not...
2008-11-17  Maarten Lankhorstquartz: Fix FilterGraph2_Connect to be thread-safe...
2008-11-17  Maarten LankhorstRevert "quartz: Reaching a renderer in the filtergraph...
2008-11-14  Lei Zhangquartz: Reaching a renderer in the filtergraph is not...
2008-11-12  David Adamquartz: Check for NULL condition in FilterGraph2_Discon...
2008-11-05  Andrew Talbotquartz: Sign-compare warnings fix.
2008-10-08  Michael Stefaniucquartz: Use the right FAILED/SUCCEEDED macro instead...
2008-10-01  Rob Shearmanquartz: Fix placement of WINAPI attribute in fnFoundSee...
2008-09-22  Maarten Lankhorstquartz: Implement IMediaPosition::put_CurrentPosition.
2008-07-18  Alexander Dorofeyevquartz: Fix interface leak in FilterGraph2_Render.
2008-07-18  Alexander Dorofeyevquartz: Add missing VariantClear after GetFilterInfo...
2008-07-18  Alexander Dorofeyevquartz: Fix variant handling in GetFilterInfo.
2008-07-18  Alexander Dorofeyevquartz: Fix interface leak in FilterGraph2_RemoveFilter.
2008-07-18  Alexander Dorofeyevquartz: Aggregate filtermapper in filtergraph.
2008-07-10  Maarten Lankhorstquartz: Make filtergraph quieter.
2008-07-10  Francois GougetAssorted spelling fixes.
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.
next