summaryrefslogtreecommitdiff
path: root/Demo/sgi/video/LiveVideoIn.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-171-139/+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...
* Moved line-size stuff to single routineJack Jansen1993-02-171-11/+15
|
* Added mono, grey2 and grey4 formatsJack Jansen1992-12-231-3/+13
|
* Changes for supporting monochrome and greyscale video (not yet fullyJack Jansen1992-12-141-3/+17
| | | | functional)
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-241-1/+1
| | | | adjustments (somewhat). Adapted Vsend to use it.
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-241-20/+37
| | | | adjustments (somewhat). Adapted Vsend to use it.
* Added multicast to Vsend and Vreceive. Updated README. Rediced queueGuido van Rossum1992-09-241-1/+1
| | | | size to 1 in LiveVideoIn.
* New modules LiveVideo{In,Out} (interfaces will change!).Guido van Rossum1992-09-221-0/+95
New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache.