janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
[wine] / dlls / avifil32 / avifile.c
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-04-11  Mike McCormackavifil32: Fix a regression caused by patch removing...
2006-03-18  Mike McCormackavifil32: Use HeapAlloc instead of GlobalAlloc. Elimina...
2006-03-13  Mike McCormackavifil32: Use HeapAlloc instead of LocalAlloc.
2006-03-10  Mike McCormackavifil32: Use CoTaskMemAlloc when allocating memory...
2006-03-10  Mike McCormackavifil32: Fix some gcc 4.1 warnings cause by windowsx...
2005-09-17  Dmitry Timoshkov Revert previous change, it should not be needed anymor...
2005-09-12  Alex Villacís LassoInitialize structs for mmioDescend and FindChunkAndKeep...
2005-08-17  Mike McCormackgcc 4.0 warning fixes.
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-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-11-30  James HawkinsFixed a few memory leaks.
2004-10-05  Francois GougetReplace some IUnknown_QueryInterface() calls with the...
2004-09-16  James HawkinsUse InterlockedDecrement and InterlockedIncrement inste...
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-07-22  Marcus MeissnerFixed 2 more casted lvalue issues.
2004-07-04  Mike McCormackFix string conversion bugs.
2003-11-26  Michael GünnewigFixed multiple bugs in FindSample implementation of...
2003-10-14  Michael GünnewigFixed usage of GlobaReAlloc.
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-07-21  Michael Günnewig- Fixed AVIStreamTimeToSample and AVIStreamSampleToTime...
2003-07-02  Michael Günnewig- Fixed memory leak in AVISaveOptions.
2003-06-23  Michael Günnewig- Fixed some signed/unsigned mismatches.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-21  Michael Günnewig- Fixed many bugs which prevents writing.
2002-10-19  Michael GünnewigFixed very slow loading of index.
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-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2001-06-07  Hidenori TakeshimaImplemented some part of AVIFIL32.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-12  Dimitrie PaunCleaned up debug channels a bit.
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-13  Marcus MeissnerStarted on avifil32 implementation (only stubs currently).