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 |
2001-01-02 |
Ove Kaaven | Bugfix for sound dropping out, and workaround for Half... |
tree | commitdiff |
2000-12-22 |
Ove Kaaven | More intelligent DirectSound prebuffering. By tracking the |
tree | commitdiff |
2000-12-21 |
Marcus Meissner | Handle errors for IDsDriver_GetPosition. |
tree | commitdiff |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first. |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Created a small static library in ole/libuuid.a that... |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-12 |
Alexandre Julliard | Start using import tables for dlls that can already... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-10-25 |
Andreas Mohr | Reimplement patch by Marcus Meissner ('98) to "fix... |
tree | commitdiff |
2000-10-24 |
Patrik Stridvall | Explicitly initialize structures. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-01 |
James Abbatiello | Don't use copies of critical sections made by memcpy() |
tree | commitdiff |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Moved GUID definitions to their respective dll. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-07-23 |
Ove Kaaven | Added a few C++ operators to Direct3D structures, and... |
tree | commitdiff |
2000-07-15 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-07-08 |
Ove Kaaven | Fix a couple of problems with underruns and stopping... |
tree | commitdiff |
2000-06-24 |
Ove Kaaven | Implemented the DirectSound HAL mode for DMA primary... |
tree | commitdiff |
2000-06-23 |
Ove Kaaven | Restructure DirectSound. Remove dsound thread, use... |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-06-11 |
James Abbatiello | Add a few more flags to those recognized when doing... |
tree | commitdiff |
next |