Fixed some bugs.
commit17bee2ef587fb7d866c3e7dcb6eccd14fe1dab33
authorHidenori Takeshima <hidenori@a2.ctktv.ne.jp>
Mon, 22 Oct 2001 19:03:26 +0000 (22 19:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Oct 2001 19:03:26 +0000 (22 19:03 +0000)
tree2e4f851adee5a689e1dea8bd7d7c7bd9d1ee1b5e
parentf5a8b965f0d8c6e05d3fcd9f603e458bcea84fe4
Fixed some bugs.
Implemented AVI Decompressor.
Started implementing Color Space Converter.
Started implementing seeking.
31 files changed:
dlls/Makefile.in
dlls/quartz/Makefile.in
dlls/quartz/asyncsrc.c
dlls/quartz/asyncsrc.h
dlls/quartz/audren.c
dlls/quartz/audren.h
dlls/quartz/avidec.c [new file with mode: 0644]
dlls/quartz/aviparse.c
dlls/quartz/basefilt.c
dlls/quartz/basefilt.h
dlls/quartz/basepin.c
dlls/quartz/csconv.c [new file with mode: 0644]
dlls/quartz/fgpass.c
dlls/quartz/imfilter.c
dlls/quartz/main.c
dlls/quartz/memalloc.c
dlls/quartz/mtype.c
dlls/quartz/mtype.h
dlls/quartz/parser.c
dlls/quartz/parser.h
dlls/quartz/quartz.spec
dlls/quartz/sample.c
dlls/quartz/seekpass.c
dlls/quartz/seekpass.h
dlls/quartz/videoblt.c [new file with mode: 0644]
dlls/quartz/videoblt.h [new file with mode: 0644]
dlls/quartz/vidren.c
dlls/quartz/vidren.h
dlls/quartz/wavparse.c
dlls/quartz/xform.c [new file with mode: 0644]
dlls/quartz/xform.h [new file with mode: 0644]