Remove crackling in DirectSound/ALSA playback with full hardware
[wine] / dlls / winmm / winealsa / audio.c
2005-08-12  Alex Villacís LassoRemove crackling in DirectSound/ALSA playback with...
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-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  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  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-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-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-02-13  Robert ReifUse pipe sync code from wineoss.
2004-02-13  Robert ReifDon't need primary lock. Fixes error in dsound tests...
2004-01-02  Christian CostaFix compilation issue with ALSA 0.5.
2003-12-12  Jeremy ShawMove the data around when the ring buffer is resized...
2003-12-11  Christian CostaAdded WaveIn support.
2003-12-04  Alexandre JulliardDefine ALSA_PCM_OLD_* symbols for compatibility with...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-10-27  Robert ReifFix SMPTE time.
2003-10-14  Oleg ProkhorovSmall fix in sound flushing code.
2003-10-14  Daniel MarmierALSA_WaveInit: repaired device name.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-22  Robert ReifVolume and Pan driver requests need to return success...
2003-09-22  Oleg ProkhorovImplemented sound flushing.
2003-09-17  Oleg ProkhorovAvoid crash if invalid rate was specified.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-08-20   <wine@frotz.org>Fix parameter to snd_pcm_sw_params_set_silence_size().
2003-06-04  Robert ReifAdded a dynamically growing ring buffer for oss, alsa...
2003-04-27  Alexandre JulliardMake sure that snd_pcm_open returned a valid handle...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2002-12-13  Nikolay StefanovFix issues with i810-based audio cards.
2002-10-25  Andreas Mohr- fix some pselling
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-03  Eric PouechFixed some more configuration issues.
2002-07-02  Alexandre JulliardFixed warnings.
2002-06-28  Eric PouechCreated an ALSA driver (with the help of David Hammerto...