po: Update French translation.
[wine] / dlls / avifil32 / factory.c
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2010-12-08  Alexandre Julliardavifil32: Convert dll registration to the IRegistrar...
2010-12-05  Michael Stefaniucavifil32: Use an iface instead of an vtbl pointer in...
2008-10-18  Alexandre Julliardavifil32: Convert source files to utf-8.
2008-02-19  Alexandre Julliarduuid: Remove a few iids that don't belong here.
2008-02-12  Andrew Talbotavifil32: Assign to structs instead of using memcpy.
2007-12-31  Andrew Talbotavifil32: Remove unneeded casts.
2007-04-23  Andrew Talbotavifil32: Exclude unused headers.
2007-02-05  Andrew Talbotavifil32: Declare some variables static.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-10  Michael Stefaniucavifil32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-13  Mike McCormackavifil32: Use HeapAlloc instead of LocalAlloc. Make...
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Francois GougetReplace some IUnknown_QueryInterface() calls with the...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
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.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-21  Michael GünnewigNew AVI streamhandlers for audio and video streams.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-18  Michael Günnewig- Add wavefile handler.
2002-10-10  Michael Günnewig- Move the API into a new api.c file.