ChangeSet ID: 1016504126432819258262501 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/03/18 20:15:27
Modified files: dlls/quartz : amundoc.c audren.c audren.h avidec.c aviparse.c basepin.c capgraph.c capgraph.h csconv.c fgpass.c fgraph.c fgraph.h filesink.c filesink.h fmap.c ifgraph.c imfilter.c impos.c imseek.c main.c mtype.c parser.c parser.h quartz_private.h vidren.c wavparse.c xform.c xform.h
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Fixed some bugs. Fixed audio renderer. Implemented seeking. Added some stubs.
Patch: http://cvs.winehq.com/patch.py?id=1016504126432819258262501
Revision Changes Path 1.3 +5 -2 wine/dlls/quartz/amundoc.c 1.9 +79 -22 wine/dlls/quartz/audren.c 1.5 +2 -0 wine/dlls/quartz/audren.h 1.5 +1 -0 wine/dlls/quartz/avidec.c 1.4 +6 -5 wine/dlls/quartz/aviparse.c 1.9 +5 -0 wine/dlls/quartz/basepin.c 1.2 +8 -8 wine/dlls/quartz/capgraph.c 1.2 +2 -0 wine/dlls/quartz/capgraph.h 1.3 +1 -0 wine/dlls/quartz/csconv.c 1.6 +7 -7 wine/dlls/quartz/fgpass.c 1.10 +175 -0 wine/dlls/quartz/fgraph.c 1.10 +23 -1 wine/dlls/quartz/fgraph.h 1.2 +13 -1 wine/dlls/quartz/filesink.c 1.2 +2 -0 wine/dlls/quartz/filesink.h 1.8 +21 -1 wine/dlls/quartz/fmap.c 1.11 +269 -182 wine/dlls/quartz/ifgraph.c 1.9 +143 -101 wine/dlls/quartz/imfilter.c 1.7 +297 -22 wine/dlls/quartz/impos.c 1.8 +459 -35 wine/dlls/quartz/imseek.c 1.15 +1 -0 wine/dlls/quartz/main.c 1.8 +0 -1 wine/dlls/quartz/mtype.c 1.7 +391 -37 wine/dlls/quartz/parser.c 1.5 +3 -3 wine/dlls/quartz/parser.h 1.5 +5 -0 wine/dlls/quartz/quartz_private.h 1.7 +661 -39 wine/dlls/quartz/vidren.c 1.6 +188 -12 wine/dlls/quartz/wavparse.c 1.4 +37 -30 wine/dlls/quartz/xform.c 1.4 +1 -0 wine/dlls/quartz/xform.h