wined3d: Implement texldd.
[wine] / dlls / dsound /
2009-04-22  Jesse Allendsound: Fix test for some windows versions.
2009-04-21  Jesse Allendsound: Allow a special cbSize case in CreateSoundBuffer.
2009-03-30  Detlef Riekenbergdsound/tests: Remove duplicate version dump.
2009-03-23  Robert Reifdsound: Fix uninitialized variable.
2009-03-03  Ken Thomasesdsound: Don't use HEAP_ZERO_MEMORY when we're about...
2009-02-24  Ken Thomasesdsound: Consolidate some duplicate code.
2009-02-24  Ken Thomasesdsound: Replace a realloc-or-alloc with a free-then...
2009-02-12  Michael Stefaniucdsound: Arguments 3,4,5 of a CALLBACK are of type DWORD...
2009-02-05  Andrew Talbotdsound: Remove unused function.
2009-01-28  Michael Stefaniucdsound: Use UlongToHandle to make the real payload...
2009-01-28  Michael Stefaniucdsound: Fix mixup between HWAVEOUT and HWAVEIN.
2009-01-15  Henri Verbeetdsound: Don't convert single samples at a time.
2009-01-12  Henri Verbeetdsound: Const correctness fixes.
2009-01-12  Michael Stefaniucdsound: Remove superfluous pointer casts.
2009-01-08  Alexandre Julliarddsound: Avoid a pointer cast in a trace.
2009-01-03  Andrew Talbotdsound: Declare some variables static.
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when locking primar...
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when unlocking...
2009-01-02  Maarten Lankhorstdsound: Correct amount of buffers used for playing.
2009-01-02  Jeff Zaroykodsound: Fix a typo in convert_32_to_24.
2008-12-22  Reece Dunndsound: Correct the dsound fraglen calculations.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-08  Francois Gougetdsound: Remove unneeded casts of zero.
2008-12-01  Francois Gougetdsound: Remove WINAPI on static functions where not...
2008-11-26  Maarten Lankhorstdsound: 64-bit pointer fixes.
2008-11-26  Francois GougetStraighten out some ellipses.
2008-10-23  Jeff Zaroykodsound/tests: Fix a failing capture test on win2k.
2008-10-23  Jeff Zaroykodsound/tests: Fix failing propset and capture tests...
2008-10-17  Alexandre Julliarddsound: Avoid use of stdint types.
2008-10-06  Maarten Lankhorstdsound: Fix volume and panning for primary buffer.
2008-10-01  Andrew Talbotdsound: Sign-compare warnings fix.
2008-09-22  Paul Vriensdsound/tests: Fix failure on Win9x and NT4.
2008-09-19  Jeff Zaroykodsound: Fix a failing test on XP.
2008-09-12  Rob Shearmandsound: Add explicit "!= S_OK" to expressions that...
2008-09-10  Jeff Zaroykodsound: Fix a few failing tests and a crash on 2008...
2008-09-05  Paul Vriensdsound/tests: Fix typos in tests.
2008-09-05  Jeff Zaroykodsound: Check for invalid parameter when unlocking...
2008-09-04  Maarten Lankhorstwinealsa.drv/dsound: Handle underruns better.
2008-08-22  Maarten Lankhorstdsound: Tune some parameters to make pulseaudio work.
2008-08-19  Maarten Lankhorstdsound: Remove int24_struct from conversion routines.
2008-07-25  Ulrich Hechtdsound: Fix notification order.
2008-07-09  John Klehmdsound: Accept DSERR_INVALIDCALL for CreateSoundBuffer...
2008-07-08  Alexandre Julliarddsound: Don't depend on the dxerr8 static library in...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-02  James Hawkinsdsound: Fix a failing test for broken drivers.
2008-06-25  Roy Sheadsound/tests: Added additional tests of IDirectSound_Cr...
2008-06-25  Roy Sheadsound/tests: Removed test depending on value of undefi...
2008-06-21  Dan Kegeldsound: Don't free buffer if it's owned by alsa.
2008-06-11  Zac Browndsound/tests: Improve test for IDirectSound8_CreateSoun...
2008-05-30  Michael Karcherdsound: Fix double free in dsound capture.
2008-05-21  Jörg Höhledsound: Fix off by 1 heap error in DSOUND_MixerVol.
2008-05-12  Andrew Talbotdsound: Memory allocation sizes fix.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-23  Maarten Lankhorstdsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx...
2008-04-21  Maarten Lankhorstdsound: Skip the sound checks on the primary module...
2008-04-17  Andrew Talbotdsound: Remove unused variable.
2008-04-07  Maarten Lankhorstdsound: Hold lock in GetStatus.
2008-04-02  Austin EnglishSpelling fixes.
2008-03-31  Andrew Talbotdsound: Assign to structs instead of using CopyMemory.
2008-03-17  Maarten Lankhorstdsound: Add an option to mix sound buffers in the mixer...
2008-03-14  Aric Stewartdsound: Set the status from STATE_STARTING to STATE_PLA...
2008-03-12  Ken Thomasesdsound: Adjust for partial block before prepare-header...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-27  Rob Shearmandsound: Don't use typeof as it's not portable.
2008-01-02  Andrew Talbotdsound: Remove unneeded casts.
2007-12-12  Andrew Riedidsound: DPRINTF -> TRACE.
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-11-13  Paul Vriensdsound/tests: Better check to see if class is not avail...
2007-11-13  Paul Vriensdsound/tests: Fix test failures on WinXP.
2007-11-12  Maarten Lankhorstdsound: Return primary_done when no mixing needs to...
2007-11-12  Maarten Lankhorstdsound: Reassign pointers back to null when destroying...
2007-11-12  Paul Vriensdsound/tests: Fix tests after addition of 24/32 bits...
2007-11-12  Maarten Lankhorstdsound: Make AngleBetweenVectorsRad when vectors have...
2007-11-12  Maarten Lankhorstdsound: Implement AngleBetweenVectorsDeg as a call...
2007-11-09  Paul Vriensdsound/tests: Fix test failures on WinXP and 2003.
2007-11-09  Maarten Lankhorstdsound: Use a 2 stage mixing/normalization for sound.
2007-11-09  Maarten Lankhorstdsound: Add mixing and normalization functions.
2007-11-09  Maarten Lankhorstdsound: Add support for 24/32 bits input sound buffers.
2007-11-07  Maarten Lankhorstdsound: Add conformance tests for 24/32 bits buffers...
2007-11-07  Maarten Lankhorstdsound: Add support for WAVEFORMATEXTENSIBLE format.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-16  Maarten Lankhorstdsound: Only warn for unsupported channels (or bits...
2007-10-15  Maarten Lankhorstdsound: Remove a few null initializations in DirectSoun...
2007-10-15  Maarten Lankhorstdsound: Make sure device buflen is initially set to...
2007-10-09  Maarten Lankhorstdsound: Release buffer before reopening when buffer...
2007-10-02  Maarten Lankhorstdsound: Fix IDirectSoundBuffer_GetPosition.
2007-10-01  Maarten Lankhorstdsound: Call waveInUnPrepareHeader and waveInPrepareHea...
2007-10-01  Maarten Lankhorstdsound: Use smaller buffers for wavein capture.
2007-09-27  Maarten Lankhorstdsound: Check if hardware buffer is big enough before...
2007-09-11  Maarten Lankhorstdsound: Support arbitrarily sized buffers for waveout.
2007-09-11  Maarten Lankhorstdsound: Fix overshot calculations.
2007-09-11  Maarten Lankhorstdsound: Change default bpp and sample frequency to...
2007-09-11  Maarten Lankhorstdsound: Runtime link to advapi32.RegDeleteTree.
2007-09-10  Maarten Lankhorstdsound: Fix detection of different sample rates in...
2007-09-10  Maarten Lankhorstdsound: Fix null pointer dereference for waveout in...
2007-08-30  Maarten Lankhorstdsound: Increase dll refcount and disable thread calls.
2007-08-30  Francois GougetAssorted spelling fixes.
2007-08-29  Stefan Leichterdsound: Remove 'recursive registry key delete' function.
2007-08-27  Maarten Lankhorstdsound: Update DSOUND_PrimarySetFormat to follow flags...
next