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 | -130/+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... | ||||
* | Added support for 24-bit rgb movies | Jack Jansen | 1993-02-17 | 1 | -2/+8 |
| | |||||
* | - Added LiveVideoOutSlow class (which only updates after full pkt) | Jack Jansen | 1993-01-27 | 1 | -14/+44 |
| | | | | | - fixed bug in setmirror - cleaned up some common code | ||||
* | Added mono, grey2 and grey4 formats | Jack Jansen | 1992-12-23 | 1 | -2/+19 |
| | |||||
* | Changes for supporting monochrome and greyscale video (not yet fully | Jack Jansen | 1992-12-14 | 1 | -6/+13 |
| | | | | functional) | ||||
* | Changed the init() interface of LiveVideoOut to read out the window | Guido van Rossum | 1992-09-24 | 1 | -18/+32 |
| | | | | | | | 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 | -1/+2 |
| | | | | Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut. | ||||
* | New modules LiveVideo{In,Out} (interfaces will change!). | Guido van Rossum | 1992-09-22 | 1 | -0/+56 |
New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache. |