quartz: Make the EnumPins interface dynamic.
[wine] / dlls / quartz / memallocator.c
2008-04-23  Maarten Lankhorstquartz: Fix inverted logic in memallocator.
2008-04-17  Maarten Lankhorstquartz: Fix IMediaSample2 SetPreroll and SetSyncPoint.
2008-03-13  Andrew Talbotquartz: Assign to structs instead of using memcpy.
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-04-09  Chris Robinsonquartz: Fix error with operator precedence.
2007-04-04  Chris Robinsonquartz: Don't call ReleaseSemaphore on NULL semaphore...
2007-03-13  Chris Robinsonquartz: Avoid asserting from used samples on allocator...
2007-03-12  Jan Zerebeckiquartz: Add DebugInfo to critical sections.
2007-03-08  Chris Robinsonquartz: Use proper alloc/free functions for COM objects.
2007-01-05  Francois Gougetquartz: Use '%u' to print GetLastError().
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-14  Alexandre JulliardGet rid of another long long constant.
2005-08-22  Christian CostaReturn S_OK when committing/decomitting an already
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-18  Maarten LankhorstFixed freeing of mediatype.
2005-04-11  Robert ShearmanReturn an error instead of crashing later on a divide...
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Christian CostaFixed MediaSample passing. This is the upstream filter...
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-13  Christian CostaAdded missing initialization of the filesource output...
2003-09-11  Robert ShearmanImplemented IMemAllocator and IMediaSample.