atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / quartz / nullrenderer.c
2012-07-02  Michael Stefaniucquartz: Move NullRenderer_create() to avoid forward...
2012-07-02  Michael Stefaniucquartz: Use impl_from_IBaseFilter() instead of casts.
2012-07-02  Michael Stefaniucquartz: Standardize COM aggregation for NullRenderer.
2012-07-02  Michael Stefaniucquartz: COM cleanup for IAMFilterMiscFlags in NullRenderer.
2012-04-03  Aric Stewartstrmbase: Implement renderer quality control into the...
2012-04-02  Aric Stewartstrmbase: Expand BaseRenderer implementation.
2012-03-30  Aric Stewartquartz: Update null renderer to use the BaseRenderer...
2012-03-26  Aric Stewartstrmbase: COM cleanup for BaseFilter.
2012-03-26  Michael Stefaniucquartz: Print the debug string and not the pointer...
2012-03-15  Aric Stewartstrmbase: Rename MediaSeekingPassThru to RendererPosPas...
2012-03-15  Aric Stewartstrmbase: Move the MediaSeekingPassThru functions from...
2011-03-14  Marcus Meissnerquartz: Removed const from const REFIID (Coverity).
2010-12-06  Maarten Lankhorstquartz: Always update time when Run is called.
2010-11-08  Maarten Lankhorstquartz: Use media time instead of stream time in null...
2010-11-05  Maarten Lankhorstquartz: Add IAMFilterMiscFlags to null renderer.
2010-11-05  Maarten Lankhorstquartz: Fix EC_COMPLETE handling on null renderer.
2010-10-14  Aric Stewartstrmbase: Add GetMediaType and GetMediaTypeVersion...
2010-10-14  Aric Stewartstrmbase: Standardize "class" function into functions...
2010-10-08  Aric Stewartstrmbase: Add an implementation of BaseFilterImpl_EnumPins.
2010-10-08  Aric Stewartstrmbase: Implement BaseFilter in strmbase.
2010-10-06  Aric Stewartstrmbase: Move InputPin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move BasePin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move enumpins from quartz to strmbase.
2010-10-05  Maarten Lankhorstquartz: Add support for MediaSeekingPassThru to null...
2009-12-24  Paul Chitescuquartz: Implement NullRenderer's IBaseFilter::FindPin.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-12-30  Christian Costaquartz: Remove unused IMemInputPin vtables.
2008-07-09  Maarten Lankhorstquartz: Fix deadlock with transform filter.
2008-06-21  Maarten Lankhorstquartz: Only query for event interface when there is...
2008-06-21  Maarten Lankhorstquartz: Add the ability to force a pin to use a certain...
2008-05-22  Maarten Lankhorstquartz: Don't free memory twice in null renderer.
2008-04-28  Maarten Lankhorstquartz: Make the EnumPins interface dynamic.
2008-04-21  Maarten Lankhorstquartz: Add some more tests and fix wine to pass them.
2008-04-14  Maarten Lankhorstquartz: Silence requests for IVideoWindow.
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: Implement seeking on the null renderer.
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2008-03-14  Maarten Lankhorstquartz: Implement a dummy null renderer for directshow.