atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / quartz / filtermapper.c
2012-07-02  Michael Stefaniucquartz: Move the FilterMapper_create to avoid forward...
2012-07-02  Michael Stefaniucquartz: Standardize COM aggregation for FilterMapper.
2012-05-14  Jacek Cabaninclude: Use widl to take care of nameless structs...
2012-02-07  Aric Stewartquartz: AMFilterData_ParseFilterData returns a pointer...
2011-09-06  Michael Stefaniucquartz: Use an IDL file to define the IAMFilterData...
2011-06-21  Michael Stefaniucquartz: COM cleanup for the ifaces of FilterMapper3Impl.
2010-12-03  Maarten Lankhorstquartz: Support IFilterMapper3 interface.
2010-04-07  Henri Verbeetquartz: Don't return a pointer to a stack variable...
2010-03-15  Nikolay Sivovquartz: Don't cast WSTR to BSTR, convert properly instead.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-12-08  Christian Costaquartz: Accept null clsMinorType for pins when register...
2008-12-02  Alexandre Julliardquartz: Make some functions and variables static.
2008-10-08  Michael Stefaniucquartz: Use the right FAILED/SUCCEEDED macro instead...
2008-10-01  Rob Shearmanquartz: Don't use strlenW in array size declaration.
2008-07-18  Alexander Dorofeyevquartz: Make Filtermapper aggregatable.
2008-07-02  Alexander Dorofeyevquartz: Fix memory leak and behavior on errors in Filte...
2008-07-02  Alexander Dorofeyevquartz: Fix memory leak in FilterMapper_RegisterFilter.
2008-07-02  Alexander Dorofeyevquartz: Fix memleak in FilterMapper2_RegisterFilter.
2008-07-02  Alexander Dorofeyevquartz: Fix memory leaks in FM2_DeleteRegFilter.
2008-07-01  Alexander Dorofeyevquartz: Improve variant handling in FilterMapper_EnumMa...
2008-07-01  Alexander Dorofeyevquartz: Fix string buffer overflow.
2008-07-01  Alexander Dorofeyevquartz: Improve removal of registry data in Filtermappe...
2008-07-01  Alexander Dorofeyevquartz: Fix registry key creation.
2008-07-01  Alexander Dorofeyevquartz: Fix calculating wide string size.
2008-07-01  Alexander DorofeyevRevert "quartz: Only enumerate renderers if bRender...
2008-06-25  Alexander Dorofeyevquartz: Prevent heap corruption if IPropertyBag_Read...
2008-06-25  Alexander Dorofeyevquartz: Fix accessing variant string.
2008-06-24  Maarten Lankhorstquartz: Only enumerate renderers if bRender is set...
2008-02-29  Rob Shearmanquartz: Don't assume that strlenW of a constant string...
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-06-27  Michael Stefaniucquartz: Remove superfluous casts of void pointers to...
2007-06-04  Marcus Meissnerquartz: Added some error checking on failure to CreateC...
2007-04-11  Chris Robinsonquartz: Implement IAMFilterData interface for IFilterMa...
2007-03-05  Chris Robinsonquartz: Improve reference traces.
2007-03-05  Chris Robinsonquartz: Return the proper interface for IFilterMapper.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before CoTaskM...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-09  Thomas Weidenmuellerquartz: Fix incorrect usages of the HRESULT_FROM_WIN32...
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-01-09  Christian CostaFixed error handling in Graphbuilder_RenderFile.
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-05  Francois GougetAssorted spelling fixes.
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-01  Christian CostaFixed FilterMapper2_CreateCategory.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-03-04  Christian CostaImplemented IFilterGraphImpl_EnumFilters and IEnumFilte...
2004-03-01  Christian CostaImplemented IFilterMapper and IEnumRegFilters interfaces.
2003-12-30  Robert Shearman- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-08-06  Robert Shearman- Bugfix when adding filters to graph due to not initia...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-02  Robert ShearmanFix compilation due to nameless structs and unions.
2003-07-01  Robert ShearmanImplemented IFilterMapper2.