avifile: Convert the Russian resources to UTF-8.
[wine] / dlls / avifil32 / editstream.c
2008-11-03  Michael Stefaniucavifil32: Remove superfluous casts of void pointers.
2008-10-18  Alexandre Julliardavifil32: Convert source files to utf-8.
2008-09-12  Rob Shearmanavifil32: Add explicit "!= S_OK" to expressions that...
2008-07-08  Andrew Talbotavifil32: Remove unneeded address-of operators from...
2008-01-18  Austin EnglishMisc spelling fixes.
2007-04-23  Andrew Talbotavifil32: Exclude unused headers.
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-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-04-12  Dmitry Timoshkovavifil32: Avoid not necessary zeroing out of an allocat...
2006-04-11  Mike McCormackavifil32: Fix a regression caused by patch removing...
2006-03-13  Mike McCormackavifil32: Use HeapAlloc instead of Global/LocalAlloc.
2006-03-06  Mike McCormackavifil32: Fix some more gcc 4.1 warnings caused by...
2005-08-17  Mike McCormackgcc 4.0 warning fixes.
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-01-14  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-10-05  Alexandre JulliardAvoid depending on the non-standard IUnknown_METHODS...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
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-08-12  Alexandre JulliardGet rid of the non-standard ICOM_DEFINE macro.
2004-07-22  Marcus MeissnerFixed 2 more casted lvalue issues.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-11-25  Michael GünnewigImplemented IAVIEditSTream_fnPaste method.
2003-10-04  Michael Günnewig- First part of a new IAVIEditStream implementation.