winmm/tests: Fix the parameters of LPTIMECALLBACK functions.
[wine] / dlls / winmm / winealsa /
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-07  Michael Stefaniucwinmm/winealsa: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
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-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-03  Andrew Talbotwinmm/winealsa: Write-strings warning fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-04-03  Jan Zerebeckiwinealsa: Fix pausing when the hardware does not suppor...
2006-02-24  Francois GougetAssorted spelling fixes.
2006-01-18  Robert Reifwinealsa: Add critical section names for debugging.
2006-01-11  Alex Villacís Lassowinealsa: Ensure that copy_format() will not write...
2005-12-08  Eric Pouechwinealsa: Fixed returned string in capabilities.
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-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-05  Davin McCallAvoid getting ahead of dsound mixer when using non...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Christian CostaImprove midi trace.
2005-08-17  Alexandre JulliardMake all the DriverProc entry points private.
2005-08-12  Alex Villacís LassoRemove crackling in DirectSound/ALSA playback with...
2005-07-29  Mike McCormackgcc 4.0 warning fixes.
2005-07-27  Johannes KochFixed pitch bending in the midi driver.
2005-07-27  Vitaliy MargolenRemove all wait_for_poll associated stuff that is no...
2005-07-26  Robert Shearmanwait_for_poll can go into an infinite loop. Remove...
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-29  Vitaliy MargolenSync comments with configuration location changes.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-20  Alexandre JulliardMoved configuration data to HKCU\Software\Wine\Alsa...
2005-06-20  Jeremy WhiteRevamp the initialization for Alsa.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Robert ShearmanRemove needless call to Sleep.
2005-06-09  Jeremy WhiteCombine WINE_WAVEOUT and WINE_WAVEIN into a single...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Robert ReifDon't open device if already open.
2005-06-05  Robert ReifFix a problem where actual sample rate doesn't exactly...
2005-06-05  Robert ReifReturn proper error code.
2005-05-29  Marcus Meissner#undef interface before including alsa headers.
2005-05-29  Robert ReifFix volume control.
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-04-22  Alex Villacís LassoPerform one more commit in ALSA non-emulation if there...
2005-03-31  Paul van SchayckDon't stop looking for devices if one can't be opened.
2005-03-29  Jerry JenkinsImprove winealsa dsound driver by accessing sound drive...
2005-03-27  Jerry JenkinsDon't mistake frames for bytes.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Robert ReifDon't fail when opening a device in direct sound mode...
2005-03-23  Jeremy WhiteRevamp the volume logic to be more self contained,...
2005-03-21  Robert ReifFix direct sound capabilities to match hardware.
2005-03-21  Alexandre JulliardFixed a missing patch chunk.
2005-03-21  Robert ReifClean up handle usage.
2005-03-21  Robert ReifPrint out message name to make reading traces easier.
2005-03-19  Robert ReifFall back to default prepare/unprepare header functions.
2005-03-18  Robert ReifAdd support for more than one sound card.
2005-03-17  Robert ReifUse real device name.
2005-03-02  Francois GougetApply Jeremy White's SMPTE calculation fix to each...
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-10  Vincent BéronOnly use Alsa if 1.0 is detected.
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-29  Eric PouechMade some functions and variables static.
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-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
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-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-08-19  Robert ReifAdded 24/32 bit sample size and 4/6 channel support.
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-07-23  Francois GougetAdded bytes_to_mmtime() to convert the stream position...
2004-07-19  Francois GougetCheck that we are still playing in wodUpdatePlayedTotal...
2004-07-19  Francois GougetUse round() instead of ceil() in wodGetPosition(TIME_SM...
2004-06-14  Robert ReifReset played variables on open.
2004-06-01  Robert ReifFix calculation of SMPTE time (round up to full frame).
2004-05-11  Robert ReifAdd an interface name to wineoss, winealsa, winearts...
2004-05-05  James Courtier-DuttonUpdated to the new alsa api.
2004-04-29  Robert ReifForgot to limit capture sample rates.
2004-04-28  Ove KaavenFixed a couple of bugs.
2004-04-27  Robert ReifRestore the 2 MHz sample rate test and fix the winealsa...
2004-04-26  Francois GougetMake sure the 'alsa handle' is initialized to NULL...
2004-04-26  Francois GougetWe only support 8 and 16 bit sound so we should reject...
2004-04-19  Ove KaavenAdded detection of 48kHz and 96kHz support. Fixed a...
2004-04-19  Ove KaavenCode and concepts merged in from wineoss in order to...
2004-03-31  Felix NawothnigDon't free ALSA device string when the device is closed...
2004-03-29  Sylvain PetreolleFixed error reporting.
2004-03-27  Mike HearnAllow configuration of output devices to use and change...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-02-19  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-13  Robert ReifUse pipe sync code from wineoss.
2004-02-13  Robert ReifDon't need primary lock. Fixes error in dsound tests...
next