In MaskBlt delete correct bitmap.
[wine] / dlls / msacm / pcmconverter.c
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-13  Robert ReifMake the PCM conversion routines of msacm produce ident...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-11  Francois GougetAdd some missing definitions to mmreg.h.
2004-05-10  Robert ReifMore parameter checking fixes with tests.
2004-03-12  Robert ReifFixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-21  Michael GünnewigFixed wrong assert in PCM_round, which didn't allow...
2002-12-15  Francois GougetUse slighly more accurate formula for C816.
2002-12-13  Francois GougetAdd support for the 48 and 96kHz formats.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-22  Eric PouechMimic more closely Windows' behavior (a MSACM driver...
2001-04-23  Eric PouechAdded cache for drivers information.
2001-04-13  Eric PouechA few fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-22  Eric PouechAdded more conversion routines (rate conversion is...
2000-10-12  Eric PouechAdded PCM converter internal driver.