windows-nt/Source/XPSP1/NT/multimedia/media/avi/avicap
2020-09-26 16:20:57 +08:00
..
avicap.d32 Add source files 2020-09-26 16:20:57 +08:00
avicap.h Add source files 2020-09-26 16:20:57 +08:00
avicap.rc Add source files 2020-09-26 16:20:57 +08:00
avicap.rcv Add source files 2020-09-26 16:20:57 +08:00
avicap32.def Add source files 2020-09-26 16:20:57 +08:00
avicap32.rc Add source files 2020-09-26 16:20:57 +08:00
avicap32.rcv Add source files 2020-09-26 16:20:57 +08:00
avicapi.h Add source files 2020-09-26 16:20:57 +08:00
capavi.c Add source files 2020-09-26 16:20:57 +08:00
capdib.c Add source files 2020-09-26 16:20:57 +08:00
capdib.h Add source files 2020-09-26 16:20:57 +08:00
capfile.c Add source files 2020-09-26 16:20:57 +08:00
capframe.c Add source files 2020-09-26 16:20:57 +08:00
capinit.c Add source files 2020-09-26 16:20:57 +08:00
capio.c Add source files 2020-09-26 16:20:57 +08:00
capmci.c Add source files 2020-09-26 16:20:57 +08:00
capmisc.c Add source files 2020-09-26 16:20:57 +08:00
cappal.c Add source files 2020-09-26 16:20:57 +08:00
cappal.h Add source files 2020-09-26 16:20:57 +08:00
capwin.c Add source files 2020-09-26 16:20:57 +08:00
default.mk Add source files 2020-09-26 16:20:57 +08:00
dibmap.c Add source files 2020-09-26 16:20:57 +08:00
dibmap.h Add source files 2020-09-26 16:20:57 +08:00
iaverage.c Add source files 2020-09-26 16:20:57 +08:00
iaverage.h Add source files 2020-09-26 16:20:57 +08:00
ivideo32.h Add source files 2020-09-26 16:20:57 +08:00
libentry.asm Add source files 2020-09-26 16:20:57 +08:00
makefile Add source files 2020-09-26 16:20:57 +08:00
memcopy.asm Add source files 2020-09-26 16:20:57 +08:00
mmdebug.h Add source files 2020-09-26 16:20:57 +08:00
mmtimers.h Add source files 2020-09-26 16:20:57 +08:00
msvideoi.h Add source files 2020-09-26 16:20:57 +08:00
muldiv32.asm Add source files 2020-09-26 16:20:57 +08:00
pentime.h Add source files 2020-09-26 16:20:57 +08:00
profile.c Add source files 2020-09-26 16:20:57 +08:00
profile.h Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00
sources Add source files 2020-09-26 16:20:57 +08:00
thunk32.c Add source files 2020-09-26 16:20:57 +08:00
video.c Add source files 2020-09-26 16:20:57 +08:00
video16.h Add source files 2020-09-26 16:20:57 +08:00
vidthunk.h Add source files 2020-09-26 16:20:57 +08:00

*******************************************************************************
NOTE: This tree is no longer used; AVICAP32.DLL is built from the ..\AVICAP.IO
      tree instead.
      --R Jernigan, 6 Dec 1995
*******************************************************************************

Readme.txt 
for AVICap Window Class


Files provided:

\       avicap.dll      Capture Window Class library
        avicap.lib      Import library for avicap.dll
        avicap.h        Include file for the AVICap class
        avicapid.h      Include file for AVICap class status and error IDs

\docs   avicap.doc      Documentation for the window class in WinWord format

\testcap                Directory containing source code for 
                        a test application, Testcap.exe.
                        This application has most of Vidcap's functionality.


Beta Release  August 93 Changes:
================================
1. Added wChunkGranularity, dwIndexSize, fStepCaptureAt2x, and 
wStepCaptureAverageFrames fields to the CAPTUREPARMS structure.  

2. Added WM_CAP_FILE_SAVEDIB message to save the current frame as a
DIB.

3. Added WM_CAP_FILE_SET_INFOCHUNK message.  This allows you to embed
copyrights, keywords, etc. into your AVI file.


Alpha Release 18 May 93 Changes:
================================
1. CAPSTATUS structure has additional fields including:
        hPalCurrent     - The current palette used for capture
        fCapturingNow   - If TRUE, streaming capture in progress
        dwReturn        - Return status value at termination of capture

2. Renamed a few messages.  In particular, note a totally different
   use for capCaptureSingleFrame, vs. capGrabFrame.

3. Capture can now run as a separate task.  See updates to the
   WM_CAP_SEQUENCE and WM_CAP_SEQUENCE_NOFILE messages, or
   capCaptureSequence and capCaptureSequenceNoFile macro functions.

4. WM_CAP_SEQUENCE_STOP and WM_CAP_SEQUENCE_ABORT messages added to 
   terminate streaming capture if either yielding or running as a 
   separate task.

5. WM_CAP_PAL_MANUALCREATE message added.

6. WM_CAP_SINGLE_FRAME_OPEN... messages added to append individual
   frames to the capture file.

7. The WM_CAP_DLG_VIDEOCOMPRESSION message is not yet functional.