OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
[wine] / multimedia /
1999-06-26  Eric PouechFixed alignment and position when looking for mmio...
1999-06-26  Eric PouechNo longer using global vars (shared data) for mm timers...
1999-06-26  Eric PouechNo longer using global vars (shared data) for mm timers...
1999-06-26  Eric PouechFixed null ptr deref introduced in last patch.
1999-06-22  Eric PouechBetter handling of double quotes in MCI string commands.
1999-06-22  Eric PouechFixed memory leak in mci structures.
1999-06-13  Marcus MeissnerFixed small memory corruption.
1999-06-12  Eric Pouech- simplified internal data
1999-06-12  Ove KaavenDon't ignore application-requested primary buffer flags.
1999-06-07  Eric PouechFixed mmioDescend when called with a parent chunk.
1999-06-06  Alexandre JulliardMoved inclusion of winestring.h to winebase.h.
1999-06-05  Eric PouechAdded some digital video interface
1999-06-05  Eric PouechAdded (still incomplete) handling of MCI_BREAK command.
1999-05-24  Eric Pouechremoved obsoleted init.c source file
1999-05-24  Eric Pouechmoved to new trace interface
1999-05-24  Eric Pouechincluded DLL init sequence (from obsoleted init.c)
1999-05-24  Eric Pouechincluded midi init sequence (from obsoleted init.c)
1999-05-24  Eric Pouechincluded mci init sequence (from obsoleted init.c)
1999-05-24  Eric Pouechoutput: better internal thread interface (orthogonaliza...
1999-05-24  Eric Pouechmoved to the new debug interface
1999-05-24  Eric Pouechmoved to the new debug interface
1999-05-24  Eric PouechUpdated traces.
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-22  Marcus MeissnerFixed specs for mixerGetDevCaps16/mixerGetID16, fixed...
1999-05-22  Ove KaavenUse service thread for "true" multimedia timers.
1999-05-17  Jukka KangasWhen opening the file we don't need MMIO_EXCLUSIVE
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Kevin HolbrookFixed implicit type warning.
1999-05-04  Ulrich WeigandAdded PlaySound16, sndPlaySound16.
1999-05-03  Eric Pouechcleaned up debug channels to use default one (mmsys)
1999-05-03  Eric Pouechsmall range fixes for OSS driver
1999-05-03  Eric Pouechfirst (working) shot at OSS mixer low level interface
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Michael VekslerRemoved redundant include of winbase.h from winuser16.h.
1999-05-02  Eric Pouech- got rid of all the internal MM tweaks to load builtin MCI
1999-05-01  Marcus MeissnerMCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldPro...
1999-04-24  Ove KaavenDon't malloc/free for every mixing operation, use the...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-19  Eric PouechFixed playing position when required by track number.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Eric PouechReduced fragment size.
1999-04-11  Eric PouechAdded event callback mechanism.
1999-04-11  Eric PouechUpdated (prepare|unprepare)header functions to allow...
1999-04-11  Eric PouechSmall enhancement.
1999-04-11  Eric PouechNew method for structure conversion (16 <-> 32).
1999-04-11  Eric PouechUpdated (prepare|unprepare)header functions to allow...
1999-04-11  Francois Gouget- updated because of the splitting of interface/impleme...
1999-04-11  Francois GougetICOMisation of the DirectSound API.
1999-04-10  Ove KaavenFixed fake multimedia timers. Grim Fandango is now...
1999-04-06  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-03  Eric PouechmmioOpen() now handles correctly MMIO_PARSE flag.
1999-04-01  Eric PouechStarting implementation of MCI creator tasks
1999-03-28  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-03-25  David LuyerChanged "strings.h" to "string.h".
1999-03-22  Eric PouechStarted calling mixer as a 32 bit low level driver...
1999-03-22  Eric PouechFixed a few bugs. Started implementing mixerMessage...
1999-03-22  Eric PouechImplemented mciExecute.
1999-03-22  Eric PouechAdded yield proc members to mci struct.
1999-03-19  Eric PouechFixed some bugs in MCI message mapping (32A => 16).
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-15  Eric PouechMoved all MCI internal functions/variables/macros to...
1999-03-15  Eric PouechMake use of digitalv.h file.
1999-03-15  Eric PouechChanged how list of loadable MCI drivers is obtained.
1999-03-15  Eric PouechCosmetic fixes.
1999-03-15  Eric PouechMakes use of new CDAUDIO_Seek() function.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-13  Marcus MeissnerSome fixes and additions.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Marcus MeissnerAdded missing <sys/types.h>.
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Marcus MeissnerSome Solaris fixes. <resolv.h> needs <arpa/nameser...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-22  Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-20  Marcus MeissnermmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF...
1999-02-19  Francois GougetChanged the first parameter from LPGUID (Windows header...
1999-02-18  Marcus MeissnerRemoved superflous WINAPI (mismatch with prototype...
1999-02-17  Marcus MeissnermmioDescend: fixed FIND_xxxx, verified with mciavi32...
1999-02-17  Francois GougetChanged ICOM_THIS definition.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Brian Joseph CzapigaFixed a few #ifdefs.
1999-02-14  Eric PouechFixed bugs on MCI notification (callback info are copie...
1999-02-14  Marcus MeissnerSome ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
1999-02-13  Eric PouechAdded support for MCI AVI driver
1999-02-11  Andreas MohrFixes mixerGetID16/32 problems/errors.
1999-02-11  Francois GougetIsEqualGUID is defined in 'include/wine/obj_base.h...
1999-02-10  Francois GougetBetter set of macros for defining the COM interfaces.
1999-02-09  Ove KaavenSounds were cut off due to integer overflow. Fixed.
1999-02-05  Marcus MeissnerUpdated msvideo / vfw.h, use builtin msvfw32.dll by...
1999-02-02  Eric PouechFixed tracks indexing in mcicda.c
1999-01-30  Andreas MohrFixed error messages.
1999-01-29  Marcus MeissnerUpdated msvideo. New program 'icinfo [-about] [-configu...
1999-01-28  Peter Hunnisett- Small bug fix.
1999-01-28  James JuranCommented out unused variables to prevent needless...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-24  Geoff ClareSeveral internal functions won't compile when the condi...
1999-01-23  Rob RiggsFixed duplicate sound buffer handling. Updated status.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
next