d3d9/tests: Correct nv40 results.
[wine] / dlls / qedit /
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2013-03-05  Alessandro Pignottiqedit: Implement IMediaSeeking and IMediaPosition in...
2013-02-07  Michael Stefaniucqedit: Let C look like C.
2012-11-22  Michael Stefaniucqedit: "Fix" DllCanUnloadNow() implementation.
2012-08-20  Michael Stefaniucqedit: COM cleanup for the IClassFactory iface.
2012-07-02  Michael Stefaniucqedit/tests: Add COM aggregation test for MediaDet.
2012-07-02  Michael Stefaniucqedit: Support COM aggregation for MediaDet.
2012-06-27  Michael Stefaniucqedit: Support COM aggregation for SampleGrabber.
2012-06-27  Michael Stefaniucqedit: COM cleanup for the IPin iface (SampleGrabber).
2012-06-27  Michael Stefaniucqedit: Basic COM cleanup for SampleGrabber.
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.
2012-01-04  André HentschelAssorted header comment cleanup.
2011-12-20  Francois Gougetdlls: Standardize on 'static const WCHAR' for our Unico...
2011-11-22  Michael Stefaniucqedit/tests: Add SampleGrabber COM aggregation test.
2011-10-31  Andrew Talbotqedit: Remove unneeded address-of operator from array...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-05-24  Marcus Meissnerqedit: Mark internal symbols with hidden visibilitiy.
2010-12-09  Michael Stefaniucqedit: Use an iface instead of a vtbl pointer in MediaD...
2010-12-08  Alexandre Julliardqedit: Convert dll registration to the IRegistrar mecha...
2010-11-26  Maarten Lankhorstqedit: Try all possible splitter filters instead of...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-26  Francois Gougetqedit: Make (media,pins)enum_create() static.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-27  Austin Englishqedit: Fix return value of DllUnregisterServer.
2010-05-11  Michael Stefaniucqedit: Avoid using long.
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-22  Francois Gougetqedit: Don't cast NULL.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Paul Chitescuqedit: Implement buffering in SampleGrabber.
2010-03-15  Paul Chitescuqedit: SampleGrabber pins should enumerate a preferred...
2010-03-15  Paul Chitescuqedit: In SampleGrabber ReceiveConnection check early...
2010-03-02  Paul Chitescuqedit: A full format is required when connecting either...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-17  Paul Chitescuqedit: Always print a TRACE when a SampleGrabber pin...
2010-02-17  Paul Chitescuqedit: In output pin's IPin_Connect call ReceiveConnect...
2010-02-15  Paul Chitescuqedit: Add media type enumerator to SampleGrabber.
2010-02-15  Paul Chitescuqedit: Add pins enumerator implementation to SampleGrabber.
2010-02-15  Paul Chitescuqedit: Add current media type and media matching to...
2010-02-15  Paul Chitescuqedit: Add pins, IMemInputPin implementation and grabbi...
2010-02-04  Paul Chitescuqedit: Mostly stubbed out implementation of SampleGrabb...
2009-12-15  Huw Daviesqedit: Fix a memory leak.
2009-03-12  Michael Stefaniucqedit: Change long to LONG in qedit.idl.
2009-01-03  Alexandre Julliardqedit/tests: Fix a pointer casting warning on 64-bit.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
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  Mikołaj Zalewskiqedit/tests: Fix dependency.
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-09  Dan Hipschmanqedit/tests: Fix an incorrect count given to GetTempPathW.
2008-04-07  Dan Hipschmanqedit/tests: Add a partial test for IMediaDet_get_Strea...
2008-04-07  Dan Hipschmanqedit/tests: Add a test for IMediaDet_(put|get)_Current...
2008-04-07  Dan Hipschmanqedit/tests: Add a test for IMediaDet_get_Filename.
2008-04-07  Dan Hipschmanqedit/tests: Add a test for IMediaDet_get_OutputStreams.
2008-04-07  Dan Hipschmanqedit/tests: Add test framework and test for IMediaDet_...
2008-04-07  Dan Hipschmanqedit/tests: Don't forget CoUninitialize.
2008-04-04  Dan Hipschmanqedit: Indicate the methods of IMediaDet are not implem...
2008-02-19  Lei Zhangqedit: Add stub implementation of MediaDet.
2008-02-19  Lei Zhangqedit: Add tests directory and a simple test.
2008-02-19  Lei Zhangqedit: Add MediaDet registration.
2008-02-19  Lei Zhangqedit: Add the DirectShow ClassFactory.
2008-02-19  Lei Zhangqedit: Skeleton implementation of qedit.dll.