Fix signed/unsigned comparison warnings.
[wine] / dlls / msacm /
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-16  David KredbaAdded Czech resources.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Francois GougetAdd some missing definitions to mmreg.h.
2004-08-11  Robert ReifOnly printout information when in interactive mode.
2004-07-12  Henning GerhardtTranslated some English resource files into German.
2004-06-30  Dimitrie O. PaunLook up driver info in the registry as well as in syste...
2004-06-28  Hajime SegawaAdded some Japanese translations.
2004-06-01  Robert ReifAdded trace and debug printing info.
2004-05-27  Ivan Leo PuotiChanged my name, so update copyright info.
2004-05-10  Robert ReifMore parameter checking fixes with tests.
2004-05-03  Robert ReifAdded tests for msacm32.dll.
2004-05-03  Robert ReifBetter function parameter checking.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-04-06  José Manuel Ferrer... Updated Spanish translations.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-12  Robert ReifFixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
2004-01-20  Alexandre JulliardMoved msacmdrv.h to include directory to avoid inter...
2004-01-16  Robert ReifFix improper WAVEFORMATEX size calculation for non...
2003-12-08  Ove KaavenRemove an instance of exit(). We should return failure...
2003-11-19  Ivan Leo Murray... Added/updated Italian resources.
2003-11-05  Marcelo DuarteLocalization to the Portuguese of Brazil.
2003-10-27  Hans LeidekkerAdded Dutch translations.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-29  Vincent BéronExtract localisable resources from msacm resource file.
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-07-21  Michael GünnewigFixed wrong assert in PCM_round, which didn't allow...
2003-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-01-23  Waldeck SchutzerAudio codecs were erroneously being listed multiple...
2003-01-23  Waldeck SchutzerMake sure the parameter phas is correct by setting...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
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-12  Alexandre JulliardAdded .spec.def files.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-22  Michael StefaniucCompile the msacm dll with STRICT defined.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-10  Eric PouechMoved out 16 bit code.
2002-10-07  Eric PouechMinor comments cleanups.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-07-02  Alexandre JulliardFixed warnings.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-10  David D. HagoodADPCM nybble processing order was incorrect.
2002-06-04  Eric PouechImplemented a MP3 decoder (based on mpglib).
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Eric PouechCreated an ACM MS ADPCM codec.
2002-05-21  Eric PouechImplemented a G711 ACM codec (supports both A-Law and...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Steven EdwardsFixed snprintf warnings.
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-11  Eric PouechMoved session instance loading to winmm.
2002-05-11  Eric PouechCreated an ACM IMA ADPCM codec.
2002-05-11  Eric PouechFixed bug in acmFormatTagEnumW.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-04-02  Eric PouechMade use of MSACM driver definitions.
2002-03-26  Vincent Béron- Converted HACMOBJ to void*
2002-03-23  Hidenori TakeshimaImplemented an IMA driver.
2002-03-22  Hidenori TakeshimaImplemented G711 codec driver.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-08  Eric PouechFixed bug in cache init.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-12-04  Eric PouechFixed acmFormatChoose returned fields.
2001-11-09  Travis MichielsenTest bits with '&' instead of '&&'.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
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-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Dmitry TimoshkovProtect against a driver misconfiguration.
2001-06-11  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-22  Eric PouechMimic more closely Windows' behavior (a MSACM driver...
2001-04-23  Eric PouechAdded cache for drivers information.
2001-04-18  James HathewayAdd \n to FIXME call in acmGetVersion to prevent overfl...
2001-04-13  Eric PouechA few fixes.
2001-04-13  Eric PouechFixed opening of some drivers.
2001-02-21  Alexandre JulliardRemoved some unnecessary ordinals.
2001-02-12  Patrik StridvallFixed some issues found by winapi_check.
2001-02-12  James HathewayacmDriverEnumW shouldn't return MMSYSERR_ERROR if
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-06  Eric PouechForced loading of msacm32 when msacm is loaded.
2001-01-04  Eric PouechAdded a few missing parts.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
next