Module: wine Branch: master Commit: 34f3f7cae3828e1b719c6389d7f9edd97b4ca41d URL: http://source.winehq.org/git/wine.git/?a=commit;h=34f3f7cae3828e1b719c6389d7...
Author: Aric Stewart aric@codeweavers.com Date: Thu Oct 7 14:48:19 2010 -0500
strmbase: Move TransformFilter implementation to strmbase.
---
dlls/quartz/Makefile.in | 1 - dlls/quartz/acmwrapper.c | 138 +++++++++++++++------ dlls/quartz/avidec.c | 147 +++++++++++++++-------- dlls/quartz/transform.h | 50 -------- dlls/strmbase/Makefile.in | 3 +- dlls/{quartz => strmbase}/transform.c | 218 +++++++++++++++++++-------------- include/wine/strmbase.h | 48 +++++++ 7 files changed, 375 insertions(+), 230 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=34f3f7cae3828e1b719c63...