ChangeSet ID: 1003075995132957377936691 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/10/14 12:13:15
Modified files: dlls/quartz : Makefile.in asyncsrc.c asyncsrc.h audren.c basefilt.c basepin.c complist.c complist.h devenum.c devmon.c enumunk.c fgevent.c fgpass.c fgraph.c fgraph.h fmap.c fmap.h ifgraph.c imcntl.c imfilter.c impos.c imseek.c main.c memalloc.c mtype.c mtype.h parser.c parser.h quartz_private.h regsvr.c sample.c seekpass.c sysclock.c vidren.c wavparse.c include : amvideo.h control.h strmif.h Added files: dlls/quartz : audioutl.c audioutl.h aviparse.c Removed files: dlls/quartz : fgidisp.c fmap2.c fmap2.h igconfig.c igrver.c
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Started implementing AVI splitter. Implemented AsyncSource. Merged some C sources. Fixed some bugs.
Patch: http://cvs.winehq.com/patch.py?id=1003075995132957377936691
Revision Changes Path 1.13 +2 -4 wine/dlls/quartz/Makefile.in 1.2 +570 -67 wine/dlls/quartz/asyncsrc.c 1.2 +33 -8 wine/dlls/quartz/asyncsrc.h 1.3 +0 -2 wine/dlls/quartz/audren.c 1.4 +2 -4 wine/dlls/quartz/basefilt.c 1.4 +4 -6 wine/dlls/quartz/basepin.c 1.4 +49 -6 wine/dlls/quartz/complist.c 1.3 +7 -0 wine/dlls/quartz/complist.h 1.5 +1 -8 wine/dlls/quartz/devenum.c 1.3 +1 -3 wine/dlls/quartz/devmon.c 1.4 +1 -6 wine/dlls/quartz/enumunk.c 1.3 +0 -2 wine/dlls/quartz/fgevent.c 1.2 +0 -2 wine/dlls/quartz/fgpass.c 1.8 +106 -2 wine/dlls/quartz/fgraph.c 1.8 +0 -1 wine/dlls/quartz/fgraph.h 1.5 +213 -7 wine/dlls/quartz/fmap.c 1.3 +33 -1 wine/dlls/quartz/fmap.h 1.8 +296 -14 wine/dlls/quartz/ifgraph.c 1.6 +0 -2 wine/dlls/quartz/imcntl.c 1.6 +0 -2 wine/dlls/quartz/imfilter.c 1.5 +0 -2 wine/dlls/quartz/impos.c 1.6 +0 -2 wine/dlls/quartz/imseek.c 1.11 +6 -2 wine/dlls/quartz/main.c 1.8 +0 -1 wine/dlls/quartz/memalloc.c 1.3 +103 -1 wine/dlls/quartz/mtype.c 1.3 +3 -0 wine/dlls/quartz/mtype.h 1.2 +7 -1 wine/dlls/quartz/parser.c 1.2 +18 -1 wine/dlls/quartz/parser.h 1.3 +2 -0 wine/dlls/quartz/quartz_private.h 1.3 +10 -11 wine/dlls/quartz/regsvr.c 1.5 +0 -1 wine/dlls/quartz/sample.c 1.5 +0 -1 wine/dlls/quartz/seekpass.c 1.6 +0 -1 wine/dlls/quartz/sysclock.c 1.2 +0 -2 wine/dlls/quartz/vidren.c 1.2 +94 -14 wine/dlls/quartz/wavparse.c 1.1 +0 -0 wine/dlls/quartz/audioutl.c 1.1 +0 -0 wine/dlls/quartz/audioutl.h 1.1 +0 -0 wine/dlls/quartz/aviparse.c 1.3 +0 -1 wine/include/amvideo.h 1.3 +0 -2 wine/include/control.h 1.9 +4 -1 wine/include/strmif.h