amstream: Create MediaStream filter when initialising AMMutiMediaStream.
[wine] / dlls / amstream / amstream.c
2012-03-15  Christian Costaamstream: Create MediaStream filter when initialising...
2012-03-15  Christian Costaamstream: Retrieve some interfaces needed to control...
2012-03-15  Christian Costaamstream: Use 'Source' filter name for file source...
2012-03-15  Christian Costaamstream: Don't load the stream file. AddSourceFilter...
2012-03-15  Christian Costaamstream: Don't create the source filter. AddSourceFilt...
2012-03-15  Christian Costaamstream: Rewrite OpenFile flow in a more readable...
2012-03-14  Christian Costaamstream: Free all used resources when releasing MultiM...
2012-03-14  Christian Costaamstream: Add source filter to the filtergraph before...
2012-03-14  Christian Costaamstream: Remove duplicate GraphBuilder member.
2012-03-14  Christian Costaamstream: Initialize MultiMediastream before creating...
2012-01-04  AndrĂ© HentschelAssorted header comment cleanup.
2011-08-22  Michael Stefaniucamstream: Use CoTaskMemRealloc instead of alloc+copy.
2011-08-22  Michael Stefaniucamstream: Get rid of the explicit implementation of...
2010-12-05  Michael Stefaniucamstream: Use an iface instead of an vtbl pointer in...
2010-04-06  Christian Costaamstream: Fix AddRef calls.
2010-04-06  Qingchuan Wangamstream: Expose also IMultiMediaStream which is the...
2010-01-14  Christian Costaamstream: Simplify declaration of VTable members.
2009-04-14  Christian Costaamstream: Initialize the stream in OpenFile if not...
2009-04-14  Christian Costaamstream: Turn Initialize FIXME into a TRACE.
2009-03-30  Joerg-Cyril.Hoehle... amstream: Log GUID instead of pointer.
2009-03-26  Christian Costaamstream: Implement IAMMultiMediaStreamImpl_GetFilterGraph.
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2008-12-15  Christian Costaamstream: Some fixes.
2008-12-15  Christian Costaamstream: Implement IDirectDrawMediaStream.
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2007-04-23  Andrew Talbotamstream: Exclude unused headers.
2007-03-17  Joris Huizeramstream: sign-compare fixes.
2006-10-07  Michael Stefaniucamstream: Win64 printf format warning fixes.
2006-07-11  Bang Jun-Youngamstream: Fix argument types to match the PSDK.
2006-06-26  Ivan Leoamstream: Implement IAMMultiMediaStreamImpl_OpenFile...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-07  Christian CostaAdd stub implementation of IMediaStream interface.
2005-11-01  Christian CostaUse a more standard indentation style.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-27  Peter OberndorferUse proper return values in amstream stub functions.
2005-01-10  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-10-18  Joris HuizerAdded IClassFactory->CreateInstance aggregation checks.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
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-03-09  Christian CostaAdd amstream dll (MultiMedia Streams), part of Direct...