Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
[wine] / dlls / dsound /
2003-01-20  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-16  Francois GougetUse the same 8/16bit conversion routines as in pcmconve...
2003-01-16  Francois GougetSetFormat may not change the primary buffer format...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-14  Rok MandeljcAdded cone support.
2003-01-13  Enrico HornAdd version info to dll/dsound.
2003-01-11  Francois GougetDSB.SetFormat:Trace the requested format as soon as...
2003-01-11  Francois GougetFix latent deadlock in DSOUND_callback.
2003-01-10  Rok Mandeljc3d sound diminishes with distance.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Francois GougetAlways open the device in the default 22050x8x2 format...
2003-01-04  Rok Mandeljc- 3d buffers produce sounds
2003-01-04  Rok Mandeljc- cleaned *Set* functions
2003-01-02  Francois GougetAdd the ability of playing a test tone when in interact...
2002-12-13  Rok MandeljcImplementation of IDirectSound3DListenerImpl_Set*().
2002-12-13  Francois GougetExtend the test by creating a PrimaryBuffer object...
2002-12-13  Francois GougetIDirectSoundBuffer.GetCaps should fail if caps.dwSize...
2002-12-13  Rok MandeljcImplemented IDirectSound3DBufferImpl_Set*().
2002-12-12  Rok MandeljcImplemented IDirectSound3DListenerImpl_Get*() functions.
2002-12-12  Rok MandeljcImplemented some stubs.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-05  Alexandre JulliardBack out the aRts volume patch, this is not user-friend...
2002-12-05  Francois GougetA simple test for IDirectSound.GetCaps.
2002-12-05  Francois GougetReturn an error if dwSize is not valid.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-29  Ove KaavenFix for soundcards that can't do 8-bit audio, only...
2002-09-17  Jerry JenkinsAdded waveOutSetVolume when opening sound driver. Other...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-02  Michael Stefaniuc- Converted HWAVE, HWAVEIN, HWAVEOUT to void*.
2002-07-24  Alexandre JulliardRemoved ordinal 0.
2002-07-05  Steven EdwardsNeed to import ntdll.
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-13  Ove KaavenSupport DirectSound 8 interfaces. Split interface imple...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-28  Johan GillOnly enumerate DirectSound devices if the first sound...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
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...
next