Properly implement DllCanUnloadNow ref counting.
[wine] / dlls / winmm /
2004-12-08  Ge van GeldorpMatch PSDK definitions for LPCWAVEFORMATEX.
2004-12-08  Michael JungFixed linking issues.
2004-12-07  Alexandre JulliardFixed compile error.
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2004-12-01  Filip Navara- Check the return value from *_GETNUMDEVS message...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Eric PouechMade some functions and variables static.
2004-11-21  Rémi AssaillyAdd some missing error values in WINMM_ErrorToString.
2004-11-19  Robert ReifOne step closer to getting hardware accelerated capture...
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-11-03  Robert ReifDon't consider a MMSYSERR_NOTSUPPORTED failure a test...
2004-11-02  Jeremy WhiteThe Sleep(0) in this loop is incorrect, and should...
2004-10-26  Robert ReifSplit up audio.c into three separate .c files:
2004-10-26  Robert Reifwin 9x doesn't always support waveOutGetDevCapsW so...
2004-10-25  Robert ReifDon't consider no driver a test failure.
2004-10-21  Francois GougetRemove HAVE_LIBAUDIOIO_MIDI and LIBAUDIOIO_MidiInit().
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-18  Robert ReifDon't consider MMSYSERR_NOTSUPPORTED an error for wide...
2004-10-18  Jeremy WhiteRevise winmm/time.c to fix timer resolution at 1 ms...
2004-10-14  Hans LeidekkergetMessage() is only defined when HAVE_OSS is defined.
2004-10-11  Eric Pouech- bring the multimedia doc up-to-date
2004-10-04  Jerry JenkinsFix an error message.
2004-10-04  Jerry JenkinsDon't use the SND_PCM_ASYNC flag for the moment.
2004-09-27  Uwe BonnesCall GetProcessHeap() instead of passing its address.
2004-09-22  Alexandre JulliardRevert broken change in previous patch.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-02  Rein KlazesFix a heap corruption in MIX_Init ( sizeof() != strlen...
2004-09-01  Alexandre JulliardFunction parameters don't need WINE_UNUSED.
2004-09-01  Francois GougetAdd support for the AUDIODEV and MIXERDEV environment...
2004-08-31  Francois GougetDon't include 'mmddk.h', it's not needed. The winmm...
2004-08-30  Robert ReifTest 32 bit float samples.
2004-08-30  Robert ReifRound results of conversions between OSS and windows...
2004-08-27  Robert ReifAdds tests to read and write control details.
2004-08-27  Robert ReifSet proper target type.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-25  Dmitry TimoshkovFix an obvious typo leading to a crash.
2004-08-25  Robert ReifAdded 32 bit float support.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Robert ReifAdded support for multiple mixers.
2004-08-22  Robert ReifFixed bug in volume control step size so that it actual...
2004-08-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-08-20  Robert Shearman- Input path can have trailing slash.
2004-08-20  Robert ReifChange step size from 0 to 1 for volume controls to...
2004-08-19  Robert ReifAdded 24/32 bit sample size and 4/6 channel support.
2004-08-19  John K. HohmConsistently suggest proper Emulation rather than Emula...
2004-08-19  Robert ReifAdded 32 bit sample size tests and 4 and 6 channel...
2004-08-19  Robert ReifCleanup messages in supportedFormat.
2004-08-19  Robert ReifDon't try to find alternate formats for non PCM formats.
2004-08-18  Robert ReifSome sound cards have different capabilities when doing...
2004-08-16  Eric PouechImplemented the mmTask* functions.
2004-08-16  Robert ReifAdded test for WAVEFORMATEXTENSIBLE support.
2004-08-16  Robert ReifAdded WAVEFORMATEXTENSIBLE support.
2004-08-16  David KredbaAdded Czech resources.
2004-08-13  Robert ReifMore WAVEOUTCAPSW tests.
2004-08-13  Francois GougetThe Windows headers support for NONAMELESSUNION and...
2004-08-13  Francois GougetThe Windows headers don't define the DRV_QUERYDEVICEINT...
2004-08-13  Robert ReifBetter mmap failure error message.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Robert ReifOnly print out verbose information when in interactive...
2004-08-11  Robert ReifOnly copy number of bytes specified up to size of DevCa...
2004-08-09  Huw D M DaviesFix compilation of winmm tests.
2004-08-09  Mike HearnOnly trace FOURCC handler when one is specified
2004-08-09  Robert ReifAdded some mixer tests.
2004-08-09  Robert ReifChange MIXER_GetDev to take pointer to returned address...
2004-08-04  Robert ReifAdd CRITICAL_SECTION debug info.
2004-08-02  Francois GougetPlay back what has been recorded when in interactive...
2004-07-29  Marcelo DuarteLocalization of devenum to Portuguese and minor correct...
2004-07-23  Francois GougetAdded bytes_to_mmtime() to convert the stream position...
2004-07-23  Francois GougetSort the winmm test formats by increasing sampling...
2004-07-23  Robert ReifTest waveInGetDevCapsW.
2004-07-23  Robert ReifWindows 95 doesn't support waveOutGetDevCapsW.
2004-07-21  Francois GougetMake sure we won't get an overflow in check_position...
2004-07-21  Robert ReifAdds *GetDevCapsW bad pointer check.
2004-07-21  Filip Navara- Implementation of mmTaskCreate. Based on patch by...
2004-07-20  Francois GougetRevert my previous incorrect check_position() patch...
2004-07-20  Robert ReifNotify when position format not supported.
2004-07-19  Francois GougetCheck that we are still playing in wodUpdatePlayedTotal...
2004-07-19  Francois GougetIn interactive mode, check that the tone duration is...
2004-07-19  Francois GougetFix the check_position() test: on Windows waveOutGetPos...
2004-07-19  Francois GougetUse round() instead of ceil() in wodGetPosition(TIME_SM...
2004-07-14  Francois GougetAn SNDCTL_DSP_SETDUPLEX failure should be a WARN()...
2004-07-14  Dmitry TimoshkovMake it possible to open read-only AVI files for a...
2004-07-13  Henning GerhardtMore German translations.
2004-07-06  Robert ReifGet certification for VerifyCertification from driver...
2004-06-30  Dimitrie O. PaunLookup driver information in registry and system.ini.
2004-06-28  Hajime SegawaAdded some Japanese translations.
2004-06-16  Francois GougetLog the format when mapping the sound device (or failin...
2004-06-15  Francois GougetFix the check for SNDCTL_DSP_GETCAPS so that it is...
2004-06-15  Francois GougetChange the ARTS_Init() error message from an ERR()...
2004-06-14  Robert ReifAdded tracing to all functions.
2004-06-14  Robert ReifRemoved 11 bit sample size capture test because at...
2004-06-14  Robert ReifReset played variables on open.
2004-06-14  Mike McCormackFix PlaySound.
2004-06-14  Robert ReifDon't try to map the mapper device.
2004-06-04  Robert ReifTreat WAVE_MAPPER as a real device and performs all...
2004-06-04  Robert ReifHandle case where partial structure update requested.
2004-06-01  Robert ReifFix calculation of SMPTE time (round up to full frame).
next