Windows2000/private/windows/media/avi/avicap
2020-09-30 17:12:32 +02:00
..
avicap32.def First commit 2020-09-30 17:12:32 +02:00
avicap32.rc First commit 2020-09-30 17:12:32 +02:00
avicap32.rcv First commit 2020-09-30 17:12:32 +02:00
avicap.d32 First commit 2020-09-30 17:12:32 +02:00
avicap.h First commit 2020-09-30 17:12:32 +02:00
avicap.rc First commit 2020-09-30 17:12:32 +02:00
avicap.rcv First commit 2020-09-30 17:12:32 +02:00
avicapi.h First commit 2020-09-30 17:12:32 +02:00
capavi.c First commit 2020-09-30 17:12:32 +02:00
capdib.c First commit 2020-09-30 17:12:32 +02:00
capdib.h First commit 2020-09-30 17:12:32 +02:00
capfile.c First commit 2020-09-30 17:12:32 +02:00
capframe.c First commit 2020-09-30 17:12:32 +02:00
capinit.c First commit 2020-09-30 17:12:32 +02:00
capio.c First commit 2020-09-30 17:12:32 +02:00
capmci.c First commit 2020-09-30 17:12:32 +02:00
capmisc.c First commit 2020-09-30 17:12:32 +02:00
cappal.c First commit 2020-09-30 17:12:32 +02:00
cappal.h First commit 2020-09-30 17:12:32 +02:00
capwin.c First commit 2020-09-30 17:12:32 +02:00
default.mk First commit 2020-09-30 17:12:32 +02:00
dibmap.c First commit 2020-09-30 17:12:32 +02:00
dibmap.h First commit 2020-09-30 17:12:32 +02:00
iaverage.c First commit 2020-09-30 17:12:32 +02:00
iaverage.h First commit 2020-09-30 17:12:32 +02:00
ivideo32.h First commit 2020-09-30 17:12:32 +02:00
libentry.asm First commit 2020-09-30 17:12:32 +02:00
makefile First commit 2020-09-30 17:12:32 +02:00
memcopy.asm First commit 2020-09-30 17:12:32 +02:00
mmdebug.h First commit 2020-09-30 17:12:32 +02:00
mmtimers.h First commit 2020-09-30 17:12:32 +02:00
msvideoi.h First commit 2020-09-30 17:12:32 +02:00
muldiv32.asm First commit 2020-09-30 17:12:32 +02:00
pentime.h First commit 2020-09-30 17:12:32 +02:00
profile.c First commit 2020-09-30 17:12:32 +02:00
profile.h First commit 2020-09-30 17:12:32 +02:00
readme.txt First commit 2020-09-30 17:12:32 +02:00
sources First commit 2020-09-30 17:12:32 +02:00
thunk32.c First commit 2020-09-30 17:12:32 +02:00
video16.h First commit 2020-09-30 17:12:32 +02:00
video.c First commit 2020-09-30 17:12:32 +02:00
vidthunk.h First commit 2020-09-30 17:12:32 +02: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.