ChangeSet ID: 1000168144914147381670773 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/09/10 20:29:04
Modified files: . : winedefault.reg dlls/quartz : Makefile.in fgraph.c fgraph.h ifmap.c ifmap3.c imcntl.c imem.c imfilter.c irclock.c iunk.c iunk.h main.c memalloc.h sysclock.h include : dshow.h strmif.h Added files: dlls/quartz : amundoc.c seekpass.c seekpass.h
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Fixed some broken macros. Added some stubs. Implemeted undocumented APIs. Implemented many methods in IMediaFilter, IMediaControl and IReferenceClock. Started Implementing IMemoryAllocator.
Patch: http://cvs.winehq.com/patch.py?id=1000168144914147381670773
Revision Changes Path 1.30 +5 -0 wine/winedefault.reg 1.7 +2 -0 wine/dlls/quartz/Makefile.in 1.5 +4 -0 wine/dlls/quartz/fgraph.c 1.5 +6 -0 wine/dlls/quartz/fgraph.h 1.3 +9 -3 wine/dlls/quartz/ifmap.c 1.3 +28 -2 wine/dlls/quartz/ifmap3.c 1.4 +46 -12 wine/dlls/quartz/imcntl.c 1.4 +54 -4 wine/dlls/quartz/imem.c 1.2 +202 -10 wine/dlls/quartz/imfilter.c 1.4 +328 -9 wine/dlls/quartz/irclock.c 1.4 +29 -3 wine/dlls/quartz/iunk.c 1.5 +11 -0 wine/dlls/quartz/iunk.h 1.6 +3 -26 wine/dlls/quartz/main.c 1.3 +2 -0 wine/dlls/quartz/memalloc.h 1.3 +21 -0 wine/dlls/quartz/sysclock.h 1.1 +0 -0 wine/dlls/quartz/amundoc.c 1.1 +0 -0 wine/dlls/quartz/seekpass.c 1.1 +0 -0 wine/dlls/quartz/seekpass.h 1.2 +2 -2 wine/include/dshow.h 1.6 +2 -2 wine/include/strmif.h