| Commit message (Expand) | Author | Age | Files | Lines |
* | Added fixps, fixcid. | Guido van Rossum | 1993-06-14 | 1 | -0/+2 |
|
|
* | Mostly cosmetics, e.g. change window titles so icon titles are better, | Guido van Rossum | 1993-06-11 | 1 | -19/+25 |
|
|
* | Keep top left corner of window where it was when resizing. | Guido van Rossum | 1993-06-11 | 1 | -5/+13 |
|
|
* | Fixed another place where set_rgbmode() should be called. | Guido van Rossum | 1993-06-10 | 1 | -3/+13 |
|
|
* | Impor VCR at the top. Change the way audio is recorded subtly. | Guido van Rossum | 1993-06-10 | 1 | -3/+2 |
|
|
* | VCR.py: Use unix files instead of stdio files for tty communication, | Guido van Rossum | 1993-06-10 | 2 | -10/+151 |
|
|
* | Added 24 bit RGB capture | Jack Jansen | 1993-06-08 | 2 | -24/+166 |
|
|
* | Grab a 24-bit image off the StarterVideo | Jack Jansen | 1993-06-08 | 1 | -0/+97 |
|
|
* | Added jpeg grabber | Jack Jansen | 1993-06-08 | 1 | -2/+4 |
|
|
* | Newss class style | Jack Jansen | 1993-06-08 | 1 | -1/+1 |
|
|
* | Small imporvements, added mpz and md5 to list of modules, | Guido van Rossum | 1993-06-05 | 1 | -10/+16 |
|
|
* | Initial revision | Guido van Rossum | 1993-06-05 | 1 | -0/+91 |
|
|
* | Changed setpf so it understands old-style packfactors | Jack Jansen | 1993-06-01 | 1 | -0/+2 |
|
|
* | New class syntax | Jack Jansen | 1993-05-25 | 1 | -1/+1 |
|
|
* | Jack's VCR control module | Guido van Rossum | 1993-05-12 | 1 | -0/+297 |
|
|
* | Implemented VCR capture using forward slow instead of stepping. | Guido van Rossum | 1993-05-11 | 2 | -26/+83 |
|
|
* | Disconnect from VCR when switching modes. | Guido van Rossum | 1993-05-10 | 2 | -6/+52 |
|
|
* | Added single frame capturing. | Guido van Rossum | 1993-05-10 | 2 | -270/+653 |
|
|
* | Revived the old aplay tool which can play synchronous audio and video... | Guido van Rossum | 1993-05-10 | 1 | -0/+167 |
|
|
* | Moved stop button again; default form position next to video window. | Guido van Rossum | 1993-05-07 | 2 | -111/+172 |
|
|
* | All combinations of video format and capture mode (cont/burst) now | Guido van Rossum | 1993-05-07 | 1 | -85/+201 |
|
|
* | Use groups to show/hide "Stop capture" button. | Guido van Rossum | 1993-05-06 | 2 | -13/+85 |
|
|
* | New program: Video Bag Of Tricks. Will eventually replace Vrec and | Guido van Rossum | 1993-05-06 | 2 | -0/+570 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-04-01 | 4 | -4/+4 |
|
|
* | Added freeze.py, methfix.py | Guido van Rossum | 1993-04-01 | 1 | -0/+2 |
|
|
* | bin/python | Guido van Rossum | 1993-04-01 | 4 | -4/+4 |
|
|
* | Microfixes | Guido van Rossum | 1993-04-01 | 1 | -2/+2 |
|
|
* | Initial revision | Guido van Rossum | 1993-04-01 | 1 | -0/+447 |
|
|
* | Fixed watch cursor origin | Guido van Rossum | 1993-03-17 | 1 | -0/+1 |
|
|
* | Added support for "compress" type video files. This uses the | Sjoerd Mullender | 1993-03-17 | 1 | -3/+26 |
|
|
* | Fix syntax error (sorry!) | Guido van Rossum | 1993-03-02 | 1 | -1/+1 |
|
|
* | Remove debug print statement | Guido van Rossum | 1993-03-02 | 1 | -1/+0 |
|
|
* | VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. | Guido van Rossum | 1993-03-02 | 2 | -10/+27 |
|
|
* | Vrec.py, Vrecb.py: | Guido van Rossum | 1993-02-25 | 6 | -12/+201 |
|
|
* | Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. | Guido van Rossum | 1993-02-25 | 4 | -19/+14 |
|
|
* | - Separated grabbing (which isn't used much!) from VFile. | Guido van Rossum | 1993-02-25 | 5 | -306/+478 |
|
|
* | Rewrite applypackfactor() using imageop: faster and more general; | Guido van Rossum | 1993-02-25 | 1 | -27/+14 |
|
|
* | Fix typos in jpeg code | Guido van Rossum | 1993-02-25 | 1 | -4/+4 |
|
|
* | Fix terse mode for printing tuple packfactor and to avoid zero division | Guido van Rossum | 1993-02-25 | 1 | -6/+13 |
|
|
* | Added audio recording to Vrecb | Jack Jansen | 1993-02-24 | 1 | -6/+76 |
|
|
* | Added jpeg conversions | Guido van Rossum | 1993-02-23 | 1 | -1/+26 |
|
|
* | Will now generate converters that go thru intermedeate formats | Jack Jansen | 1993-02-19 | 1 | -3/+81 |
|
|
* | Bug fixed wrt greyscale conversion | Jack Jansen | 1993-02-19 | 1 | -1/+1 |
|
|
* | Fix to allow tightly packed films to be converted | Jack Jansen | 1993-02-19 | 1 | -1/+8 |
|
|
* | The usual cosmetic changes after Jack is done... | Guido van Rossum | 1993-02-18 | 2 | -5/+11 |
|
|
* | DisplayVideoIn - Class similar to LiveVideoIn but sends data from | Jack Jansen | 1993-02-17 | 2 | -0/+289 |
|
|
* | Added support for 24-bit rgb movies | Jack Jansen | 1993-02-17 | 1 | -2/+8 |
|
|
* | Moved line-size stuff to single routine | Jack Jansen | 1993-02-17 | 1 | -11/+15 |
|
|
* | Companion to rgb2video: convert cmif film file to rgb files | Jack Jansen | 1993-02-17 | 1 | -0/+165 |
|
|
* | Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. | Guido van Rossum | 1993-02-16 | 2 | -3/+53 |
|
|