quartz: Make wave parser and mpeg splitter zero copy

Maarten Lankhorst m.b.lankhorst at gmail.com
Tue Apr 22 16:30:19 CDT 2008


The mpeg splitter and wave parser would just copy source data over to
a new sample, This is suboptimal. The new code will just hand out the
source samples directly by getting rid of the separate memory
allocator. My goal is to get rid of the PullPin_Standard_Request,
since the 3 pullpin implementations that use it all have their own
idea how to implement it. Avi splitter might be broken because of it,
but I'm trying to fix it. It's more complicated though.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0014-quartz-Make-wave-parser-and-mpeg-splitter-zero-copy-b.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080422/66cb3082/attachment-0001.txt 


More information about the wine-patches mailing list