2003-07-30 |
Alexandre Julliard | Make the DllRegisterServer, DllRegisterServerEx, DllUnr... |
tree | commitdiff |
2003-07-28 |
Robert Reif | Fixed a bug where a NULL primary buffer pointer is... |
tree | commitdiff |
2003-07-09 |
Francois Gouget | Spelling fixes. |
tree | commitdiff |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
tree | commitdiff |
2003-06-27 |
Robert Reif | 3D buffer and listener reference counts should be fixed. |
tree | commitdiff |
2003-06-18 |
Robert Reif | Fixed a reference counting bug I introduced. |
tree | commitdiff |
2003-05-22 |
Duane Clark | Fix compile error. |
tree | commitdiff |
2003-05-22 |
Robert Reif | Add 3d primary and secondary buffer tests. |
tree | commitdiff |
2003-05-22 |
Robert Reif | - make parameter checking and error notification consistent |
tree | commitdiff |
2003-05-04 |
Lionel Ulmer | Give the right ids to the DirectSoundCreate8 function... |
tree | commitdiff |
2003-05-02 |
Robert Reif | Move all tests to outside the loop when setting volume. |
tree | commitdiff |
2003-05-02 |
Lionel Ulmer | - misc. tracing fixes |
tree | commitdiff |
2003-05-02 |
Robert Reif | Reversed relationship between buffers and notifies. |
tree | commitdiff |
2003-04-29 |
Robert Reif | Added partial property set support which is used by... |
tree | commitdiff |
2003-04-13 |
Alexandre Julliard | Don't use Wine debugging API in tests. |
tree | commitdiff |
2003-04-11 |
Robert Reif | Fixed PCM format evaluation bug. |
tree | commitdiff |
2003-04-11 |
Robert Reif | Changed capture format printing to hex. |
tree | commitdiff |
2003-04-10 |
Alexandre Julliard | Removed uses of the non standard ICOM_VTBL macro. |
tree | commitdiff |
2003-04-09 |
Robert Reif | Changed DLL version to 8. |
tree | commitdiff |
2003-04-07 |
Jerry Jenkins | Align data to proper size. |
tree | commitdiff |
2003-04-05 |
Robert Reif | Fixed a problem when multiple devices are present and... |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-04-03 |
Robert Reif | Added wide character enumeration of sound devices. |
tree | commitdiff |
2003-04-02 |
Robert Reif | Added entry for DirectSoundFullDuplexCreate. |
tree | commitdiff |
2003-03-31 |
Rok Mandeljc | Framework for the doppler effect. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-17 |
Ove Kaaven | Somewhat more reliable dsound position notifications. |
tree | commitdiff |
2003-03-15 |
Robert Reif | Added support for multiple direct sound devices. |
tree | commitdiff |
2003-03-10 |
Rok Mandeljc | - implemented panning |
tree | commitdiff |
2003-03-07 |
Robert Reif | Fixed a bug where a capture device was used after it... |
tree | commitdiff |
2003-03-06 |
Robert Reif | Added a configuration option for setting the hardware... |
tree | commitdiff |
2003-03-05 |
Rok Mandeljc | Changed some stuff so distance attenuation works for... |
tree | commitdiff |
2003-03-04 |
Robert Reif | Fixed code to handle full duplex properly. |
tree | commitdiff |
2003-02-24 |
Robert Reif | Fixed a problem getting the GUID to compile under windo... |
tree | commitdiff |
2003-02-24 |
Michael Stefaniuc | Add missing LeaveCriticalSection's in error path. |
tree | commitdiff |
2003-02-17 |
Rok Mandeljc | Reimplemented distance attenuation formula. |
tree | commitdiff |
2003-02-15 |
Robert Reif | Added support for direct sound capture and a real direc... |
tree | commitdiff |
2003-01-20 |
Gerald Pfeifer | #include <stdlib.h> instead of the non-standard <malloc.h>. |
tree | commitdiff |
2003-01-16 |
Francois Gouget | Use the same 8/16bit conversion routines as in pcmconve... |
tree | commitdiff |
2003-01-16 |
Francois Gouget | SetFormat may not change the primary buffer format... |
tree | commitdiff |
2003-01-15 |
Francois Gouget | Initialize the pwave array whenever we don't have a... |
tree | commitdiff |
2003-01-14 |
Rok Mandeljc | Added cone support. |
tree | commitdiff |
2003-01-13 |
Enrico Horn | Add version info to dll/dsound. |
tree | commitdiff |
2003-01-11 |
Francois Gouget | DSB.SetFormat:Trace the requested format as soon as... |
tree | commitdiff |
2003-01-11 |
Francois Gouget | Fix latent deadlock in DSOUND_callback. |
tree | commitdiff |
2003-01-10 |
Rok Mandeljc | 3d sound diminishes with distance. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-07 |
Francois Gouget | Always open the device in the default 22050x8x2 format... |
tree | commitdiff |
2003-01-04 |
Rok Mandeljc | - 3d buffers produce sounds |
tree | commitdiff |
2003-01-04 |
Rok Mandeljc | - cleaned *Set* functions |
tree | commitdiff |
2003-01-02 |
Francois Gouget | Add the ability of playing a test tone when in interact... |
tree | commitdiff |
2002-12-13 |
Rok Mandeljc | Implementation of IDirectSound3DListenerImpl_Set*(). |
tree | commitdiff |
2002-12-13 |
Francois Gouget | Extend the test by creating a PrimaryBuffer object... |
tree | commitdiff |
2002-12-13 |
Francois Gouget | IDirectSoundBuffer.GetCaps should fail if caps.dwSize... |
tree | commitdiff |
2002-12-13 |
Rok Mandeljc | Implemented IDirectSound3DBufferImpl_Set*(). |
tree | commitdiff |
2002-12-12 |
Rok Mandeljc | Implemented IDirectSound3DListenerImpl_Get*() functions. |
tree | commitdiff |
2002-12-12 |
Rok Mandeljc | Implemented some stubs. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-05 |
Alexandre Julliard | Back out the aRts volume patch, this is not user-friend... |
tree | commitdiff |
2002-12-05 |
Francois Gouget | A simple test for IDirectSound.GetCaps. |
tree | commitdiff |
2002-12-05 |
Francois Gouget | Return an error if dwSize is not valid. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
tree | commitdiff |
2002-09-29 |
Ove Kaaven | Fix for soundcards that can't do 8-bit audio, only... |
tree | commitdiff |
2002-09-17 |
Jerry Jenkins | Added waveOutSetVolume when opening sound driver. Other... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-02 |
Michael Stefaniuc | - Converted HWAVE, HWAVEIN, HWAVEOUT to void*. |
tree | commitdiff |
2002-07-24 |
Alexandre Julliard | Removed ordinal 0. |
tree | commitdiff |
2002-07-05 |
Steven Edwards | Need to import ntdll. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | No need to call GetModuleFileName16 now that GetModuleF... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-13 |
Ove Kaaven | Support DirectSound 8 interfaces. Split interface imple... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-28 |
Johan Gill | Only enumerate DirectSound devices if the first sound... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-11 |
Joris Beugnies | Make defines configurable at run-time. |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-05-01 |
Johan Gill | DirectSoundEnumerateA() now passes a GUID to the callba... |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-22 |
Eric Pouech | A bit more robust against wave???Open failures. |
tree | commitdiff |
2002-03-25 |
Chris Morgan | Dsound will now try as many devices as are available... |
tree | commitdiff |
2002-03-21 |
Chris Morgan | Added aRts driver. |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-01-29 |
Patrik Stridvall | Avoid wildcards in .cvsignore. |
tree | commitdiff |
2002-01-02 |
Ove Kaaven | Further unified HAL and HEL mixing, and added some... |
tree | commitdiff |
2001-09-10 |
Ove Kaaven | Fix buffering problems in HEL mode. |
tree | commitdiff |
2001-07-26 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-13 |
Marcus Meissner | Added definitions for IKsPropertySet, small stub implem... |
tree | commitdiff |
2001-05-24 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-03-19 |
Ove Kaaven | Fixed sound disappearing after on-the-fly sample rate... |
tree | commitdiff |
2001-03-03 |
Alexandre Julliard | Chris Jacobson |
tree | commitdiff |
2001-01-13 |
Ove Kaaven | Fixes for various underrun-related problems. Also added... |
tree | commitdiff |
2001-01-06 |
Johan Gill | Added a more truthful message about what really is... |
tree | commitdiff |
2001-01-04 |
Eric Pouech | Now using manifest constant instead of raw values for... |
tree | commitdiff |
next |