janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
[wine] / dlls / avifil32 / api.c
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-10  Mike McCormackavifil32: Fix some gcc 4.1 warnings cause by windowsx...
2005-09-08  Mike McCormackFix gcc 4.0 warnings.
2005-07-02  Marcus MeissnerUse CoCreateInstance instead of SHCoCreateInstance...
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-21  Vincent BéronFixed some calling conventions.
2004-12-27  Hans LeidekkerStub implementations for AVIMakeStreamFromClipboard...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-11-29  Eric PouechMade some functions and variables static.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-04  Mike McCormackFix string conversion bugs.
2004-01-06  Alexandre JulliardSHCoCreateInstance is now documented (spotted by Franco...
2003-10-04  Michael Günnewig- First part of a new IAVIEditStream implementation.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Michael Günnewig- Implemented AVIStreamBeginStreaming and AVIStreamEndS...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-21  Michael Günnewig- Fixed AVIStreamTimeToSample and AVIStreamSampleToTime...
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Michael Günnewig- Fixed memory leak in AVISaveOptions.
2003-06-30  Christian CostaAdded some stubs.
2003-06-23  Michael Günnewig- Fixed some signed/unsigned mismatches.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-29  Patrik StridvallFixed some issues found by winapi_check.
2002-10-23  Michael GünnewigImplemented AVIBuildFilterW and AVISaveOptions.
2002-10-21  Michael Günnewig- Fixed usage of handler instead of type in AVIMakeComp...
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.
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-06-07  Hidenori TakeshimaImplemented some part of AVIFIL32.