Re: winecoreaudio: Fix AudioRenderClient Get/ReleaseBuffer protocol (resend)

2011-09-07 Thread Alexandre Julliard
joerg-cyril.hoe...@t-systems.com writes: > Hi, > > [unmodified & sent alone. There's no apply failure in testbot.] > > With this patch, MacOS will be the first to correctly implement the allowed > ordering of Get and ReleaseBuffer according to my rendering tests (see bug > #27937). > > [...captu

winecoreaudio: Fix AudioRenderClient Get/ReleaseBuffer protocol.

2011-09-01 Thread Joerg-Cyril . Hoehle
nally submitted with several days spacing between them, I forgot to add [PATCH 1/N] this week. The order is: 0001-winecoreaudio: Fix AudioRenderClient Get/ReleaseBuffer protocol. 0002-mmdevapi: Do not mix frames and bytes. (in git now, but should not interfere) 0003-mmdevapi: Use UINT32 for a numb

winecoreaudio: Fix AudioRenderClient Get/ReleaseBuffer protocol.

2011-08-25 Thread Joerg-Cyril . Hoehle
Hi, what happened to this patch? There are already 2 bug reports about crashes in ReleaseBuffer that may be cured by this, even though the underlying problem is #28093 (GetCurrentPadding would not return "buffer full" on native, so the SW would not attempt to Release 0 bytes which causes winec