Andrew Talbot
|
1f1a97a9b5
|
dsound: Remove unneeded address-of operator from function name.
|
2011-10-10 13:30:25 +02:00 |
Michael Stefaniuc
|
f0a3a09d0e
|
dsound: COM cleanup for the IDirectSoundCapture iface.
|
2011-10-08 17:38:40 +02:00 |
Andrew Eikum
|
ecd13dcbef
|
dsound: Fix fragment position calculations.
|
2011-10-06 12:28:22 -05:00 |
Andrew Eikum
|
cec8e0d73a
|
dsound: Remove a few unused variables.
|
2011-10-05 17:31:27 -05:00 |
Marcus Meissner
|
1533965e8c
|
dsound: Make a function static, remove a no longer used array.
|
2011-10-04 15:21:15 -05:00 |
Marcus Meissner
|
a664424c19
|
dsound: Mark enum_callback and search_callback static.
|
2011-10-03 15:51:17 -05:00 |
Andrew Eikum
|
6c33e87259
|
dsound: Eliminate leftover driver structures.
|
2011-09-28 10:59:31 +02:00 |
Andrew Eikum
|
8856ea79f3
|
dsound: Reimplement PropertySet on mmdevapi.
|
2011-09-27 16:53:59 +02:00 |
Andrew Eikum
|
3735ecac21
|
dsound: Reimplement capturing devices on mmdevapi.
|
2011-09-27 16:53:59 +02:00 |
Andrew Eikum
|
e786998daf
|
dsound: Reimplement rendering devices on mmdevapi.
|
2011-09-27 16:53:51 +02:00 |
Andrew Eikum
|
7fae5f4f9f
|
dsound: Validate buffer pointers in Unlock methods.
|
2011-09-26 18:38:11 +02:00 |
Andrew Eikum
|
b1fdaa81b0
|
dsound: Remove hardware acceleration support.
|
2011-09-26 18:38:07 +02:00 |
Michael Stefaniuc
|
e2c0ea01ac
|
dsound/tests: Remove some explicit casts that happen implicitly.
|
2011-09-23 16:21:51 +02:00 |
Andrew Eikum
|
e2cc32d252
|
dsound: Don't dereference a freed object.
|
2011-09-21 19:25:12 +02:00 |
Michael Stefaniuc
|
c35745d45a
|
dsound: Handle primary buffers in two more IDirectSoundBuffer methods.
|
2011-08-31 19:43:06 +02:00 |
Michael Stefaniuc
|
a2bc634eaa
|
dsound: Handle primary buffers in IDirectSoundBufferImpl_SetFormat.
|
2011-08-31 19:43:06 +02:00 |
Michael Stefaniuc
|
3747fb74a1
|
dsound: Move the primary buffer description into the buffer object.
|
2011-08-31 19:43:06 +02:00 |
Michael Stefaniuc
|
c0565143f9
|
dsound: Don't delete the primary buffer if a sub iface is still in use.
|
2011-08-31 19:43:05 +02:00 |
Michael Stefaniuc
|
ffb51208e9
|
dsound: Use the same struct for the primary buffer object as for the secondary.
|
2011-08-31 19:43:05 +02:00 |
Michael Stefaniuc
|
7959778d3f
|
dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.
|
2011-08-29 12:08:21 +02:00 |
Michael Stefaniuc
|
6d7c38256f
|
dsound: Fix refcounting for the secondary buffer object.
This fixes a regression introduced in 6b64e0090c .
|
2011-08-26 11:31:59 +02:00 |
Michael Stefaniuc
|
6b64e0090c
|
dsound: Kill SecondaryBufferImpl with extreme prejudice.
|
2011-08-24 12:14:46 +02:00 |
Michael Stefaniuc
|
7da80d1f01
|
dsound: Basic COM cleanup for the IDirectSoundBuffer8 iface.
|
2011-08-24 12:14:46 +02:00 |
Michael Stefaniuc
|
beac9a27e6
|
dsound/tests: IDirectSoundBuffer and IDirectSoundBuffer8 use the same implementation.
|
2011-08-24 12:14:46 +02:00 |
Michael Stefaniuc
|
4b54090a85
|
dsound: Remove pointless AddRef followed by a Release.
|
2011-08-24 12:14:46 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Frédéric Delanoy
|
b5a33dab88
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +02:00 |
Alexandre Julliard
|
b56dc9a6f7
|
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
|
2011-08-02 20:47:49 +02:00 |
Akihiro Sagawa
|
2ab3d22663
|
dsound: Don't copy the position notify on duplicate.
|
2011-07-22 15:44:16 +02:00 |
Akihiro Sagawa
|
3c9bd6ba2a
|
dsound: Don't copy the notify object on duplicate.
|
2011-07-22 15:44:13 +02:00 |
Akihiro Sagawa
|
223406fa17
|
dsound/tests: Add tests to check notifications after duplicate.
|
2011-07-22 15:40:46 +02:00 |
Akihiro Sagawa
|
c1fbf00d2c
|
dsound: Fix a typo.
|
2011-07-18 16:23:30 +02:00 |
Andrew Eikum
|
ca4ee7f60f
|
dsound: Request that WinMM perform audio conversion if the hardware doesn't support the requested format.
|
2011-07-14 14:39:51 +02:00 |
Andrew Eikum
|
7d82403f05
|
dsound: Inform the driver if we are in emulation mode or not.
|
2011-06-29 10:22:57 -05:00 |
Austin English
|
6a3255bbbd
|
dsound: Return success in IDirectSoundBufferImpl_AcquireResources.
|
2011-05-10 20:32:31 +02:00 |
Marcus Meissner
|
0615969f2b
|
dsound: Mark internal symbols as having hidden visibility.
|
2011-04-26 15:31:27 +02:00 |
Maarten Lankhorst
|
4429257358
|
dsound: COM cleanup property sets.
|
2011-04-08 16:49:51 +02:00 |
Philipp Middendorf
|
f5721560f5
|
dsound: Handle 8 channel audio input.
|
2011-04-07 10:23:00 +02:00 |
Andrew Eikum
|
54ff22b844
|
dsound: Also handle two-to-six-channel conversions.
|
2011-03-02 12:50:58 +01:00 |
Austin English
|
62b83bf036
|
dsound/tests: Remove win9x hack.
|
2011-02-28 13:11:34 +01:00 |
Maarten Lankhorst
|
af5423ef57
|
dsound: Forcibly lock buffers to be mixed.
|
2011-02-14 13:33:32 +01:00 |
Austin English
|
f6fb95230c
|
dsound/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-10 09:57:45 -06:00 |
Austin English
|
8c771e3f7e
|
dsound/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-08 13:42:14 -06:00 |
Owen Rudge
|
15d5311804
|
dsound/tests: Add IEEE float buffer tests for dsound8.
|
2011-01-20 17:50:17 +01:00 |
Owen Rudge
|
c3a01501e8
|
dsound/tests: Add IEEE float buffer tests.
|
2011-01-20 17:50:11 +01:00 |
Owen Rudge
|
d6f3ca9589
|
dsound: Add support for 32-bit IEEE float buffers.
|
2011-01-20 17:50:04 +01:00 |
André Hentschel
|
046bcb7c7e
|
dsound/tests: Don't test function directly when reporting GetLastError().
|
2010-12-30 15:00:05 +01:00 |
Michael Stefaniuc
|
d2e90cddfd
|
dsound: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
|
2010-12-05 16:44:02 +01:00 |
Alexandre Julliard
|
5f49129e03
|
resources: Define a generic mechanism for adding extra values to the common version block.
|
2010-12-03 14:53:59 +01:00 |
Alexandre Julliard
|
b3c307fb91
|
dsound: Convert dll registration to the IRegistrar mechanism.
|
2010-12-03 14:28:28 +01:00 |