Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use plain python. | Guido van Rossum | 1992-12-24 | 1 | -1/+1 |
| | |||||
* | Changes for supporting monochrome and greyscale video (not yet fully | Jack Jansen | 1992-12-14 | 1 | -4/+8 |
| | | | | functional) | ||||
* | Microscopic changes, comments/messages changed. | Guido van Rossum | 1992-12-09 | 1 | -1/+1 |
| | | | | Real important: turn off FIELDDROP in Vrec. | ||||
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 1 | -3/+1 |
| | | | | adjustments (somewhat). Adapted Vsend to use it. | ||||
* | Changed the init() interface of LiveVideoOut to read out the window | Guido van Rossum | 1992-09-24 | 1 | -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 Rossum | 1992-09-24 | 1 | -25/+72 |
| | | | | Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut. | ||||
* | Added multicast to Vsend and Vreceive. Updated README. Rediced queue | Guido van Rossum | 1992-09-24 | 1 | -3/+18 |
| | | | | size to 1 in LiveVideoIn. | ||||
* | New modules LiveVideo{In,Out} (interfaces will change!). | Guido van Rossum | 1992-09-22 | 1 | -0/+94 |
New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache. |