Framework for the doppler effect.
[wine] / dlls / msacm /
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...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-22  Eric PouechAdded more conversion routines (rate conversion is...
2000-10-12  Eric PouechAdded PCM converter internal driver.
2000-10-02  James HathewaySilence unneeded exception to allow easier ACM debugging.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-09  Eric PouechAdded *Filter* functions.
2000-08-26  Eric PouechImplemented most of '*Format*' API.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-24  Alexandre JulliardMerged msacm and msacm32 dlls.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
1999-08-15  Ulrich WeigandAdapted to glue code generation changes.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
next