dmusic: Set instrument stream position where the instrument begins, not at the beginn...
[wine] / dlls / avifil32 / api.c
2012-08-13  Michael Stefaniucavifil32: Avoid TRUE:FALSE conditional expressions.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-01-13  Alexandre Julliardavifil32: Append the *.* extension by hand after loadin...
2010-09-09  Alexandre Goujonavifil32: Fix EditStreamSetInfo wine checks.
2010-05-18  Michael Stefaniucavifil32: Remove some redundant "not NULL" checks ...
2010-03-15  Nikolay Sivovavifil32: Registry access calls don't return HRESULT...
2010-01-19  Julius Schwartzenbergavifil32: Allow files with different extensions to...
2010-01-06  Henri Verbeetavifil32: Don't leak the buffer on HeapReAlloc() failur...
2009-03-24  Alexandre Julliardavifil32: Make avifile.dll into a stand-alone 16-bit...
2008-10-18  Alexandre Julliardavifil32: Convert source files to utf-8.
2008-06-23  Detlef Riekenbergavifil32: The array index is 0-based.
2008-02-25  Rob Shearmanavifil32: Fix the character count passed into LoadStrin...
2008-02-19  Rob Shearmanavifil32: Simplify a comparison in AVIBuildFilterW.
2008-02-12  Andrew Talbotavifil32: Assign to structs instead of using memcpy.
2007-12-31  Andrew Talbotavifil32: Remove unneeded casts.
2007-12-05  Vitaly Lipatovavifil32: Fix buffer sizes.
2007-10-16  Bang Jun-youngavifil32: Fix prototype for AVIStreamFindSample() to...
2007-09-13  Andrew Talbotavifil32: Fix some memory leaks.
2007-04-23  Andrew Talbotavifil32: Exclude unused headers.
2006-11-13  Francois GougetAssorted spelling fixes.
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-06-16  Marcus Meissneravifil32: Corrected destination size in MultiByteToWide...
2006-06-13  Alexandre Julliardavifil32: Declare varargs functions as WINAPIV instead...
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-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.