Guido van Rossum
21a3ff9d5d
Uniformly replaced init() functions by __init__() constructors.
...
A few simple things seem to work, I haven't tested it thouroughly
though...
1993-12-17 15:11:41 +00:00
Guido van Rossum
5b40761856
Use plain python.
1992-12-24 11:37:53 +00:00
Jack Jansen
3b25371ef1
Changes for supporting monochrome and greyscale video (not yet fully
...
functional)
1992-12-14 12:25:21 +00:00
Guido van Rossum
cfb6bb2a30
Changed the init() interface of LiveVideoOut to read out the window
...
size automatically -- the video is always centered. Added
resizevideo() and reshapewindow() interfaces. Documented all methods.
Changed Vsend/Vreceive to use the new interface. Allow window
resizing by the user in Vreceive.
1992-09-24 16:03:56 +00:00
Guido van Rossum
7b47c79a4c
Added options to Vsend and Vreceive; moved common defaults to senddefs.
...
Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut.
1992-09-24 15:01:37 +00:00
Guido van Rossum
67b4895291
Added multicast to Vsend and Vreceive. Updated README. Rediced queue
...
size to 1 in LiveVideoIn.
1992-09-24 12:54:35 +00:00
Guido van Rossum
ba06615c9f
New modules LiveVideo{In,Out} (interfaces will change!).
...
New programs V{send,receive} to send/receive video over UDP.
Comment typo changed in Vaddcache.
1992-09-22 17:23:17 +00:00