Windows NT 4.0 source code leak
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.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
avicap.d32 initial commit 5 years ago
avicap.h initial commit 5 years ago
avicap.rc initial commit 5 years ago
avicap.rcv initial commit 5 years ago
avicap32.def initial commit 5 years ago
avicap32.rc initial commit 5 years ago
avicap32.rcv initial commit 5 years ago
avicapi.h initial commit 5 years ago
capavi.c initial commit 5 years ago
capdib.c initial commit 5 years ago
capdib.h initial commit 5 years ago
capfile.c initial commit 5 years ago
capframe.c initial commit 5 years ago
capinit.c initial commit 5 years ago
capio.c initial commit 5 years ago
capmci.c initial commit 5 years ago
capmisc.c initial commit 5 years ago
cappal.c initial commit 5 years ago
cappal.h initial commit 5 years ago
capwin.c initial commit 5 years ago
default.mk initial commit 5 years ago
dibmap.c initial commit 5 years ago
dibmap.h initial commit 5 years ago
iaverage.c initial commit 5 years ago
iaverage.h initial commit 5 years ago
ivideo32.h initial commit 5 years ago
libentry.asm initial commit 5 years ago
makefile initial commit 5 years ago
memcopy.asm initial commit 5 years ago
mmdebug.h initial commit 5 years ago
mmtimers.h initial commit 5 years ago
msvideoi.h initial commit 5 years ago
muldiv32.asm initial commit 5 years ago
pentime.h initial commit 5 years ago
profile.c initial commit 5 years ago
profile.h initial commit 5 years ago
readme.txt initial commit 5 years ago
sources initial commit 5 years ago
thunk32.c initial commit 5 years ago
video.c initial commit 5 years ago
video16.h initial commit 5 years ago
vidthunk.h initial commit 5 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.