projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
d3dcompiler: Parse struct dereferences.
[wine]
/
dlls
/
mmdevapi
/
2012-08-15
Jacek Caban
mmdevapi: Use proper helpers for iface calls.
tree
|
commitdiff
2012-08-14
Michael Stefaniuc
mmdevapi: Avoid a TRUE:FALSE conditional expression.
tree
|
commitdiff
2012-06-12
Francois Gouget
mmdevapi: Make MMDevice_GetPropValue() static.
tree
|
commitdiff
2012-04-16
Michael Stefaniuc
mmdevapi: Remove superfluous NULL pointer check before...
tree
|
commitdiff
2012-04-06
Andrew Eikum
mmdevapi: Indicate data flow direction in IMMDevice...
tree
|
commitdiff
2012-04-06
Andrew Eikum
mmdevapi: Store device interface in registry.
tree
|
commitdiff
2012-04-04
Andrew Eikum
mmdevapi: Use device GUIDs as unique identifiers.
tree
|
commitdiff
2012-03-28
Andrew Eikum
mmdevapi: TRACE all COM method calls.
tree
|
commitdiff
2012-03-01
Maarten Lankhorst
mmdevapi: Add tests for checking events to capture.
tree
|
commitdiff
2012-02-24
Jörg Höhle
mmdevapi/tests: Fix some render test failures.
tree
|
commitdiff
2012-02-20
Maarten Lankhorst
mmdevapi: Fix exclusive test.
tree
|
commitdiff
2012-02-15
Andrew Eikum
mmdevapi: Only return ACTIVE devices from GetDefaultAud...
tree
|
commitdiff
2012-02-11
Jörg Höhle
mmdevapi/tests: Perform renderer padding & position...
tree
|
commitdiff
2012-02-09
Jörg Höhle
mmdevapi/tests: Fix errors and crashes in various nativ...
tree
|
commitdiff
2012-02-09
Jörg Höhle
mmdevapi/tests: Produce audible output.
tree
|
commitdiff
2012-01-26
Jörg Höhle
mmdevapi/tests: Add a worst-case XAudio2 fragment-size...
tree
|
commitdiff
2012-01-26
Jörg Höhle
mmdevapi/tests: Perform capture protocol tests in share...
tree
|
commitdiff
2012-01-10
Jörg Höhle
mmdevapi/tests: Fix some test failures on native.
tree
|
commitdiff
2011-11-18
Jörg Höhle
mmdevapi/tests: Add PCM format tests.
tree
|
commitdiff
2011-11-14
Jörg Höhle
mmdevapi/tests: Prevent crash when device is in use.
tree
|
commitdiff
2011-10-28
Jörg Höhle
mmdevapi/tests: Fix errors and crashes in various nativ...
tree
|
commitdiff
2011-10-24
Alexandre Julliard
mmdevapi/tests: Don't crash on test failure.
tree
|
commitdiff
2011-10-05
Andrew Eikum
mmdevapi: Attempt to determine default devices from...
tree
|
commitdiff
2011-09-30
Andrew Eikum
mmdevapi: Don't use invalid This pointer on static...
tree
|
commitdiff
2011-09-28
Andrew Eikum
mmdevapi: Don't fail if dwChannelMask is not set correctly.
tree
|
commitdiff
2011-09-27
Andrew Eikum
dsound: Reimplement rendering devices on mmdevapi.
tree
|
commitdiff
2011-09-02
Henri Verbeet
mmdevapi: Add a TRACE to info_device_ps_GetValue().
tree
|
commitdiff
2011-09-02
Henri Verbeet
mmdevapi: Include space for the terminating zero in...
tree
|
commitdiff
2011-09-01
Andrew Eikum
mmdevapi: Automatically select the correct driver.
tree
|
commitdiff
2011-09-01
Andrew Eikum
winmm: Determine the driver from MMDevAPI.
tree
|
commitdiff
2011-08-23
Andrew Eikum
mmdevapi: Disable sound if the user explicitly selects...
tree
|
commitdiff
2011-08-04
Frédéric Delanoy
tests: Assorted spelling fixes.
tree
|
commitdiff
2011-08-02
Alexandre Julliard
winecrt0: Remove the clsid parameter in __wine_(un...
tree
|
commitdiff
2011-07-26
Andrew Eikum
mmdevapi: Try loading multiple audio drivers from the...
tree
|
commitdiff
2011-07-26
Austin English
mmdevapi/tests: Remove a dead assignment (LLVM/Clang).
tree
|
commitdiff
2011-07-18
Andrew Eikum
mmdevapi: Use a sane default if no buffer size is reque...
tree
|
commitdiff
2011-07-11
Frédéric Delanoy
mmdevapi/tests: Remove dead assignment (Clang).
tree
|
commitdiff
2011-06-20
Andrew Eikum
mmdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute.
tree
|
commitdiff
2011-06-20
Andrew Eikum
mmdevapi: Don't crash if a driver fails to load.
tree
|
commitdiff
2011-06-14
Andrew Eikum
mmdevapi: Sessions should be unique per-device.
tree
|
commitdiff
2011-06-06
Jörg Höhle
mmdevapi/tests: Fix wrong buffer unit and memory leaks.
tree
|
commitdiff
2011-06-06
Andrew Eikum
mmdevapi: Add support for IAudioSessionManager in IMMDe...
tree
|
commitdiff
2011-05-20
Marcus Meissner
mmdevapi: Mark internal symbols with hidden visibility.
tree
|
commitdiff
2011-05-18
Andrew Nguyen
mmdevapi: Remove a stray semicolon in macro definition.
tree
|
commitdiff
2011-05-16
Andrew Eikum
mmdevapi: IMMDeviceEnumerator::GetDevice should fail...
tree
|
commitdiff
2011-05-10
Andrew Eikum
mmdevapi/tests: Add tests for volume control interfaces.
tree
|
commitdiff
2011-05-09
Andrew Eikum
mmdevapi/tests: Make capture.c more easily extendible.
tree
|
commitdiff
2011-05-02
Andrew Eikum
mmdevapi/tests: Add tests for IAudioSessionControl...
tree
|
commitdiff
2011-05-02
Andrew Eikum
mmdevapi: Initialize global driver data at DLL load...
tree
|
commitdiff
2011-04-27
Andrew Eikum
mmdevapi/tests: Add tests for IAudioClock.
tree
|
commitdiff
2011-04-25
Andrew Eikum
mmdevapi/tests: Add tests for IAudioClient::GetCurrentP...
tree
|
commitdiff
2011-04-25
Andrew Eikum
mmdevapi: Reimplement using a driver system.
tree
|
commitdiff
2011-04-11
Francois Gouget
mmdevapi: Reorder a couple of functions to avoid forwar...
tree
|
commitdiff
2011-02-09
Austin English
mmdevapi/tests: Make sure return values are used (LLVM...
tree
|
commitdiff
2011-02-08
Austin English
mmdevapi/tests: Make sure return value is used (LLVM...
tree
|
commitdiff
2011-01-17
Michael Stefaniuc
mmdevapi: Use ifaces instead of vtbl pointers in MMDevice.
tree
|
commitdiff
2011-01-11
Andrew Eikum
mmdevapi: Prevent deadlock when releasing a stream...
tree
|
commitdiff
2011-01-11
Andrew Eikum
mmdevapi: Children of IAudioClient should hold a refere...
tree
|
commitdiff
2011-01-05
Andrew Eikum
mmdevapi: Be explicit about units in IAudioRenderClient...
tree
|
commitdiff
2011-01-05
Andrew Eikum
mmdevapi: Be explicit about the units of ACImpl::ofs.
tree
|
commitdiff
2011-01-05
Andrew Eikum
mmdevapi: Be explicit about units of ACImpl::bufsize.
tree
|
commitdiff
2011-01-05
Andrew Eikum
mmdevapi: Store period size in frames.
tree
|
commitdiff
2010-12-31
Marcus Meissner
mmdevapi: Fixed buffer size passed to RegEnumKeyExW.
tree
|
commitdiff
2010-12-14
Michael Stefaniuc
mmdevapi: Standardize the COM usage in devenum.c.
tree
|
commitdiff
2010-12-09
Michael Stefaniuc
mmdevapi: Use an iface instead of a vtbl pointer in...
tree
|
commitdiff
2010-12-07
Alexandre Julliard
mmdevapi: Convert dll registration to the IRegistrar...
tree
|
commitdiff
2010-12-06
Michael Stefaniuc
mmdevapi: Use an iface instead of a vtbl pointer in...
tree
|
commitdiff
2010-11-23
Austin English
mmdevapi/tests: Increase timeout in capture tests.
tree
|
commitdiff
2010-11-11
André Hentschel
mmdevapi: Add return value which happens on wow64 and...
tree
|
commitdiff
2010-11-10
André Hentschel
mmdevapi/tests: Fix test on some 2k8 and mark those...
tree
|
commitdiff
2010-09-19
Alexandre Julliard
makefiles: Add a standard header for all makefiles...
tree
|
commitdiff
2010-09-09
Austin English
mmdevapi: Remove an unused variable.
tree
|
commitdiff
2010-08-17
Henri Verbeet
mmdevapi: Remove the useless CINTERFACE definitions.
tree
|
commitdiff
2010-07-30
Octavian Voicu
mmdevapi/tests: Prevent crash when GetMixFormat fails.
tree
|
commitdiff
2010-07-26
Maarten Lankhorst
mmdevapi: Blacklist portaudio.
tree
|
commitdiff
2010-07-21
Alexandre Julliard
dlls: Remove explicit imports of kernel32 and ntdll.
tree
|
commitdiff
2010-07-20
David Hedberg
include: Add IShellItemArray and IShellItemFilter inter...
tree
|
commitdiff
2010-06-24
Francois Gouget
Assorted typo and spelling fixes.
tree
|
commitdiff
2010-06-24
Francois Gouget
mmdevapi/tests: Add a trailing '\n' to an ok() call.
tree
|
commitdiff
2010-05-04
Alexandre Julliard
mmdevapi: Don't try to lookup functions if the library...
tree
|
commitdiff
2010-05-04
Maarten Lankhorst
mmdevapi: Add support for openal disconnected extension.
tree
|
commitdiff
2010-05-04
Maarten Lankhorst
mmdevapi: Try to detect openal 1.11, and do not blackli...
tree
|
commitdiff
2010-04-29
Maarten Lankhorst
mmdevapi: Add a warning if openal is not available.
tree
|
commitdiff
2010-04-26
Maarten Lankhorst
mmdevapi: Silence a fixme when it's harmless.
tree
|
commitdiff
2010-04-26
Maarten Lankhorst
mmdevapi: Fix IsFormatSupported and initialization.
tree
|
commitdiff
2010-04-26
Maarten Lankhorst
mmdevapi: Add some DEVPKEY's to property tests.
tree
|
commitdiff
2010-04-22
Maarten Lankhorst
mmdevapi: Add stub for IAudioEndpointVolume.
tree
|
commitdiff
2010-04-21
Maarten Lankhorst
mmdevapi: Fix small capture bugs.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Add AudioSimpleVolume stub.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Add support for IAudioSessionControl2.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Add support for the clock interface.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Add audio capture code.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Add support for IAudioRenderClient.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Implement audio formats.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Implement some methods in audioclient.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Set PKEY_AudioEngine_DeviceFormat for capture...
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Add initial audioclient stub.
tree
|
commitdiff
2010-04-20
Maarten Lankhorst
mmdevapi: Improve EndpointNotificationCallback stubs.
tree
|
commitdiff
2010-04-16
Maarten Lankhorst
mmdevapi: Fix wrong blacklist test.
tree
|
commitdiff
2010-04-15
Maarten Lankhorst
mmdevapi: Don't load openal on older openal-soft versions.
tree
|
commitdiff
next