Akihiro Sagawa
|
1aa15750ed
|
winmm/tests: Add EOF and buffer pointer tests for mmio.
|
2012-11-20 13:32:50 +01:00 |
|
Akihiro Sagawa
|
2d3f320463
|
winmm: Fix SEEK_END direction of mmio files without buffering.
|
2012-11-13 18:01:44 +01:00 |
|
Akihiro Sagawa
|
10c7f5859c
|
winmm/tests: Add more mmioSeek tests.
|
2012-11-13 18:01:39 +01:00 |
|
Jörg Höhle
|
f5628373e5
|
winmm: Call IsFormatSupported for WAVE_FORMAT_QUERY only.
|
2012-11-09 11:51:39 +01:00 |
|
Jörg Höhle
|
e3e0bfca20
|
winmm: Avoid generic MMSYSERR_ERROR during initialisation.
|
2012-11-09 11:50:45 +01:00 |
|
Jörg Höhle
|
6086c7be19
|
winmm: Prefer using MMSYSERR_* over AUDCLNT_E_* from mmdevapi.
|
2012-11-09 11:48:53 +01:00 |
|
André Hentschel
|
126fded4a4
|
winmm: Mark up fallthrough switch case (coverity).
|
2012-11-08 15:37:51 +01:00 |
|
Jörg Höhle
|
1fc362ce55
|
winmm: Turn some MCI parser ERR into FIXME.
|
2012-10-30 14:37:55 +01:00 |
|
Maarten Lankhorst
|
6f84708902
|
winmm: Do not blindly reset device when already stopped.
|
2012-10-19 16:51:56 +02:00 |
|
Jörg Höhle
|
8ff7436d21
|
winmm: The "open new ..." MCI string command sets an empty OPEN_ELEMENT.
|
2012-09-27 13:08:28 +02:00 |
|
Francois Gouget
|
eabbe5ab58
|
winmm: MMDRV_GetRelated() is not used anymore so remove it.
|
2012-08-13 11:51:54 +02:00 |
|
Michael Stefaniuc
|
d94eaa3b20
|
winmm: Avoid TRUE FALSE conditional expressions.
|
2012-07-31 12:36:20 +02:00 |
|
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
|
Andrew Eikum
|
47332210dd
|
winmm: Don't call MMDevAPI during process exit.
|
2012-05-11 15:39:21 +02:00 |
|
Andrew Eikum
|
31291cdc6c
|
winmm: Close open wave devices upon process detach.
|
2012-05-08 09:30:31 +02:00 |
|
Andrew Eikum
|
d022cc1ddf
|
winmm: Support DRV_QUERYDEVICEINTERFACE in waveXxxMessage.
|
2012-04-06 20:12:21 +02:00 |
|
Andrew Eikum
|
1b21fe827f
|
mmddk.h: Remove unused, Wine-specific WinMM defines.
|
2012-04-03 17:53:37 +02:00 |
|
Andrew Eikum
|
447b045825
|
winmm: Report waveIn devices' component type as Microphone.
|
2012-03-28 11:35:52 +02:00 |
|
Andrew Eikum
|
6a6e1bd50e
|
winmm: Support DRVM_MAPPER_PREFERRED_GET in waveXxxMessage.
|
2012-03-28 11:35:44 +02:00 |
|
Andrew Eikum
|
3579bbd8ab
|
winmm: Remove unused define.
|
2012-03-08 17:57:40 +01:00 |
|
Jörg Höhle
|
21e47e905e
|
winmm: Make midiStream* messages asynchronous to avoid deadlocks.
|
2012-02-17 18:06:51 +01:00 |
|
Jörg Höhle
|
1b11576005
|
winmm: Avoid using SuspendThread, it can hang Wine.
|
2012-02-17 18:06:50 +01:00 |
|
Jörg Höhle
|
197607db2e
|
winmm: Allow new sounds to interrupt previous PlaySound invocations.
|
2012-02-16 18:51:56 +01:00 |
|
Andrew Eikum
|
74d6990494
|
winmm: TRACE unhandled messages.
|
2012-02-07 14:03:02 -06:00 |
|
Andrew Eikum
|
be7a93cf56
|
winmm: Downgrade most ERRs to WARNs.
|
2012-02-07 14:02:58 -06:00 |
|
Andrew Eikum
|
6847e882b8
|
winmm: Initialize COM for MULTITHREADED, not APARTMENTTHREADED.
|
2012-01-31 20:39:11 +01:00 |
|
Jörg Höhle
|
644f539358
|
winmm: Parse MCI colon notation as in T:MM:SS:F.
|
2012-01-27 18:05:47 +01:00 |
|
Jörg Höhle
|
32c23cbc80
|
winmm/tests: Properly recover from the WAVERR_STILLPLAYING case.
|
2012-01-19 21:08:50 +01:00 |
|
Andrew Eikum
|
04ab858fef
|
winmm: Only start the devices thread when necessary.
|
2012-01-16 19:32:50 +01:00 |
|
Jörg Höhle
|
d8d4aed845
|
winmm: GetCurrentPadding is superfluous while recording.
|
2012-01-11 19:42:53 +01:00 |
|
Jörg Höhle
|
afe7bc06e6
|
winmm: Ignore broken nBlockAlign and AvgBytes within PCMWAVEFORMAT.
|
2012-01-06 19:24:27 +01:00 |
|
Jörg Höhle
|
9ef4a0099c
|
winmm: Fix conversion to MMTIME, avoid floating point arithmetic.
|
2012-01-05 21:27:34 +01:00 |
|
Francois Gouget
|
8d66ca11d7
|
winmm: Don't include newlines in standard error messages.
|
2012-01-03 19:31:10 +01:00 |
|
Francois Gouget
|
814c854fd2
|
winmm: Give a name to the critical sections, make them static and delete them when unloading the dll.
|
2011-11-15 19:37:36 +01:00 |
|
Jörg Höhle
|
1cde966c35
|
winmm: Never write silence, mmdevapi must handle underruns.
|
2011-10-31 16:53:32 +01:00 |
|
Andrew Eikum
|
0a20ec0935
|
winmm: Fix clock position calculation.
|
2011-10-28 17:32:49 +02:00 |
|
Michael Stefaniuc
|
5439aede62
|
include: Remove 'l' modifier from numeric constants in mmsystem.h.
|
2011-10-25 16:57:25 +02:00 |
|
Andrew Eikum
|
82f486a1a8
|
winmm: Use buffer offset when recording.
|
2011-10-12 17:07:05 +02:00 |
|
Andrew Eikum
|
0d567ff9f8
|
winmm: Also track input device position.
|
2011-10-12 17:07:01 +02:00 |
|
Andrew Eikum
|
e19be58e90
|
winmm: Handle DRV_QUERYMAPPABLE in waveXxxMessage.
|
2011-10-04 15:20:58 -05:00 |
|
Marcus Meissner
|
c7f8ad487d
|
winmm: Mark two functions as hidden.
|
2011-10-03 16:10:52 -05:00 |
|
Jörg Höhle
|
3ba00cf538
|
winmm: Mark headers WHDR_DONE at the last possible time.
|
2011-09-30 10:31:51 -05:00 |
|
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
|
Andrew Eikum
|
b1fdaa81b0
|
dsound: Remove hardware acceleration support.
|
2011-09-26 18:38:07 +02:00 |
|
Jörg Höhle
|
5f9e03d118
|
winmm: waveOutReset returns all buffers.
|
2011-09-26 18:09:31 +02:00 |
|
Jörg Höhle
|
afa5751015
|
winmm: Separate WINMM_Pause and WINMM_Reset.
|
2011-09-26 18:09:27 +02:00 |
|
Jörg Höhle
|
38752f5bf7
|
winmm: Fix sum of available samples.
|
2011-09-26 18:09:24 +02:00 |
|
Michael Stefaniuc
|
f83c470805
|
winmm: Remove casts to the type of the casted expression.
|
2011-09-22 19:51:50 +02:00 |
|
Francois Gouget
|
5619b2154b
|
winmm/tests: Make it clear that no msrle.avi file is needed for the standard tests.
|
2011-09-22 19:51:50 +02:00 |
|
Akihiro Sagawa
|
203d06d410
|
winmm: Add support for MEVT_LONGMSG.
|
2011-09-08 20:08:06 +02:00 |
|