wininet/tests: Improve error reporting in a couple of tests.
[wine] / dlls / qedit / mediadet.c
2013-02-07  Michael Stefaniucqedit: Let C look like C.
2012-07-02  Michael Stefaniucqedit: Support COM aggregation for MediaDet.
2012-03-26  Michael Stefaniucqedit: Print the debug string and not the pointer to it.
2012-01-16  Alexandre Julliardqedit: Avoid releasing an uninitialized object.
2010-12-09  Michael Stefaniucqedit: Use an iface instead of a vtbl pointer in MediaD...
2010-11-26  Maarten Lankhorstqedit: Try all possible splitter filters instead of...
2010-05-11  Michael Stefaniucqedit: Avoid using long.
2009-12-15  Huw Daviesqedit: Fix a memory leak.
2009-03-12  Michael Stefaniucqedit: Change long to LONG in qedit.idl.
2008-04-10  Dan Hipschmanqedit: Add a stub for IMediaDet_get_StreamLength.
2008-04-10  Dan Hipschmanqedit: Implement IMediaDet_get_FrameRate.
2008-04-10  Dan Hipschmanqedit: Implement IMediaDet_get_StreamMediaType.
2008-04-09  Dan Hipschmanqedit: Implement IMediaDet_(put|get)_CurrentStream.
2008-04-09  Dan Hipschmanqedit: Implement IMediaDet_get_OutputStreams.
2008-04-09  Dan Hipschmanqedit: Implement IMediaDet_get_Filename.
2008-04-09  Dan Hipschmanqedit: Implement IMediaDet_put_Filename.
2008-04-04  Dan Hipschmanqedit: Indicate the methods of IMediaDet are not implem...
2008-02-19  Lei Zhangqedit: Add stub implementation of MediaDet.