Fix signed/unsigned comparison warnings.
[wine] / dlls / winmm /
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).
2004-06-01  Robert ReifAdded a test to check playback position after done...
2004-06-01  Robert ReifReturns proper error code when trying to get caps when...
2004-06-01  Robert ReifFixed a bug where wrong a return value was returned...
2004-06-01  Robert ReifAdded some trace and debug printing.
2004-06-01  Robert ReifAdded another possible windows failure mode.
2004-05-27  Uwe BonnesFixed missing inversion in bit manipulation.
2004-05-27  Robert ReifFixed a problem were a trace accesses a data member...
2004-05-27  Robert ReifAdded WAVE_MAPPED flag test.
2004-05-27  Ivan Leo PuotiChanged my name, so update copyright info.
2004-05-21  Robert ReifFixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPP...
2004-05-20  Francois GougetSplit off the winmm capture test.
2004-05-20  Francois GougetAdd a 5 second test tone to help debug issues with...
2004-05-20  Francois GougetUse triggers to disable the sound input/output side...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-14  Robert ReifPrint human-readable capabilities flag.
2004-05-14  Robert ReifSample rate sanity check.
2004-05-13  Robert ReifwaveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
2004-05-11  Robert ReifAdd an interface name to wineoss, winealsa, winearts...
2004-05-05  James Courtier-DuttonUpdated to the new alsa api.
2004-05-05  Francois GougetAssorted spelling fixes.
2004-05-05  Francois Gougetwinejack.drv only supports 16bit sound so we can simpli...
2004-05-05  Francois GougetIf ARTS_WaveInit() failed then transmit the failure...
2004-05-05  Francois GougetTaking into account wavemap and midimap there can be...
2004-04-30  Robert ReifYou have to have at least one device before you can...
2004-04-29  Robert ReifForgot to limit capture sample rates.
next