ChangeSet ID: 10037774060435289065353572 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/10/22 15:03:26
Modified files: dlls : Makefile.in dlls/quartz : Makefile.in asyncsrc.c asyncsrc.h audren.c audren.h aviparse.c basefilt.c basefilt.h basepin.c fgpass.c imfilter.c main.c memalloc.c mtype.c mtype.h parser.c parser.h quartz.spec sample.c seekpass.c seekpass.h vidren.c vidren.h wavparse.c Added files: dlls/quartz : avidec.c csconv.c videoblt.c videoblt.h xform.c xform.h
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Fixed some bugs. Implemented AVI Decompressor. Started implementing Color Space Converter. Started implementing seeking.
Patch: http://cvs.winehq.com/patch.py?id=10037774060435289065353572
Revision Changes Path 1.105 +2 -2 wine/dlls/Makefile.in 1.14 +5 -1 wine/dlls/quartz/Makefile.in 1.3 +11 -6 wine/dlls/quartz/asyncsrc.c 1.3 +1 -1 wine/dlls/quartz/asyncsrc.h 1.4 +121 -6 wine/dlls/quartz/audren.c 1.2 +3 -0 wine/dlls/quartz/audren.h 1.2 +5 -4 wine/dlls/quartz/aviparse.c 1.5 +5 -1 wine/dlls/quartz/basefilt.c 1.4 +1 -0 wine/dlls/quartz/basefilt.h 1.5 +59 -10 wine/dlls/quartz/basepin.c 1.3 +28 -10 wine/dlls/quartz/fgpass.c 1.7 +1 -0 wine/dlls/quartz/imfilter.c 1.12 +4 -0 wine/dlls/quartz/main.c 1.9 +105 -78 wine/dlls/quartz/memalloc.c 1.4 +22 -0 wine/dlls/quartz/mtype.c 1.4 +3 -0 wine/dlls/quartz/mtype.h 1.3 +775 -48 wine/dlls/quartz/parser.c 1.3 +8 -1 wine/dlls/quartz/parser.h 1.9 +1 -0 wine/dlls/quartz/quartz.spec 1.6 +5 -0 wine/dlls/quartz/sample.c 1.6 +49 -2 wine/dlls/quartz/seekpass.c 1.4 +1 -0 wine/dlls/quartz/seekpass.h 1.3 +42 -2 wine/dlls/quartz/vidren.c 1.2 +3 -0 wine/dlls/quartz/vidren.h 1.3 +1 -0 wine/dlls/quartz/wavparse.c 1.1 +0 -0 wine/dlls/quartz/avidec.c 1.1 +0 -0 wine/dlls/quartz/csconv.c 1.1 +0 -0 wine/dlls/quartz/videoblt.c 1.1 +0 -0 wine/dlls/quartz/videoblt.h 1.1 +0 -0 wine/dlls/quartz/xform.c 1.1 +0 -0 wine/dlls/quartz/xform.h