Module: wine Branch: master Commit: b3fab140f3de793d8781201ff0ba0d5b38a4cbff URL: http://source.winehq.org/git/wine.git/?a=commit;h=b3fab140f3de793d8781201ff0...
Author: Chris Robinson chris.kcat@gmail.com Date: Tue Apr 24 05:28:14 2007 -0700
quartz: Partially implement the MPEG 1 Stream Splitter filter.
---
dlls/quartz/Makefile.in | 1 + dlls/quartz/main.c | 1 + dlls/quartz/mpegsplit.c | 543 ++++++++++++++++++++++++++++++++++++++++++ dlls/quartz/quartz_private.h | 1 + dlls/quartz/regsvr.c | 33 +++ 5 files changed, 579 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b3fab140f3de793d878120...