Remove crackling in DirectSound/ALSA playback with full hardware
[wine] / dlls / winmm / winearts /
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-03-19  Robert ReifFall back to default prepare/unprepare header functions.
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...
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-08-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
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-06-15  Francois GougetChange the ARTS_Init() error message from an ERR()...
2004-06-01  Robert ReifFix calculation of SMPTE time (round up to full frame).
2004-05-14  Robert ReifSample rate sanity check.
2004-05-11  Robert ReifAdd an interface name to wineoss, winealsa, winearts...
2004-05-05  Francois GougetIf ARTS_WaveInit() failed then transmit the failure...
2004-04-26  Francois GougetWe only support 8 and 16 bit sound so we should reject...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-27  Alexandre JulliardAll sound drivers need -ldxguid.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-09  Marcus MeissnerFixed HeapRealloc typo.
2004-01-09  Jeremy ShawAdded wave-in support and fixed a few bugs in the wave...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-04  Robert ReifAdded a dynamically growing ring buffer for oss, alsa...
2003-04-27  Jerry JiThe missing part of multiple device support for wineart...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-17  Malte StarostikInitialize winearts's volume level to full, so applicat...
2002-09-17  Jerry JenkinsModified volume_effect8 for taking unsigned data as...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-29  Chris MorganSome dos VGA error handling. Misc TRACE changes.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-25  Chris MorganwodOpen() should return MMSYSERR_ALLOCATED if the devic...
2002-03-22  Chris MorganFix range in aRts 8bit volume code.
2002-03-21  Chris MorganAdded aRts driver.