Implemented the DirectSound HAL mode for DMA primary buffers, with a
[wine] / dlls / dsound / dsound_main.c
2000-06-24  Ove KaavenImplemented the DirectSound HAL mode for DMA primary...
2000-06-23  Ove KaavenRestructure DirectSound. Remove dsound thread, use...
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-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-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.