Moved the NONAMELESSUNION/STRUCT macros to wine/test.h so that they
[wine] / dlls / winmm / mciavi /
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-04-26  Christian CostaFixed flags handling in MCIAVI_mciInfo.
2005-03-08  Alexandre JulliardMake sure to always pass valid QS_* flags to
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-08-09  Mike HearnOnly trace FOURCC handler when one is specified
2004-07-14  Dmitry TimoshkovMake it possible to open read-only AVI files for a...
2004-04-05  Dmitry TimoshkovFallback to a compression scheme specified in the strea...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-19  Dmitry TimoshkovJust update from/to pointers and exit on a subsequent...
2004-03-18  Christian CostaRelease lock before wave calls that generate notification.
2004-03-16  Christian CostaAdded support for MCI_DGV_WHERE_MAX flag in MCIAVI_mciW...
2004-03-16  Christian CostaHandle avi files with non standard video stream names.
2004-03-16  Christian CostaFixed deadlock when stopping playback.
2004-03-01  Dmitry Timoshkov- Add a lot of traces to make debugging a bit easier.
2004-02-27  Dmitry TimoshkovConvert MCIAVI window support to unicode.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-01-28  Eric PouechFixed synchronization issue.
2004-01-20  Robert ReifFixed thread handle leaks.
2004-01-06  Dmitry TimoshkovRegister window class on mciavi driver loading, and...
2004-01-06  Dmitry TimoshkovReturn correct resource id for time format strings.
2004-01-05  Dmitry TimoshkovAccept all standard DIB compressions in the mciavi...
2004-01-05  Dmitry TimoshkovDecode stream number from AVI frame data and assign...
2004-01-02  Dmitry TimoshkovRemove a stray LeaveCriticalSection().
2004-01-01  Dmitry TimoshkovMuch improved mciavi driver. Fixed synchronization...
2003-12-31  Dmitry TimoshkovAdd Unicode->ANSI MCI message mapping, implement mciSen...
2003-11-21  Eric PouechHeapReAlloc doesn't allocate memory.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-02-12  Michael StefaniucAdded some missing LeaveCriticalSection's.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
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-11  Eric PouechLet MCI drivers support the session instance loading...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-02-14  Eric PouechStarted the real implementation of mciavi.
2001-01-15  Alexandre JulliardRemoved unnecessary headers.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
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-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.