summaryrefslogtreecommitdiff
path: root/Demo/sgi/video/Vsend.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-171-152/+0
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Rot out all uses of time.milli*().Guido van Rossum1993-12-281-1/+1
|
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-2/+2
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* Use plain python.Guido van Rossum1992-12-241-1/+1
|
* Changes for supporting monochrome and greyscale video (not yet fullyJack Jansen1992-12-141-4/+8
| | | | functional)
* Microscopic changes, comments/messages changed.Guido van Rossum1992-12-091-1/+1
| | | | Real important: turn off FIELDDROP in Vrec.
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-241-3/+1
| | | | adjustments (somewhat). Adapted Vsend to use it.
* Changed the init() interface of LiveVideoOut to read out the windowGuido van Rossum1992-09-241-8/+2
| | | | | | | 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.
* Added options to Vsend and Vreceive; moved common defaults to senddefs.Guido van Rossum1992-09-241-25/+72
| | | | Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut.
* Added multicast to Vsend and Vreceive. Updated README. Rediced queueGuido van Rossum1992-09-241-3/+18
| | | | size to 1 in LiveVideoIn.
* New modules LiveVideo{In,Out} (interfaces will change!).Guido van Rossum1992-09-221-0/+94
New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache.