Added winebuild support for generating a .dbg.c file containing the
[wine] / dlls / dsound /
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  Joris BeugniesMake defines configurable at run-time.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-01  Johan GillDirectSoundEnumerateA() now passes a GUID to the callba...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-22  Eric PouechA bit more robust against wave???Open failures.
2002-03-25  Chris MorganDsound will now try as many devices as are available...
2002-03-21  Chris MorganAdded aRts 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-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-02  Ove KaavenFurther unified HAL and HEL mixing, and added some...
2001-09-10  Ove KaavenFix buffering problems in HEL mode.
2001-07-26  Patrik StridvallFixed some warnings.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Marcus MeissnerAdded definitions for IKsPropertySet, small stub implem...
2001-05-24  Andreas MohrSpelling fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-19  Ove KaavenFixed sound disappearing after on-the-fly sample rate...
2001-03-03  Alexandre JulliardChris Jacobson
2001-01-13  Ove KaavenFixes for various underrun-related problems. Also added...
2001-01-06  Johan GillAdded a more truthful message about what really is...
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-02  Ove KaavenBugfix for sound dropping out, and workaround for Half...
2000-12-22  Ove KaavenMore intelligent DirectSound prebuffering. By tracking the
2000-12-21  Marcus MeissnerHandle errors for IDsDriver_GetPosition.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
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-25  Andreas MohrReimplement patch by Marcus Meissner ('98) to "fix...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-01  James AbbatielloDon't use copies of critical sections made by memcpy()
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-23  Ove KaavenAdded a few C++ operators to Direct3D structures, and...
2000-07-15  Patrik StridvallFixed some warnings.
2000-07-08  Ove KaavenFix a couple of problems with underruns and stopping...
2000-06-24  Ove KaavenImplemented the DirectSound HAL mode for DMA primary...
2000-06-23  Ove KaavenRestructure DirectSound. Remove dsound thread, use...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-11  James AbbatielloAdd a few more flags to those recognized when doing...
2000-06-03  Patrik StridvallFixed some warnings.
2000-06-01  Peter Hunnisett- Added DirectSoundCapture and DirectSoundCaptureBuffer...
2000-05-30  Peter Hunnisett- Fixed some initialization/destruction and reference...
2000-05-30  Peter Hunnisett- Add another way to create a 3d listener interface.
2000-05-10  Eric PouechMake internal buffers size multiple of 4.
2000-04-16  Marcus MeissnerDSOUND_MixerNorm: do not compare unrelated pointers.
2000-04-06  Marcus MeissnerMake audiodevice blocking directly after the non-blocki...
2000-03-30  Marcus Meissneropen() the OSS sounddevice non-blocking in case another...
2000-03-28  Niels Kristian Bec... - Fix some compiler warnings.
2000-03-26  Andreas MohrFixed debug formatting.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-20  Marcus MeissnerMade the buffer list in the directsound object thread...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-15  Todd T. FriesAdd HAVE_SOUNDCARD_H to support OpenBSD.
1999-11-14  Eric PouechRemoved suicide code when playback thread's father...
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.