wininet: Support the Cache-Control max-age directive for setting url cache entry...
[wine] / dlls / qedit /
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.