atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / quartz / memallocator.c
2012-07-03  Michael Stefaniucquartz: Use StdMemAllocator_from_IMemAllocator() instea...
2012-07-03  Michael Stefaniucquartz: Use unsafe_impl_from_IMediaSample() instead...
2012-07-03  Michael Stefaniucquartz: Avoid a COM object => iface => object round...
2012-07-03  Michael Stefaniucquartz: COM cleanup for IMediaSample2.
2010-12-09  Michael Stefaniucquartz: Use an iface instead of a vtbl pointer in BaseM...
2010-12-03  Juan Langquartz: Don't crash in SetMediaType if the source media...
2010-11-08  Maarten Lankhorstquartz: Fix return value of GetMediaTime.
2010-09-18  Aric Stewartquartz: Return E_OUTOFMEMORY of the StdMemAllocator...
2010-05-20  Michael Stefaniucquartz: Avoid using the long type.
2010-04-26  Gerald Pfeiferquartz: Fix return value for StdMediaSample2_GetTime...
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-12-04  Alexandre Julliardquartz: Use FIELD_OFFSET instead of casting a pointer...
2008-12-02  Alexandre Julliardquartz: Make some functions and variables static.
2008-07-29  Maarten Lankhorstquartz: Trace the iface pointer in the memory allocator.
2008-06-25  Maarten Lankhorstquartz: Make the memory allocator emit more warnings...
2008-06-24  Maarten Lankhorstquartz: Have thread safety in memallocator.
2008-06-21  Maarten Lankhorstquartz: Expose some methods so that a custom allocator...
2008-04-29  Maarten Lankhorstquartz: Fix bug in memallocator with test.
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.