projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
devenum: Mark internal symbols as hidden.
[wine]
/
dlls
/
mmdevapi
/
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
2010-04-15
Maarten Lankhorst
mmdevapi: Add OSS to blacklist on linux.
tree
|
commitdiff
2010-04-12
Maarten Lankhorst
mmdevapi: Blacklist alsa hw devices.
tree
|
commitdiff
2010-04-06
Alexandre Julliard
mmdevapi/tests: Mark some failing tests as todo.
tree
|
commitdiff
2010-04-06
Alexandre Julliard
mmdevapi/tests: Remove some todos that succeed now.
tree
|
commitdiff
2010-04-05
Alexandre Julliard
mmdevapi: Include system headers before Wine headers.
tree
|
commitdiff
2010-04-05
Maarten Lankhorst
mmdevapi: Use openal to enumerate devices.
tree
|
commitdiff
2010-04-05
Maarten Lankhorst
mmdevapi: Add dependency on openal.
tree
|
commitdiff
2010-04-05
Maarten Lankhorst
mmdevapi: Add alext.h for openal support.
tree
|
commitdiff
2010-04-05
Maarten Lankhorst
mmdevapi: Add uuid include.
tree
|
commitdiff
2010-03-30
Maarten Lankhorst
mmdevapi: Add capture tests.
tree
|
commitdiff
2010-03-30
Maarten Lankhorst
mmdevapi: Add a few more render tests.
tree
|
commitdiff
2010-03-29
Mikhail Maroukhine
mmdevapi: Fix compiler warnings with flag -Wcast-qual.
tree
|
commitdiff
2010-03-25
Paul Vriens
mmdevapi/tests: Fix test failure on some Vista boxes.
tree
|
commitdiff
2010-03-22
Francois Gouget
Assorted spelling and case fixes.
tree
|
commitdiff
2010-03-16
Alexandre Julliard
makefiles: Remove the no longer needed explicit separat...
tree
|
commitdiff
2010-03-15
Maarten Lankhorst
mmdevapi: Pass a property bag to IBaseFilter in IMMDevi...
tree
|
commitdiff
2010-03-15
Maarten Lankhorst
mmdevapi: Implement IMMDeviceEnumerator::GetDevice.
tree
|
commitdiff
2010-03-15
Maarten Lankhorst
mmdevapi: Implement MMDeviceCollection methods.
tree
|
commitdiff
2010-03-15
Maarten Lankhorst
mmdevapi: Implement some methods in IMMDevice.
tree
|
commitdiff
2010-03-15
Maarten Lankhorst
mmdevapi: Add IMMEndpoint to IMMDevice.
tree
|
commitdiff
2010-03-15
Maarten Lankhorst
mmdevapi: Implement property store.
tree
|
commitdiff
2010-03-05
Jeff Zaroyko
mmdevapi/tests: Fix a failing test for Vista/W2k8.
tree
|
commitdiff
2010-03-01
Maarten Lankhorst
mmdevapi: Implement a stub of MMDevice.
tree
|
commitdiff
2010-02-22
Maarten Lankhorst
mmdevapi: Add todo_wine in dependency test.
tree
|
commitdiff
2010-02-22
Maarten Lankhorst
mmdevapi: Add tests for renderclient.
tree
|
commitdiff
2010-02-22
Alexandre Julliard
makefiles: Use the standard C_SRCS variable as the...
tree
|
commitdiff
2010-02-01
Maarten Lankhorst
mmdevapi: Add some basic property store tests.
tree
|
commitdiff
2010-01-18
Maarten Lankhorst
mmdevapi: Dump device id in test.
tree
|
commitdiff
2010-01-18
Maarten Lankhorst
mmdevapi: Add code to enumerate NOTPRESENT devices.
tree
|
commitdiff
2010-01-06
Reece Dunn
Don't generate FIXME warnings for DllCanUnloadNow.
tree
|
commitdiff
2010-01-06
Maarten Lankhorst
mmdevapi: Fix reference leak in tests.
tree
|
commitdiff
2010-01-05
Maarten Lankhorst
mmdevapi: Add test showing collection doesn't keep...
tree
|
commitdiff
2010-01-05
Maarten Lankhorst
mmdevapi: Add an empty IMMDeviceCollection implementation.
tree
|
commitdiff
2010-01-05
Maarten Lankhorst
mmdevapi: Constify IMMDeviceEnumeratorVtbl.
tree
|
commitdiff
2010-01-04
Maarten Lankhorst
mmdevapi: Add stubs for MMDevEnum with tests.
tree
|
commitdiff
2009-12-24
Paul Vriens
mmdevapi/tests: Fix a test failure on Vista+ with no...
tree
|
commitdiff
2009-12-16
Maarten Lankhorst
mmdevapi: Add class factory.
tree
|
commitdiff
2009-12-14
Maarten Lankhorst
mmdevapi: Add more tests.
tree
|
commitdiff
2009-12-14
Maarten Lankhorst
mmdevapi: Add some initial tests.
tree
|
commitdiff
2009-12-10
Maarten Lankhorst
mmdevapi: Add initial mmdevapi dll.
tree
|
commitdiff