ChangeSet ID: 10025745690692174634896219 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/10/08 16:56:09
Modified files: . : winedefault.reg dlls/quartz : Makefile.in audren.c basefilt.c basefilt.h basepin.c igconfig.c main.c memalloc.c mtype.c mtype.h quartz.spec sample.c sample.h include : amvideo.h Added files: dlls/quartz : asyncsrc.c asyncsrc.h parser.c parser.h vidren.c vidren.h wavparse.c
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Started Implementing Video Renderer. Started Implementing WAVE/AU/AIFF Parser. Started Implementing file source. Fixed some bugs.
Patch: http://cvs.winehq.com/patch.py?id=10025745690692174634896219
Revision Changes Path 1.33 +82 -0 wine/winedefault.reg 1.12 +5 -1 wine/dlls/quartz/Makefile.in 1.2 +12 -3 wine/dlls/quartz/audren.c 1.3 +72 -12 wine/dlls/quartz/basefilt.c 1.3 +48 -0 wine/dlls/quartz/basefilt.h 1.3 +524 -12 wine/dlls/quartz/basepin.c 1.2 +11 -2 wine/dlls/quartz/igconfig.c 1.10 +4 -1 wine/dlls/quartz/main.c 1.7 +4 -0 wine/dlls/quartz/memalloc.c 1.2 +17 -0 wine/dlls/quartz/mtype.c 1.2 +4 -0 wine/dlls/quartz/mtype.h 1.8 +1 -1 wine/dlls/quartz/quartz.spec 1.4 +160 -1 wine/dlls/quartz/sample.c 1.2 +14 -0 wine/dlls/quartz/sample.h 1.1 +0 -0 wine/dlls/quartz/asyncsrc.c 1.1 +0 -0 wine/dlls/quartz/asyncsrc.h 1.1 +0 -0 wine/dlls/quartz/parser.c 1.1 +0 -0 wine/dlls/quartz/parser.h 1.1 +0 -0 wine/dlls/quartz/vidren.c 1.1 +0 -0 wine/dlls/quartz/vidren.h 1.1 +0 -0 wine/dlls/quartz/wavparse.c 1.2 +64 -0 wine/include/amvideo.h