Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
avicap.d32 Add source files 4 years ago
avicap.h Add source files 4 years ago
avicap.rc Add source files 4 years ago
avicap.rcv Add source files 4 years ago
avicap32.def Add source files 4 years ago
avicap32.rc Add source files 4 years ago
avicap32.rcv Add source files 4 years ago
avicapi.h Add source files 4 years ago
capavi.c Add source files 4 years ago
capdib.c Add source files 4 years ago
capdib.h Add source files 4 years ago
capfile.c Add source files 4 years ago
capframe.c Add source files 4 years ago
capinit.c Add source files 4 years ago
capio.c Add source files 4 years ago
capmci.c Add source files 4 years ago
capmisc.c Add source files 4 years ago
cappal.c Add source files 4 years ago
cappal.h Add source files 4 years ago
capwin.c Add source files 4 years ago
default.mk Add source files 4 years ago
dibmap.c Add source files 4 years ago
dibmap.h Add source files 4 years ago
iaverage.c Add source files 4 years ago
iaverage.h Add source files 4 years ago
ivideo32.h Add source files 4 years ago
libentry.asm Add source files 4 years ago
makefile Add source files 4 years ago
memcopy.asm Add source files 4 years ago
mmdebug.h Add source files 4 years ago
mmtimers.h Add source files 4 years ago
msvideoi.h Add source files 4 years ago
muldiv32.asm Add source files 4 years ago
pentime.h Add source files 4 years ago
profile.c Add source files 4 years ago
profile.h Add source files 4 years ago
readme.txt Add source files 4 years ago
sources Add source files 4 years ago
thunk32.c Add source files 4 years ago
video.c Add source files 4 years ago
video16.h Add source files 4 years ago
vidthunk.h Add source files 4 years ago

readme.txt

*******************************************************************************
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.