oleaut32: Fix differences between the size returned in sizing the
[wine] / dlls / quartz /
2006-02-07  Dmitry Timoshkovquartz: Register some of the interfaces.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2005-12-09  Thomas Weidenmuellerquartz: Fix incorrect usages of the HRESULT_FROM_WIN32...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-10-10  Christian CostaMake window uses black brush for background.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-25  Christian CostaFix function names.
2005-09-14  Alexandre JulliardGet rid of another long long constant.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-09-02  Christian CostaForward calls of IBasic* and IVideoWindow interfaces...
2005-08-22  Christian CostaReturn S_OK when committing/decomitting an already
2005-08-22  Christian CostaProperly allocate/release memory when adding filters...
2005-08-17  Christian CostaAdd stubbed IGraphConfig interface to the filtergraph.
2005-08-17  Christian CostaFix rendering of paletted video stream.
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-20  Mike McCormackMake functions static, fix declarations.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetRemove unneeded NULL cast.
2005-06-13  Christian CostaAdded window support to the video renderer:
2005-06-07  Christian CostaDon't use fullscreen mode in video renderer for now...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-05  Christian CostaFixed clock release in transform template.
2005-06-04  Christian CostaRelease clock only when one is set.
2005-05-18  Maarten LankhorstAdded reconnect function for filtergraph.
2005-05-18  Maarten LankhorstFixed freeing of mediatype.
2005-05-17  Robert ShearmanRename MODULENAME_Dll* functions to Dll* for better...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Maarten LankhorstFixed two small memory leaks.
2005-05-06  Maarten LankhorstFixed a dozen of reference (and some memory) leaks.
2005-05-06  Maarten LankhorstFixed {Copy/Delete/Free}MediaType functions to show...
2005-05-05  Christian CostaForward CLSID_FilterGraphNoThread to CLSID_FilterGraph.
2005-04-25  Christian CostaImproved errors handling a bit in dsound renderer.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-11  Robert ShearmanReturn an error instead of crashing later on a divide...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-25  Jakob ErikssonDon't run FilterGraph tests if FilterGraph functionalit...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-02  Christian CostaHandle End Of Stream notifications.
2005-02-22  Christian CostaFixed ACM Wrapper.
2005-02-21  Christian CostaImproved AVIDec.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-10  Christian CostaAdded WAVE parser.
2005-02-08  Christian CostaAdded parser template and made AVISplitter use it.
2005-02-01  Christian CostaAdded ACM Wrapper filter.
2005-01-31  Christian CostaAdded transform filter template and made AVIDec use it.
2005-01-21  Mike HearnFix heap corruption in quartz server registration,...
2005-01-11  Paul VriensAdd an extra class to register.
2005-01-09  Christian CostaFixed error handling in Graphbuilder_RenderFile.
2005-01-09  Christian CostaAdded registration for quartz filters.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Paul Vriens- Media Types (and Extensions) should use "Source Filte...
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2005-01-03  Christian CostaImplemented IMediaControl_Run that explores the graph...
2005-01-03  Christian CostaAdded registration/unregistration of media types.
2004-12-27  Christian CostaInitialize the COM libraries for the newly created...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-20  Christian CostaFixed MediaSample passing. This is the upstream filter...
2004-12-16  Christian CostaMany fixes to the system clock implementation.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-08  Christian CostaAllocate the proper size for the SystemClock object.
2004-12-06  Christian CostaBetter handling of errors in RenderFile.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Christian CostaAVI decompressor:
2004-11-29  Alexandre JulliardAdded missing CoInitialize.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-19  Christian CostaImplemented IGraphBuilder methods: Connect, Render...
2004-11-19  Christian CostaFixed IEnumPinsImpl_Next.
2004-10-18  Joris HuizerAdded IClassFactory->CreateInstance aggregation checks.
2004-10-08  Vincent BéronCorrect the calling convention of GetSystemWow64Directo...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-10-05  Alexandre JulliardConverted control.h to idl.
2004-09-28  Huw DaviesFix a reference leak on failure (spotted by Rob Shearman).
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-20  Christian CostaAdded support for REGFILTER2 structure with dwVersion...
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-06  Christian CostaAdded stubs for AmpFactorToDB and DBToAmpFactor.
2004-09-01  Christian CostaFixed FilterMapper2_CreateCategory.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-24  Christian CostaAdded Video Renderer (based on Direct Draw).
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-19  Francois GougetAdded 'strmiids.lib'.
2004-08-19  Francois GougetDefine COBJMACROS. Fixes compilation on Windows.
2004-08-19  Robert Shearman- Remove duplicated code in file reader.
2004-08-16  Christian CostaAdded tests for filtergraph.
2004-08-16  Robert ShearmanFix potential race in IPinImpl_ConnectedTo.
2004-08-16  Christian CostaAdded handling of 'idx1' (index) chunk.
2004-08-16  Christian CostaFixed a bug that made the connection possible whereas...
2004-08-13  Christian CostaAdded missing initialization of the filesource output...
next