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 | -139/+0 |
| | |||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -4/+3 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | Moved line-size stuff to single routine | Jack Jansen | 1993-02-17 | 1 | -11/+15 |
| | |||||
* | Added mono, grey2 and grey4 formats | Jack Jansen | 1992-12-23 | 1 | -3/+13 |
| | |||||
* | Changes for supporting monochrome and greyscale video (not yet fully | Jack Jansen | 1992-12-14 | 1 | -3/+17 |
| | | | | functional) | ||||
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 1 | -1/+1 |
| | | | | adjustments (somewhat). Adapted Vsend to use it. | ||||
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 1 | -20/+37 |
| | | | | adjustments (somewhat). Adapted Vsend to use it. | ||||
* | Added multicast to Vsend and Vreceive. Updated README. Rediced queue | Guido van Rossum | 1992-09-24 | 1 | -1/+1 |
| | | | | size to 1 in LiveVideoIn. | ||||
* | New modules LiveVideo{In,Out} (interfaces will change!). | Guido van Rossum | 1992-09-22 | 1 | -0/+95 |
New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache. |