ChangeSet ID: 1016665036680139802935631 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/03/20 16:57:16
Modified files: dlls : Makefile.in dlls/quartz : Makefile.in aviparse.c basefilt.c basefilt.h main.c parser.c parser.h quartz.spec Added files: dlls/quartz : acmwrap.c mpgparse.c
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Added some stubs. Started implementing MPEG parser.
Patch: http://cvs.winehq.com/patch.py?id=1016665036680139802935631
Revision Changes Path 1.115 +2 -2 wine/dlls/Makefile.in 1.18 +2 -0 wine/dlls/quartz/Makefile.in 1.5 +9 -0 wine/dlls/quartz/aviparse.c 1.7 +5 -3 wine/dlls/quartz/basefilt.c 1.7 +1 -0 wine/dlls/quartz/basefilt.h 1.16 +2 -0 wine/dlls/quartz/main.c 1.8 +40 -32 wine/dlls/quartz/parser.c 1.6 +2 -0 wine/dlls/quartz/parser.h 1.10 +1 -0 wine/dlls/quartz/quartz.spec 1.1 +0 -0 wine/dlls/quartz/acmwrap.c 1.1 +0 -0 wine/dlls/quartz/mpgparse.c