Fix various function prototypes.
[wine] / dlls / winmm / wineoss /
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-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  Francois GougetAdd support for the AUDIODEV and MIXERDEV environment...
2004-08-30  Robert ReifRound results of conversions between OSS and windows...
2004-08-27  Robert ReifSet proper target type.
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 ReifChange step size from 0 to 1 for volume controls to...
2004-08-19  John K. HohmConsistently suggest proper Emulation rather than Emula...
2004-08-19  Robert ReifCleanup messages in supportedFormat.
2004-08-18  Robert ReifSome sound cards have different capabilities when doing...
2004-08-16  Robert ReifAdded WAVEFORMATEXTENSIBLE support.
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  Robert ReifOnly copy number of bytes specified up to size of DevCa...
2004-08-04  Robert ReifAdd CRITICAL_SECTION debug info.
2004-07-23  Francois GougetAdded bytes_to_mmtime() to convert the stream position...
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-06  Robert ReifGet certification for VerifyCertification from driver...
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-01  Robert ReifFix calculation of SMPTE time (round up to full frame).
2004-05-20  Francois GougetUse triggers to disable the sound input/output side...
2004-05-11  Robert ReifAdd an interface name to wineoss, winealsa, winearts...
2004-05-05  Francois GougetAssorted spelling fixes.
2004-04-26  Francois GougetWe only support 8 and 16 bit sound so we should reject...
2004-04-12  Robert ReifCleanup reference counting.
2004-04-12  Robert ReifRemove trailing white space.
2004-04-09  Francois GougetPatch the fragment size if it does not match the curren...
2004-03-31  Robert ReifMore duplex mode soundcard info.
2004-03-29  Robert ReifPrint out sound card info for playback, capture and...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-12  Robert ReifEnable exact position calculation when hardware support...
2004-02-24  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-16  Robert ReifAdd secondary buffer array.
2004-02-13  Robert ReifEnable hardware secondary buffer support on cards that...
2004-02-13  Robert ReifSave oss device fd and creation flags in dsound buffer...
2004-02-13  Robert ReifSplit buffer creation function into primary and seconda...
2004-02-13  Robert ReifMoved dsound mmap mapping info into dsound objects.
2004-02-11  Dmitry TimoshkovAFMT_AC3 might be not defined in the system headers.
2004-02-09  Robert ReifFixed a problem on BSD.
2004-02-06  Robert ReifShow sound card info in trace.
2004-02-05  Christian CostaAdded missing notifications to MIDI_NotifyClient.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-20  Robert ReifAdded notify and property set to dsound output driver.
2003-12-31  Gerald PfeiferImprove error messages in OSS_WaveOutInit() and OSS_Wav...
2003-12-12  Jeremy ShawMove the data around when the ring buffer is resized...
2003-11-14  Robert ReifFixes more use before set races.
2003-11-11  Robert ReifFix a race condition where result could be read before...
2003-11-05  Robert ReifFix wave in stop.
2003-11-04  Robert ReifFixed bug in capture stop. Only current header should...
2003-10-30  Robert ReifCache the wave volume so it can be returned rather...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-10-27  Robert ReifClear a new hardware buffer to proper silence values...
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Robert ReifFixed SMPTE time.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-27  Robert ReifAllow wave emulated capture while doing hardware accele...
2003-09-25  Robert ReifAvoid divide by zero if the sound driver returns 0...
2003-09-19  Robert ReifAdded volume and pan support to primary buffers.
2003-09-15  Robert ReifDevice enumeration callbacks should return a NULL guid...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Christian CostaFix modLongData.
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-08-29  Mike HearnFixed the error message in Wave(In|Out)Init, it used...
2003-07-28  Robert ReifUse same GUIDs as win2k and xp for dsound drivers.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-04  Robert ReifAdded a dynamically growing ring buffer for oss, alsa...
2003-05-11  Eric PouechStop wavemap lookup if a device isn't functional (spott...
2003-05-06  Marcus MeissnerAdded include <errno.h>.
2003-05-02  Robert ReifAdded driver property set implementation.
2003-04-29  Robert ReifFixed a problem where OSS trigger support is inconsistent.
2003-04-29  Robert ReifAdded driver notify implementation.
2003-04-26  Robert ReifFixed bug caused by OSS inconsistent trigger operation...
2003-04-10  Robert ReifBetter error messages.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-05  Eric PouechWork around not implemented ioctl in BSD.
2003-03-17  Alexandre JulliardAvoid warnings.
2003-03-15  Alexandre JulliardAdded #ifdef checks for SOUND_MIXER_INFO.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-07  Robert ReifFixed bug where the enable state of the output and...
2003-03-04  Robert ReifCapture thread checks queue for more headers before...
2003-02-14  Robert ReifStarted to add support for a real direct sound capture...
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-16  Francois GougetWarn if open_count is already 0 when OSS_CloseDevice...
2003-01-16  Francois GougetReturn MMSYS_NOERROR even if we don't open the device...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-11  Francois GougetModify OSS_Wave{In,Out}Init to report the exact capabil...
2003-01-07  Francois GougetIn OSS_RawOpenDevice, always retrieve the device format...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Francois GougetFix the BlockSize check.
next