ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / quartz /
2006-08-28  Robert Shearmanquartz: Use the absolute height of the bitmap format...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-26  Alex Villacís Lassoquartz: Skip over INFO chunk in AVI file parsing.
2006-08-18  Stefan Leichterquartz: Print 64bit integers with wine_dbgstr_longlong.
2006-08-18  Sagar Mittalquartz: DSoundRender: Do not overwrite a full buffer.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  Piotr Cabanquartz: Fixed crash in releasing uninitializes pAlloc...
2006-06-29  Paul Vriensquartz: Fixed typo (Coverity).
2006-06-29  Paul Vriensquartz: Use the return value of register_key_guid.
2006-06-22  Ivan Leoquartz: Fix media type detection.
2006-05-24  Mike McCormackFixed more boolean comparisons against TRUE.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Hans Leidekkerquartz: Add stub implementation for AMGetErrorText...
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
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.
next