Avoid getting ahead of dsound mixer when using non-hw device. Also
[wine] / dlls / winmm / winealsa /
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...
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-13  Christian CostaAdded Midi IN support.
2004-01-02  Christian CostaFix compilation issue with ALSA 0.5.
2003-12-15  Christian CostaExported widMessage function.
2003-12-12  Jeremy ShawMove the data around when the ring buffer is resized...
2003-12-11  Christian CostaAdded WaveIn support.
2003-12-08  Christian CostaFirst enumerate all internal devices and then external...
2003-12-04  Alexandre JulliardDefine ALSA_PCM_OLD_* symbols for compatibility with...
2003-11-12  Christian CostaAlsa midi fixes.
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-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-22  Robert ReifVolume and Pan driver requests need to return success...
next