oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_UI4.
[wine] / dlls / mciavi32 /
2012-11-13  Jörg Höhlemciavi: Fix player deadlock when starting to play.
2012-08-16  Andrew Eikummciavi32: Advance video frames based on frame duration...
2011-05-20  Marcus Meissnermciavi32: Mark internal symbols with hidden visibility.
2010-11-15  Jörg Höhlemciavi: MCI_OPEN @NNNN should use an open AVIFile/Strea...
2010-11-12  Jörg Höhlewinmm: Use MCI_HWND and MCI_HDC in resource files.
2010-11-02  Jörg Höhlewinmm: MCI_INFO doesn't change the output buffer in...
2010-09-29  Alexandre Julliardwinmm: Make MCI_STATUS return type a 64-bit integer...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-02  Octavian Voicuwinmm: Replace command ids with symbolic constants...
2010-09-02  Octavian Voicuwinmm: Replace return types with symbolic constants...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-20  Jörg Höhlewinmm: Have MCI drivers handle notification for MCI_OPEN.
2010-05-17  Michael Stefaniucmciavi32: Remove redundant "not NULL" checks of the...
2010-03-16  Jörg Höhlemciavi: Stubs should return a success code.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Jörg Höhlemciavi: Prevent deadlock when closing while playing...
2010-02-12  Jörg Höhlemciavi: Support more MCI_STATUS queries.
2010-02-12  Jörg Höhlemciavi: Step is like Seek.
2010-02-12  Jörg Höhlemciavi: Support the MCI_TEST flag.
2010-02-12  Jörg Höhlemciavi: Use MCIERR_UNSUPPORTED_FUNCTION, not 0 (NOERROR).
2010-02-12  Jörg Höhlemciavi: First check inputs, then (perhaps) stop and...
2009-12-18  Jörg Höhlemciavi: Do not stub unsupported recording or editing...
2009-12-18  Jörg Höhlemciavi: Complete MCI GetDevCaps/capability.
2009-12-01  Jörg Höhlemciavi: Simplify play loop.
2009-11-10  Marcus Meissnermciavi32: Removed duplicate strlen/NULL check (Coverity).
2009-04-15  Vincent Povirkmciavi32: Remove unnecessary string buffers in MCIAVI_m...
2009-03-24  Kirill K. Smirnovmciavi32: Fix typo.
2009-01-19  Christian Costamciavi: Don't wait for events we don't handle.
2009-01-12  Christian Costamciavi: In MCI, RECT structure is used differently...
2009-01-02  Christian Costamciavi: Implement MCI_DGV_PUT_WINDOW in MCIAVI_mciPut.
2008-12-23  Anders Jonssonmciavi32: Fix typo.
2008-12-04  Alexandre Julliardmciavi32: Make a function static.
2008-06-25  Dmitry Timoshkovmciavi32: Read the stream header in order to determine...
2008-04-21  Andrew Talbotmciavi32: Remove unused variables.
2008-03-05  Andrew Talbotmciavi32: Assign to struct instead of using memcpy.
2008-02-25  Rob Shearmanmciavi32: Fix the buffer length passed into strncat...
2007-12-21  Andrew Talbotmciavi32: Remove unneeded casts.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-01  Dmitry Timoshkovmciavi32: Fix compilation warnings in 64-bit mode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-12  Jan Zerebeckimciavi32: Add DebugInfo to critical sections.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-12  Michael Stefaniucmciavi32: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-07  Francois GougetAssorted spelling fixes.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-22  Dmitry Timoshkovmciavi32: Rewrite asynchronous MCI_PLAY command handling.
2005-11-28  Dmitry TimoshkovFix all drivers DriverProc to conform to the DRIVERPROC...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-19  Dmitry TimoshkovDirectly copy DIB bits into destination DC.
2005-08-23  Rémi AssaillyMoved mciavi32 to the top-level dlls directory.