Module: wine Branch: master Commit: 1d42659c406abd521341153a3489e0168ff73b08 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1d42659c406abd521341153a34...
Author: Aric Stewart aric@codeweavers.com Date: Thu Oct 7 14:47:33 2010 -0500
strmbase: Implement BaseFilter in strmbase.
---
dlls/qcap/vfwcapture.c | 141 ++++--------------------- dlls/quartz/acmwrapper.c | 20 ++-- dlls/quartz/avidec.c | 12 +- dlls/quartz/avisplit.c | 6 +- dlls/quartz/dsoundrender.c | 233 +++++++++++-------------------------------- dlls/quartz/filesource.c | 138 ++++---------------------- dlls/quartz/mpegsplit.c | 4 +- dlls/quartz/nullrenderer.c | 184 ++++++---------------------------- dlls/quartz/parser.c | 145 +++++++------------------- dlls/quartz/parser.h | 9 +-- dlls/quartz/transform.c | 196 ++++++------------------------------ dlls/quartz/transform.h | 10 +-- dlls/quartz/videorenderer.c | 236 ++++++++++++------------------------------- dlls/quartz/waveparser.c | 4 +- dlls/strmbase/Makefile.in | 1 + dlls/strmbase/filter.c | 198 ++++++++++++++++++++++++++++++++++++ include/wine/strmbase.h | 26 +++++ 17 files changed, 516 insertions(+), 1047 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1d42659c406abd52134115...