shell32: Indentation fix.
[wine] / dlls / amstream / mediastreamfilter.c
2012-12-13  Andrew Talbotamstream: Avoid signed-unsigned integer comparisons.
2012-11-27  Christian Costaamstream: Fix return value of BasePinImp_GetMediaType.
2012-11-23  Christian Costaamstream: Initialize correctly AM_MEDIA_TYPE struct.
2012-10-15  Christian Costaamstream: Implement BasePinImp_GetMediaType in media...
2012-10-15  Christian Costaamstream: Implement BasePinImpl_CheckMediaType in media...
2012-10-15  Christian Costaamstream: Cleanup MediaStreamFilterImpl_QueryInterface.
2012-10-15  Christian Costaamstream: Get rid of (IBaseFilter*) casts.
2012-10-12  Christian Costaamstream: Display new ref in AddRef and Release.
2012-05-04  Christian Costaamstream: Add the corresponding pin to every media...
2012-03-28  Christian Costaamstream: Implement AddMediaStream and GetMediaStream...
2012-01-18  Aric Stewartamstream: Have the MediaStream Filter use strmbase.
2012-01-04  AndrĂ© HentschelAssorted header comment cleanup.
2011-08-22  Michael Stefaniucamstream: Avoid a forward declaration of the IMediaStre...
2011-08-22  Michael Stefaniucamstream: COM cleanup for the IMediaStreamFilter iface.
2010-01-14  Christian Costaamstream: Simplify declaration of VTable members.
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-01-08  Michael Stefaniucamstream: Remove superfluous casts.
2008-12-15  Christian Costaamstream: Add stubbed implementation of MediaStreamFilter.