mshtml: Added partial IHTMLDocument2::put_designMode implementation.
[wine] / dlls / amstream /
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2013-02-08  Michael Stefaniucamstream: Remove ERR() on HeapAlloc failure for small...
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-16  Christian Costaamstream: Specifying a stream object in params is not...
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: Render source file in IAMMultiMediaStreamImpl...
2012-10-12  Christian Costaamstream: Check filename pointer in IAMMultiMediaStream...
2012-10-12  Christian Costaamstream: Display new ref in AddRef and Release.
2012-09-24  Christian Costaamstream: Add IAMMediaStream interface to AudioMediaStr...
2012-09-24  Christian Costaamstream: Add IAMMediaStream interface to DirectDrawMed...
2012-09-24  Christian Costaamstream: Rename media stream objects and their method...
2012-08-20  Michael Stefaniucamstream: COM cleanup for the IClassFactory iface.
2012-08-20  Nikolay Sivovamstream: Call interface methods properly.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-04  Christian Costaamstream: Add the corresponding pin to every media...
2012-05-04  Christian Costaamstream: Add checks to GetFormat.
2012-04-26  Christian Costaamstream: Add stubbed implementation of AudioStreamSample.
2012-04-26  Christian Costaamstream: Add stubbed implementation of DirectDrawStrea...
2012-04-24  Christian Costaamstream: Add IAudioMediaStream stub implementation.
2012-04-24  Christian Costaamstream: Use proper constructor name for ddraw mediast...
2012-04-05  Joris Huizeramstream: IAMMultiMediaStreamImpl_SetState: correct...
2012-04-04  Christian Costaamstream: Implement IAMMultiMediaStreamImpl_SetState.
2012-04-04  Christian Costaamstream: Implement IAMMultiMediaStreamImpl_Seek.
2012-04-04  Christian Costaamstream: Add CLSID_AMAudioData implementation.
2012-03-28  Christian Costaamstream/tests: Add tests for querying interfaces and...
2012-03-28  Christian Costaamstream/tests: Verify if the dsound renderer is create...
2012-03-28  Christian Costaamstream: Add stream to the media stream filter in...
2012-03-28  Christian Costaamstream: Implement AddMediaStream and GetMediaStream...
2012-03-26  Christian Costaamstream/tests: Add some tests to retreive media stream...
2012-03-26  Christian Costaamstream: Implement IAMMultiMediaStreamImpl_AddMediaStr...
2012-03-26  Christian Costaamstream: No media stream is created when the defaut...
2012-03-26  Christian Costaamstream: Video streams do not support default renderer.
2012-03-26  Christian Costaamstream: Check purpose id in AddMediaStream.
2012-03-26  Christian Costaamstream/tests: Add media streams tests.
2012-03-26  Christian Costaamstream/tests: Make test.avi filename an unicode strin...
2012-03-26  Christian Costaamstream: Add support for AMMSF_ADDDEFAULTRENDERER...
2012-03-15  Christian Costaamstream: Get and store event for streams render comple...
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-18  Aric Stewartamstream: Have the MediaStream Filter use strmbase.
2012-01-04  AndrĂ© HentschelAssorted header comment cleanup.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-08-22  Michael Stefaniucamstream: Use CoTaskMemRealloc instead of alloc+copy.
2011-08-22  Michael Stefaniucamstream: Get rid of the explicit implementation of...
2011-08-22  Michael Stefaniucamstream: Avoid the forward declaration of the DirectDr...
2011-08-22  Michael Stefaniucamstream: Basic COM cleanup for the IDirectDrawMediaStr...
2011-08-22  Michael Stefaniucamstream: Avoid a forward declaration of the IMediaStre...
2011-08-22  Michael Stefaniucamstream: COM cleanup for the IMediaStreamFilter iface.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-05-02  Marcus Meissneramstream: Mark internal symbols as hidden.
2010-12-05  Michael Stefaniucamstream: Use an iface instead of an vtbl pointer in...
2010-12-03  Alexandre Julliardamstream: Convert dll registration to the IRegistrar...
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-06  Christian Costaamstream: Fix AddRef calls.
2010-04-06  Qingchuan Wangamstream: Expose also IMultiMediaStream which is the...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-29  Christian Costaamstream: Register media stream filter.
2010-01-14  Christian Costaamstream: Simplify declaration of VTable members.
2009-04-22  Marcus Meissneramstream/tests: Handle directdraw not being created...
2009-04-20  Christian Costaamstream/tests: Improve render file test. Move OpenFile...
2009-04-15  Christian Costaamstream/tests: Fix crosstest build.
2009-04-14  Christian Costaamstream/tests: Beginning of tests.
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.
2009-01-08  Michael Stefaniucamstream: Remove superfluous casts.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-15  Christian Costaamstream: Add stubbed implementation of MediaStreamFilter.
2008-12-15  Christian Costaamstream: Some fixes.
2008-12-15  Christian Costaamstream: Implement IDirectDrawMediaStream.
2008-06-09  David AdamRevert "amstream: Fix the condition of existence of...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-28  David Adamamstream: Register CLSID_AMDirectDrawStream.
2008-04-28  David Adamamstream: Fix the condition of existence of the IMediaS...
2007-09-27  Stefan Leichteramstream: Remove 'recursive registry key delete' function.
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.
2007-02-13  Andrew Talbotamstream: Constify a variable.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-07  Michael Stefaniucamstream: Win64 printf format warning fixes.
next