d3dxof/tests: Sign compare fix.
[wine] / dlls / dsound /
2007-08-27  Maarten Lankhorstdsound: Add a function to (re)open sound device to...
2007-08-27  Maarten Lankhorstdsound: Handle secondary hardware buffers more correctly.
2007-08-27  Maarten Lankhorstdsound: Make sure waveOutClose is only called when...
2007-08-23  Maarten Lankhorstdsound: Transparantly fall back to software mode if...
2007-08-22  Maarten Lankhorstdsound: Move assignment of DSBCAPS_LOC to primary buffe...
2007-08-21  Alexandre Julliarddsound: Fix a compiler warning.
2007-08-20  Maarten Lankhorstdsound: Handle failing of IDsDriver_CreateSoundBuffer...
2007-08-17  Maarten Lankhorstdxguid: Remove dsdriver.h from imports.
2007-08-16  Maarten Lankhorstdsound: Handle failing of obtaining IDsDriverNotify.
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-07  Maarten Lankhorstdsound: Make hardware acceleration work again.
2007-08-06  Maarten Lankhorstdsound: Acceleration fixes for wavein emulation.
2007-08-06  Maarten Lankhorstdsound: Make timer more robust.
2007-08-06  Maarten Lankhorstdsound: Sound acceleration fixes.
2007-08-06  Michael Stefaniucdsound: Remove redundant NULL check before HeapFree...
2007-08-02  Maarten Lankhorstdsound: Move resampling away from mixer thread.
2007-07-31  Maarten Lankhorstdsound: Add SndQueueMin to have less lock contention...
2007-07-31  Maarten Lankhorstdsound: Get rid of DS_HEL_FRAGS.
2007-07-31  Maarten Lankhorstdsound: Add a registry setting for hel buffer length.
2007-07-30  Maarten Lankhorstdsound: Constify DSOUND_CheckEvent.
2007-07-30  Maarten Lankhorstdsound: Remove some more unused variables.
2007-07-30  Maarten Lankhorstdsound: Silence the IDirectSoundBuffer_Initialize warnings.
2007-07-30  Maarten Lankhorstdsound: Fix locking in mixer.
2007-07-30  Maarten Lankhorstdsound: Small mixer optimizations.
2007-07-30  Maarten Lankhorstdsound: Reset state when stopping device.
2007-07-30  Maarten Lankhorstdsound: Replace buffer critical section with a rw-lock.
2007-07-27  Maarten Lankhorstdsound: Allow mixing the same buffer multiple times...
2007-07-27  Maarten Lankhorstdsound: Some cosmetic changes.
2007-07-27  Maarten Lankhorstdsound: Fix CheckEvent in mixer.
2007-07-27  Maarten Lankhorstdsound: Make sure secondary_remainder and buflen are...
2007-07-09  Maarten Lankhorstdsound: Simplify IDirectSoundBufferImpl_GetCurrentPosition.
2007-07-09  Maarten Lankhorstdsound: Fix division by zero in DSOUND_Calc3DBuffer.
2007-07-09  Maarten Lankhorstdsound: Remove some more unused variables.
2007-07-06  Maarten Lankhorstdsound: Clean up some unused variables.
2007-07-06  Maarten Lankhorstdsound: Revert "dsound: Disable property sets if hardwa...
2007-07-06  Romain Iehldsound: Correct field access.
2007-07-06  Romain Iehldsound: Simplify the calculation of sound attenuation...
2007-07-06  Romain Iehldsound: Fix bug preventing correct calculation of the...
2007-07-05  Francois GougetAssorted spelling fixes.
2007-06-29  Maarten Lankhorstdsound: Fix calcplayposition to handle mixed amount...
2007-06-28  Maarten Lankhorstdsound/winealsa: Remove writelead for alsa directsound.
2007-06-26  Francois Gougetdsound: Add missing '\n' to Wine trace.
2007-06-26  Alex Villacís Lassodsound: Reset device playpos/mixpos on buflen change.
2007-06-26  Alex Villacís Lassodsound: Make test recover from failure to preserve...
2007-06-25  Michael Stefaniucdsound: Fix missing unlock on an error path. Found...
2007-06-22  Maarten Lankhorstdsound: Tune some parameters for alsa waveout.
2007-06-22  Maarten Lankhorstdsound: Simplify mixing by removing remixing support...
2007-06-22  Maarten Lankhorstdsound: Give rougher estimates for fraglen to satisfy...
2007-06-14  Maarten Lankhorstdsound: Use TIME_KILL_SYNCHRONOUS on sound timer.
2007-06-12  Maarten Lankhorstdsound: Unset variable on failure in IKsBufferPropertyS...
2007-06-04  Maarten Lankhorstdsound: Disable property sets if hardware doesn't suppo...
2007-06-04  Maarten Lankhorstdsound: Recalculate 3d buffer on SetVolume.
2007-06-04  Maarten Lankhorstdsound: Fix buffer caps.
2007-05-29  Francois Gougetdsound/tests: Fix the Visual C++ double to float conver...
2007-05-29  Maarten Lankhorstdsound: Fix stupid mistake.
2007-05-25  Maarten Lankhorstdsound: Block align SetCurrentPosition and add test...
2007-05-23  Robert Reifdsound: Add missing interface ID.
2007-05-15  Maarten Lankhorstdsound: IDirectSound_Compact should return DS_OK on...
2007-05-14  Maarten Lankhorstdsound: Primary buffer isn't an IDirectSoundBuffer8.
2007-05-03  Andrew Talbotdsound: Exclude unused headers.
2007-04-30  Rob Shearmandsound: Implement QueryInterface for KsPropertySet...
2007-04-30  Rob Shearmandsound: Implement QueryInterface for the class factory...
2007-04-30  Andrew Talbotdsound: Constify some variables.
2007-04-23  Maarten Lankhorstdsound: Don't deadlock in capture because of callback.
2007-04-23  Maarten Lankhorstdsound: Make sure we're holding the lock on Drop And...
2007-03-29  Andrew Riedidsound: Change a couple DPRINTF's to TRACE's
2007-03-20  Andrew Talbotdsound: Replace inline static with static inline.
2007-03-12  Jan Zerebeckidsound: Conform critical section DebugInfo names.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-08  Tomas Carneckydsound: Update prototypes for IDirectSoundBuffer::Lock...
2007-02-22  Maarten Lankhorstdsound: Use an inline for ring buffer pointer differenc...
2007-02-22  Maarten Lankhorstdsound: Add some comments from earlier patch that makes...
2007-01-16  Robert Reifdsound: Fix tests for old versions of windows.
2007-01-12  Francois Gougetdsound/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-12  Francois Gougetdsound/tests: The tests link with dsound.dll so use...
2007-01-12  Francois Gougetdsound/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-09  Michael Stefaniucdsound: Remove stray '\' at end of lines.
2007-01-09  Andrew Talbotdsound: Remove unused function.
2007-01-08  Alexandre Julliarddsound: The dsconf.h GUIDs are now in libdxguid.
2007-01-08  Patrik Stridvalldsound: The GUID:s defined in dsconf.h should be export...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-29  Dmitry Timoshkovdsound: Make some data const.
2006-11-24  Francois Gougetdsound/tests: Remove unneeded NONAMELESS* macros.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-13  Michael Stefaniucdsound: Win64 printf format warning fixes.
2006-11-13  Michael Stefaniucdsound: Fix the declaration/definition of DSOUND_timer().
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-10  Michael Stefaniucdsound/tests: Win64 printf format warning fixes.
2006-09-29  Francois Gougetdsound: Don't use state.buffer_size before it has been...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-23  Robert Reifdsound: Remove unused parameter from propset functions.
2006-08-18  Robert Reifdsound: Add class factory tests.
2006-08-18  Robert Reifdsound: Class factory cleanup.
2006-08-02  Alexandre Julliarddsound: Make some functions static.
2006-07-31  Andrew Talbotdsound/tests: Write-strings warning fix.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
next