ole32: Return an error in CoMarshalInterface if pStream is NULL.
[wine] / dlls / winmm / winearts / audio.c
2006-12-14  Dmitry Timoshkovwinearts: Make some data const.
2006-10-07  Michael Stefaniucwinmm/winearts: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-06  Robert Reifwinearts: Don't call arts_free if arts_init wasn't...
2006-01-23  Robert Reifwinearts: Try to keep winecfg from crashing by recoveri...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
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-04-26  Francois GougetWe only support 8 and 16 bit sound so we should reject...
2004-01-09  Marcus MeissnerFixed HeapRealloc typo.
2004-01-09  Jeremy ShawAdded wave-in support and fixed a few bugs in the wave...
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-05-31  Vincent BéronRemoved trailing whitespace.
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.