winmm/tests: Fix the parameters of LPTIMECALLBACK functions.
[wine] / dlls / winmm / wineoss /
2006-10-24  Marcus Meissnerwineoss: On non-OSS systems define MidiExit too.
2006-10-07  Michael Stefaniucwinmm/wineoss: 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-09-07  Jan Zerebeckiwineoss: Remove "please report" from a trace.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
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.
2006-05-08  Robert Reifwineoss: Missing mixer fixes.
2006-01-27  Eric Pouechwineoss: Proper support in OSS driver for audio when...
2005-12-17  Robert Reifwineoss: Shorten MIDI names.
2005-12-08  Robert Reifwineoss: Fix device probing.
2005-12-06  Robert Reifwinmm: Allow sound card drivers to be opened more than...
2005-11-28  Dmitry TimoshkovFix all drivers DriverProc to conform to the DRIVERPROC...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-21  Rein KlazesBreak from the SNDCTL_DSP_CHANNELS loops on first error...
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-10-03  Vitaliy MargolenReplace registry editing instructions with winecfg.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-22  Robert ReifFix mixer detection for multiple sound cards.
2005-08-17  Alexandre JulliardMake all the DriverProc entry points private.
2005-08-08  Alexandre JulliardRemoved some unused or redundant configure checks.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-29  Mike McCormackgcc 4.0 warning fixes.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-03  Vitaliy MargolenChange messages about config file to registry.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-30  Robert ReifAdd support for more than 2 audio channels.
2005-05-29  Robert ReifFix a multiple sound card interface bug.
2005-05-14  Mike McCormackSet thread priorities to time critical.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Robert ReifFall back to default header prepare and unprepare funct...
2005-03-07  Vincent BéronMake wineoss's mixer know about DST_HEADPHONES, DST_LIN...
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Jeremy WhiteMore correctly establish cases where the OSS input...
2005-02-23  Jeremy WhiteMore correct fix for dsp empty case.
2005-02-23  Jeremy WhiteIn calculating the SMPTE time, we would round incorrect...
2005-02-23  Jeremy WhiteWhen we get down to the last fragment or two in our...
2005-01-28  Robert ReifFix structure member name to match windows headers...
2005-01-12  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-04  Francois GougetAssorted spelling fixes.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Robert ReifA driver does not have to support all formats.
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2004-11-19  Robert ReifOne step closer to getting hardware accelerated capture...
2004-10-26  Robert ReifSplit up audio.c into three separate .c files:
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.
next