ChangeSet ID: 8556 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/23 13:10:06
Modified files: include : vfw.h dlls/avifil32 : wavfile.c icmstream.c getframe.c extrachunk.c avifile_private.h avifile.spec avifile.c avifil32.spec api.c acmstream.c Makefile.in Added files: dlls/avifil32 : tmpfile.c
Log message: Michael Günnewig MichaelGuennewig@gmx.de - Fixed some signed/unsigned mismatches. - Fixed bugs in AVISaveOptions dialog handling. - Fixed bug in AVIFILE_LoadFile -- now check for more than MAX_AVISTREAMS streams in file. - Implemented AVIMakeFileFromStreams and AVISaveVA method. - Added IAVIEditStream interface. - Implemented EditStream* methods. - Added stubs for AVISaveVW, CreateEditableStream. - Added stubs for clipboard handling.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8556
Old revision New revision Changes Path 1.34 1.35 +74 -0 wine/include/vfw.h 1.5 1.6 +13 -13 wine/dlls/avifil32/wavfile.c 1.4 1.5 +4 -4 wine/dlls/avifil32/icmstream.c 1.5 1.6 +3 -3 wine/dlls/avifil32/getframe.c 1.4 1.5 +6 -5 wine/dlls/avifil32/extrachunk.c 1.7 1.8 +2 -1 wine/dlls/avifil32/avifile_private.h 1.6 1.7 +16 -16 wine/dlls/avifil32/avifile.spec 1.33 1.34 +26 -18 wine/dlls/avifil32/avifile.c 1.16 1.17 +15 -15 wine/dlls/avifil32/avifil32.spec 1.15 1.16 +363 -15 wine/dlls/avifil32/api.c 1.5 1.6 +6 -6 wine/dlls/avifil32/acmstream.c 1.25 1.26 +1 -0 wine/dlls/avifil32/Makefile.in Added 1.1 +0 -0 wine/dlls/avifil32/tmpfile.c