- Add wavefile handler.
authorMichael Günnewig <MichaelGuennewig@gmx.de>
Fri, 18 Oct 2002 00:24:41 +0000 (00:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 18 Oct 2002 00:24:41 +0000 (00:24 +0000)
commit4c04e1fd8773fd7b8884a8c5fead4609869bf4ab
treeb0e62444da82085afaa26cd164cbb18ded4da57b
parent9af06a442467ce20be55ed59a3f3259431ee80c6
- Add wavefile handler.
- Add implementation for IGetFrame.
- Implemented loading and writing of AVIs.
- Add some more stubs for some API functions.
- Add resources to avifil32.dll.
- Implemented AVISaveOptionsFree.
- Declared IID_* as extern in avifil32.spec (avoids linker problem).
16 files changed:
dlls/Makefile.in
dlls/avifil32/.cvsignore
dlls/avifil32/Makefile.in
dlls/avifil32/api.c
dlls/avifil32/avifil32.spec
dlls/avifil32/avifile.c
dlls/avifil32/avifile_De.rc [new file with mode: 0644]
dlls/avifil32/avifile_En.rc [new file with mode: 0644]
dlls/avifil32/avifile_private.h
dlls/avifil32/extrachunk.c [new file with mode: 0644]
dlls/avifil32/extrachunk.h [new file with mode: 0644]
dlls/avifil32/factory.c
dlls/avifil32/getframe.c [new file with mode: 0644]
dlls/avifil32/rsrc.rc [new file with mode: 0644]
dlls/avifil32/wavfile.c [new file with mode: 0644]
winedefault.reg