summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/LiveVideoIn.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.