Added support for DIRID_USERPROFILE.
[wine] / dlls / avifil32 /
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-13  Tom WicklineFixed version info.
2004-01-06  Alexandre JulliardSHCoCreateInstance is now documented (spotted by Franco...
2003-11-30  Dmitry TimoshkovA general cleanup of the version resources in Wine...
2003-11-26  Michael GünnewigFixed multiple bugs in FindSample implementation of...
2003-11-25  Michael GünnewigImplemented IAVIEditSTream_fnPaste method.
2003-11-17  Ivan Leo Murray... Improved Italian translations.
2003-10-27  Hans LeidekkerAdded Dutch translations.
2003-10-14  Michael GünnewigFixed usage of GlobaReAlloc.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-04  Michael Günnewig- First part of a new IAVIEditStream implementation.
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-17  Igor StepinAdded a lot of Russian translations.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Michael Günnewig- Implemented AVIStreamBeginStreaming and AVIStreamEndS...
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-08-22  José Manuel Ferrer... Some new Spanish translations and improvements to other...
2003-08-21  Ivan Leo Murray... Small resources fixes.
2003-08-21  Ivan Leo Murray... Added Italian resources.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-30  Francois GougetSome spelling fixes.
2003-07-21  Michael Günnewig- Added support for Sun Audio files in wave-file handler.
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  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-30  Christian CostaAdded some stubs.
2003-06-23  Michael Günnewig- Fixed some signed/unsigned mismatches.
2003-06-16  Rok MandeljcUpdated a bunch of translations for Slovenian language.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
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ünnewigAdded dialog for AVISaveOptions.
2002-10-23  Michael GünnewigImplemented AVIBuildFilterW and AVISaveOptions.
2002-10-23  Michael GünnewigFixed bug that prevented ICCompressorChoose from working.
2002-10-21  Michael GünnewigNew AVI streamhandlers for audio and video streams.
2002-10-21  Michael Günnewig- Fixed usage of handler instead of type in AVIMakeComp...
2002-10-21  Michael Günnewig- Fixed many bugs which prevents writing.
2002-10-19  Michael Günnewig- Fixed loading of wave files.
2002-10-19  Michael GünnewigFixed very slow loading of index.
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-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-19  Hidenori TakeshimaFixes for compatibility.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
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.
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-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-25  Ove KaavenRouted a couple of 16-bit avifile.dll handlers to the...
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
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-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-12  Dimitrie PaunCleaned up debug channels a bit.
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
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...
next