projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
dsound: Added a windowed-sinc resampler.
[wine]
/
dlls
/
dsound
/
buffer.c
2012-05-02
Andrew Eikum
dsound: Don't derive the secondary position from the...
blob
|
commitdiff
|
raw
2012-05-02
Andrew Eikum
dsound: Convert from fixed to floating point.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Michael Stefaniuc
dsound: Remove the now obsolete IDirectSoundBufferImpl_...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Michael Stefaniuc
dsound: Merge IDirectSoundNotify into the secondary...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-19
Michael Stefaniuc
dsound: Merge IDirectSound3DBuffer into the secondary...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-17
Michael Stefaniuc
dsound: Support IKsPropertySet in the primary buffer...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-17
Michael Stefaniuc
dsound: Merge IKsPropertySet into the secondary buffer...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-17
Michael Stefaniuc
dsound: Drop "Buffer" from the IKsPropertySet method...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-17
Andrew Eikum
dsound: Lock the source buffer during duplication.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-16
Michael Stefaniuc
dsound: Use AddRef to set the refcounts at object creation.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-29
Alexander E. Patrakov
dsound: Always resample buffers in mixer thread.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-26
Andrew Eikum
dsound: Validate buffer pointers in Unlock methods.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-26
Andrew Eikum
dsound: Remove hardware acceleration support.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-31
Michael Stefaniuc
dsound: Handle primary buffers in two more IDirectSound...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-31
Michael Stefaniuc
dsound: Handle primary buffers in IDirectSoundBufferImp...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Michael Stefaniuc
dsound: Fix refcounting for the secondary buffer object.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Michael Stefaniuc
dsound: Kill SecondaryBufferImpl with extreme prejudice.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Michael Stefaniuc
dsound: Basic COM cleanup for the IDirectSoundBuffer8...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Frédéric Delanoy
dlls: Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-22
Akihiro Sagawa
dsound: Don't copy the position notify on duplicate.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-22
Akihiro Sagawa
dsound: Don't copy the notify object on duplicate.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Akihiro Sagawa
dsound: Fix a typo.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
Austin English
dsound: Return success in IDirectSoundBufferImpl_Acquir...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Maarten Lankhorst
dsound: Move buffer property sets to buffer.c.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-06
Jörg Höhle
dsound: Correct deallocations when DuplicateSoundBuffer...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-06
Jörg Höhle
dsound: Enforce invariant about BlockAlign and nAvgByte...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-01
Yuriy Kaminskiy
dsound: Fix segv on use-after-free in IDirectSoundNotif...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-03
Ken Thomases
dsound: Don't use HEAP_ZERO_MEMORY when we're about...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-24
Ken Thomases
dsound: Consolidate some duplicate code.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-24
Ken Thomases
dsound: Replace a realloc-or-alloc with a free-then...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-02
Jeff Zaroyko
dsound: Check for invalid parameter when locking primar...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-05
Jeff Zaroyko
dsound: Check for invalid parameter when unlocking...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Andrew Talbot
dsound: Memory allocation sizes fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Maarten Lankhorst
dsound: Hold lock in GetStatus.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Maarten Lankhorst
dsound: Add an option to mix sound buffers in the mixer...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-07
Maarten Lankhorst
dsound: Add support for WAVEFORMATEXTENSIBLE format.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Maarten Lankhorst
dsound: Fix null pointer dereference for waveout in...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-27
Maarten Lankhorst
dsound: Handle secondary hardware buffers more correctly.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-02
Maarten Lankhorst
dsound: Move resampling away from mixer thread.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
Maarten Lankhorst
dsound: Silence the IDirectSoundBuffer_Initialize warnings.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
Maarten Lankhorst
dsound: Replace buffer critical section with a rw-lock.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Maarten Lankhorst
dsound: Simplify IDirectSoundBufferImpl_GetCurrentPosition.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Maarten Lankhorst
dsound: Remove some more unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-06
Maarten Lankhorst
dsound: Clean up some unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-29
Maarten Lankhorst
dsound: Fix calcplayposition to handle mixed amount...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-22
Maarten Lankhorst
dsound: Simplify mixing by removing remixing support...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Maarten Lankhorst
dsound: Recalculate 3d buffer on SetVolume.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Maarten Lankhorst
dsound: Fix buffer caps.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-25
Maarten Lankhorst
dsound: Block align SetCurrentPosition and add test...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Andrew Talbot
dsound: Exclude unused headers.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-12
Jan Zerebecki
dsound: Conform critical section DebugInfo names.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Tomas Carnecky
dsound: Update prototypes for IDirectSoundBuffer::Lock...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-13
Michael Stefaniuc
dsound: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-02
Alexandre Julliard
dsound: Make some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Alexandre Julliard
dsound: Don't use sizeof in traces to avoid printf...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-05
Robert Reif
dsound: Check DirectSoundBuffer_Lock parameters.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-14
Robert Reif
dsound: Rename some functions, make some functions...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-06
Robert Reif
dsound: Refactor playback.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Robert Reif
dsound: Remove WINAPI from internal functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-19
Robert Reif
Change secondary buffer variable name to secondary.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-17
Robert Reif
Include winuser.h so the code compiles cleanly on windo...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Fixed some traces to use the right printf format and...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-01
Dmitry Timoshkov
Make more of the OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Robert Reif
Add multiple DIRECTSOUND object support (multiple sound...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-09
Robert Reif
Remove dead code and redundant variables from DSOUND_Ca...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-06
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Robert Reif
Fixed invalid buffer size by rounding up to next multip...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Robert Reif
Removed printing of thread id for AddRef and Release...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-10
Robert Reif
Always allocate an empty buffer.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-09
Robert Reif
Fill new software buffers with silence.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Robert Reif
Remove unused includes.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Robert Reif
Use Windows memory functions.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-06
Robert Reif
Always create a property set for secondary buffers.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-17
Robert Reif
Cleanup reference counting.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-16
Robert Reif
Cleanup reference counting.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-10
Robert Reif
Remove lock name from lock debug structure before delet...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-10
Robert Reif
Return error from low level driver when necessary.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-09
Alexandre Julliard
Removed some more uses of the non-standard ICOM_THIS...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-08
Hans Leidekker
Fix signed/unsigned comparison warnings.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-07
Robert Reif
Consolidate secondary buffer list processing and locking.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-18
Robert Reif
Allocate wave format structure dynamically based on...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-16
Robert Reif
Delete buffer array when releasing last buffer.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-09
Francois Gouget
Remove the assert()s that checked that IDirectSoundBuff...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-06
Robert Reif
Adds debug name to remaining critical sections.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-23
Francois Gouget
Small cleanup in IDirectSoundBufferImpl_SetPan().
blob
|
commitdiff
|
raw
|
diff to current
2004-07-13
Robert Reif
Remove DirectSound reference counts by buffers and...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-06
Robert Reif
Fix IDirectSoundBuffer8_Initialize function prototype...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-19
Robert Reif
Fixes support for older versions of direct sound.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-06
Robert Reif
Fallback to software buffer if failed to create hardwar...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-09
Robert Reif
Added some missing defines and a struct.
blob
|
commitdiff
|
raw
|
diff to current
2003-11-17
Robert Reif
Initialize buffer reference count.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-14
Oleg Prokhorov
Another portion of HeapReAlloc fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-15
Robert Reif
Device enumeration callbacks should return a NULL guid...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-03
Robert Reif
Use the drivers to get device capabilities and property...
blob
|
commitdiff
|
raw
|
diff to current
next