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 | -962/+0 |
| | |||||
* | Use constants defined in cl module. (Sjoerd) | Guido van Rossum | 1998-10-09 | 1 | -7/+6 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -5/+4 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | Fix reference to undefined 'memsize' in calcnframes(). | Guido van Rossum | 1993-10-26 | 1 | -2/+2 |
| | |||||
* | VFile - Added support for creating compression lib movies | Jack Jansen | 1993-07-23 | 1 | -31/+146 |
| | | | | | Vb, VbForm - Compression lib movie support Save settings in ~/.Vb_init | ||||
* | Mostly cosmetics, e.g. change window titles so icon titles are better, | Guido van Rossum | 1993-06-11 | 1 | -19/+25 |
| | | | | size window back to last size when going from 24bits to 8bits mode, etc. | ||||
* | Keep top left corner of window where it was when resizing. | Guido van Rossum | 1993-06-11 | 1 | -5/+13 |
| | | | | | | | Keep aspect and max size of window at all times. Remove (now unnecessary) sleep(0.1) in vcr capture code. Add messages when initializing VCR. Remove old comments. | ||||
* | Impor VCR at the top. Change the way audio is recorded subtly. | Guido van Rossum | 1993-06-10 | 1 | -3/+2 |
| | |||||
* | Added 24 bit RGB capture | Jack Jansen | 1993-06-08 | 1 | -12/+94 |
| | | | | | | | Added JPEG capture Added multiple-speed VCR sync and single-step VCR sync VCR sync recorded movies get correct timestamps Added (still non-functional) 24-bit picture scaling | ||||
* | Implemented VCR capture using forward slow instead of stepping. | Guido van Rossum | 1993-05-11 | 1 | -16/+73 |
| | | | | Also added a 'rate' field to specify the capture rate in this case. | ||||
* | Disconnect from VCR when switching modes. | Guido van Rossum | 1993-05-10 | 1 | -1/+6 |
| | | | | | Wait for VCR ready and set VCR mode to DNR when initializing VCR. Fix type error in getfloat(). | ||||
* | Added single frame capturing. | Guido van Rossum | 1993-05-10 | 1 | -137/+370 |
| | | | | | | Added VCR synchronized capturing. Added audio capturing (for continuous mode only). Lots of internal and external improvements. | ||||
* | Moved stop button again; default form position next to video window. | Guido van Rossum | 1993-05-07 | 1 | -55/+86 |
| | |||||
* | All combinations of video format and capture mode (cont/burst) now | Guido van Rossum | 1993-05-07 | 1 | -85/+201 |
| | | | | work. Reorganized a lot of the code, still not satisfied... | ||||
* | Use groups to show/hide "Stop capture" button. | Guido van Rossum | 1993-05-06 | 1 | -11/+23 |
| | | | | | Made mono capture work. Don't support rgb24 capture (the code for this doesn't exist in Vrec either!). | ||||
* | New program: Video Bag Of Tricks. Will eventually replace Vrec and | Guido van Rossum | 1993-05-06 | 1 | -0/+300 |
Vrecb. Has a user interface dialog to set options etc. |