Module: wine Branch: master Commit: 3a39805ed8345047d217f4a0d7de3954cce7cb93 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3a39805ed8345047d217f4a0d7...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Tue Apr 22 13:57:11 2008 -0700
quartz: Make wave parser and mpeg splitter zero copy by getting rid of the seperate allocator for the output pin.
---
dlls/quartz/avisplit.c | 7 +- dlls/quartz/mpegsplit.c | 362 +++++++++++++++++---------------------------- dlls/quartz/parser.c | 26 +++- dlls/quartz/parser.h | 4 +- dlls/quartz/pin.c | 158 +++++++++++++------- dlls/quartz/pin.h | 10 +- dlls/quartz/waveparser.c | 211 ++++++++++++++------------- 7 files changed, 384 insertions(+), 394 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3a39805ed8345047d217f4...