Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the SGI demos. These were all ancient and nobody cared enough. | Guido van Rossum | 2002-09-17 | 1 | -152/+0 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Rot out all uses of time.milli*(). | Guido van Rossum | 1993-12-28 | 1 | -1/+1 |
| | |||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -2/+2 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | 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. |