Re: mmdevapi/tests: Perform renderer padding & position tests.

2012-01-26 Thread Alexandre Julliard
joerg-cyril.hoe...@t-systems.com writes: > Hi, > > this again fixes a few flaky failures on testbot but has potential > to introduce more flaky failures, esp. with PulseAudio. It doesn't work here: ../../../../wine/tools/runtest -q -P wine -M mmdevapi.dll -T ../../.. -p mmdevapi_test.exe.so ../

Re: winmm: Parse MCI colon notation as in T:MM:SS:F.

2012-01-26 Thread Alexandre Julliard
joerg-cyril.hoe...@t-systems.com writes: > + if (seen < 2) return FALSE; > + if (shift && (val >= 256 || (seen&1))) return FALSE; > + total |= val << shift; > + *data = (seen&1) ? -total : total; > + *ptr = ret; > + return TRUE; This is still fai

Re: [2/2] scrrun: Register Scripting interfaces

2012-01-26 Thread Jacek Caban
On 01/25/12 15:03, Nikolay Sivov wrote: > On 1/25/2012 15:21, Jacek Caban wrote: >> On 01/25/12 11:59, Nikolay Sivov wrote: >>> On 1/25/2012 12:35, Alistair Leslie-Hughes wrote: Hi, Changelog: scrrun: Register Scripting interfaces >>> Some of this are already used in w

brainstorm: what are the audio stumbling blocks?

2012-01-26 Thread Joerg-Cyril . Hoehle
Hi, What are the areas that would have the most impact if fixed? You are invited to participate and share your thoughts. I believe we need to distinguish winmm/dsound/mmdevapi/OS. mmdevapi: A. lock-less timer callback design, bug #. But I don't think where we would get the most improvement fr

fwd: winealsa: snd_card_get_name uses strdup (Valgrind).

2012-01-26 Thread Joerg-Cyril . Hoehle
Hi, Andrew Eikum updated ALSA's documentation http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=226a34ac09e5d9c08ab8845e4c2e3fbd7b64010b Now that free() is documented, the pending patch #82900 should be applied. Regards, Jörg Höhle