ChangeSet ID: 1018812751327967917387472 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/04/14 14:32:32
Modified files: . : winedefault.reg dlls/quartz : Makefile.in README acmwrap.c asyncsrc.c audren.c fmap.c ifgraph.c iunk.c main.c memalloc.c mpadec.c mpgparse.c mpvdec.c parser.c parser.h seekpass.c vidren.c xform.c xform.h Added files: dlls/quartz : midparse.c mjpgdec.c qtdec.c qtparse.c
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Fixed some bugs. Added stubs. Remove harmless FIXMEs.
Patch: http://cvs.winehq.com/patch.py?id=1018812751327967917387472
Revision Changes Path 1.42 +137 -1 wine/winedefault.reg 1.20 +5 -1 wine/dlls/quartz/Makefile.in 1.5 +0 -1 wine/dlls/quartz/README 1.3 +1 -1 wine/dlls/quartz/acmwrap.c 1.7 +6 -1 wine/dlls/quartz/asyncsrc.c 1.10 +9 -9 wine/dlls/quartz/audren.c 1.11 +7 -1 wine/dlls/quartz/fmap.c 1.13 +5 -5 wine/dlls/quartz/ifgraph.c 1.8 +1 -1 wine/dlls/quartz/iunk.c 1.20 +4 -0 wine/dlls/quartz/main.c 1.11 +2 -2 wine/dlls/quartz/memalloc.c 1.2 +203 -21 wine/dlls/quartz/mpadec.c 1.4 +16 -0 wine/dlls/quartz/mpgparse.c 1.2 +93 -5 wine/dlls/quartz/mpvdec.c 1.11 +1 -1 wine/dlls/quartz/parser.c 1.9 +13 -0 wine/dlls/quartz/parser.h 1.9 +5 -1 wine/dlls/quartz/seekpass.c 1.9 +4 -4 wine/dlls/quartz/vidren.c 1.5 +1 -1 wine/dlls/quartz/xform.c 1.7 +11 -0 wine/dlls/quartz/xform.h 1.1 +0 -0 wine/dlls/quartz/midparse.c 1.1 +0 -0 wine/dlls/quartz/mjpgdec.c 1.1 +0 -0 wine/dlls/quartz/qtdec.c 1.1 +0 -0 wine/dlls/quartz/qtparse.c