Module: wine Branch: master Commit: a0224676905f0b96f2ade672f90cea696a5434bc URL: http://source.winehq.org/git/wine.git/?a=commit;h=a0224676905f0b96f2ade672f9...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Fri Apr 18 19:30:25 2008 -0700
quartz: Optimize the processing thread to fetch one sample while processing another.
---
dlls/quartz/avisplit.c | 17 ++- dlls/quartz/mpegsplit.c | 4 +- dlls/quartz/parser.c | 2 +- dlls/quartz/parser.h | 2 +- dlls/quartz/pin.c | 361 +++++++++++++++++++++++++++++----------------- dlls/quartz/pin.h | 44 +++++-- dlls/quartz/waveparser.c | 2 +- 7 files changed, 275 insertions(+), 157 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a0224676905f0b96f2ade6...