summaryrefslogtreecommitdiff
path: root/Demo/sgi/video/LiveVideoOut.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-171-130/+0
|
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-4/+3
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* Added support for 24-bit rgb moviesJack Jansen1993-02-171-2/+8
|
* - Added LiveVideoOutSlow class (which only updates after full pkt)Jack Jansen1993-01-271-14/+44
| | | | | - fixed bug in setmirror - cleaned up some common code
* Added mono, grey2 and grey4 formatsJack Jansen1992-12-231-2/+19
|
* Changes for supporting monochrome and greyscale video (not yet fullyJack Jansen1992-12-141-6/+13
| | | | functional)
* Changed the init() interface of LiveVideoOut to read out the windowGuido van Rossum1992-09-241-18/+32
| | | | | | | 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-1/+2
| | | | Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut.
* New modules LiveVideo{In,Out} (interfaces will change!).Guido van Rossum1992-09-221-0/+56
New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache.