Re: quartz Rewrite the avi splitter so that video and sound run in separate threads, with tests

2008-06-28 Thread Detlef Riekenberg
On Do, 2008-06-26 at 22:58 -0700, Maarten Lankhorst wrote: there are still some things I need to figure out with avi. Is avifil32.dll usable for that? Does Windows reuse avifil32.dll or did MS again lots of code duplication? The current Problem in Wine is the correct importlib: avicap32 +

Re: quartz Rewrite the avi splitter so that video and sound run in separate threads, with tests

2008-06-28 Thread Maarten Lankhorst
Hello Detlef, 2008/6/28 Detlef Riekenberg [EMAIL PROTECTED]: On Do, 2008-06-26 at 22:58 -0700, Maarten Lankhorst wrote: there are still some things I need to figure out with avi. Is avifil32.dll usable for that? Does Windows reuse avifil32.dll or did MS again lots of code duplication? It's

Re: quartz Rewrite the avi splitter so that video and sound run in separate threads, with tests

2008-06-26 Thread Alexandre Julliard
Maarten Lankhorst [EMAIL PROTECTED] writes: +FIXME(Waiting for %u to terminate\n, x); +/* Make the thread return first */ +SetEvent(stream-packet_queued); +if (WaitForSingleObject(stream-thread, 1) == WAIT_TIMEOUT) +exit(1); Don't use exit().

Re: quartz Rewrite the avi splitter so that video and sound run in separate threads, with tests

2008-06-26 Thread Detlef Riekenberg
On Mi, 2008-06-25 at 21:34 -0700, Maarten Lankhorst wrote: Because of the magnitude of the change I cannot split this patc hup, my apologies for this. Without any view at your code, the sentense above is wrong by design. A Test is always independant from the implementation, and what permit a

Re: quartz Rewrite the avi splitter so that video and sound run in separate threads, with tests

2008-06-26 Thread Maarten Lankhorst
Hi Detlef, 2008/6/26 Detlef Riekenberg [EMAIL PROTECTED]: On Mi, 2008-06-25 at 21:34 -0700, Maarten Lankhorst wrote: Because of the magnitude of the change I cannot split this patc hup, my apologies for this. Without any view at your code, the sentense above is wrong by design. A Test is