Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | 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 | 2 | -6/+52 | |
| | | | | | 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 | 2 | -270/+653 | |
| | | | | | | Added VCR synchronized capturing. Added audio capturing (for continuous mode only). Lots of internal and external improvements. | |||||
* | 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 | |
| | | | | work. Reorganized a lot of the code, still not satisfied... | |||||
* | Use groups to show/hide "Stop capture" button. | Guido van Rossum | 1993-05-06 | 2 | -13/+85 | |
| | | | | | 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 | 2 | -0/+570 | |
| | | | | Vrecb. Has a user interface dialog to set options etc. | |||||
* | 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 | |
| | | | | Compression Library to decompress the images. | |||||
* | 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 | |
| | | | | | | | | | | | - call v.SetParam() after v.BindGLWindow() - turn of dithering in mono/grey mode - use prefposition to place the top left corner at (150, 150) (so that the video remains visible during recording) - default width is 256 Vcopy.py: correct typos; more verbose output. OldVcopy.py: new name for Jack's old grabbing Vcopy.py. Vstat.py: print values of all video parameters. | |||||
* | Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. | Guido van Rossum | 1993-02-25 | 4 | -19/+14 | |
| | | | | | Don't force packfactor to 1 in header when writing rgb data. Small bugfixes in Vcopy. | |||||
* | - Separated grabbing (which isn't used much!) from VFile. | Guido van Rossum | 1993-02-25 | 5 | -306/+478 | |
| | | | | | | | | | | | | | - Renamed old Vcopy.py to OldVcopy.py, some cosmetic changes to it (is it still needed?) - Added new Vcopy.py which does everything that Vtime.py does but also format conversions, image scaling, and packfactors. - VFile: make packfactor always a tuple; introduce set and get methods for pf, format, and calculate some derived values. - Added new module GET.py to std library, use it instead of defining DM* in VFile. - Get rid of C programs (new Python programs can do all that they do and they probably don't understand the current file format anyway). | |||||
* | Rewrite applypackfactor() using imageop: faster and more general; | Guido van Rossum | 1993-02-25 | 1 | -27/+14 | |
| | | | | get rid of testpackfactor(): not longer necessary | |||||
* | 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 | |
| | | | | | screen Dsend - Main program analogous to Vsend to send data from display | |||||
* | 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 | |
| | ||||||
* | VFile.py: fix bogus getrandomframe(). | Guido van Rossum | 1993-02-16 | 4 | -90/+224 | |
| | | | | | Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement. Viewer.py: added random access, qinfo() function. | |||||
* | Vrec.py: don't print Ids if no frames are captured. | Guido van Rossum | 1993-02-15 | 2 | -12/+19 | |
| | | | | Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options). | |||||
* | Added usage() and help() to Vrecb, and turn on -f by default. | Guido van Rossum | 1993-02-05 | 2 | -54/+82 | |
| | | | | Removed duplicate description of -r option from documentation file. | |||||
* | Introductory video documentation | Jack Jansen | 1993-02-05 | 1 | -0/+111 | |
| | ||||||
* | Added options to make window bigger than video (for recording to tape) | Jack Jansen | 1993-01-27 | 1 | -3/+38 | |
| | ||||||
* | Added a comment about XS 4bit pixel support | Jack Jansen | 1993-01-27 | 1 | -0/+4 | |
| | ||||||
* | Use imgconv to try to do image type conversion | Jack Jansen | 1993-01-27 | 1 | -13/+17 | |
| | ||||||
* | Initial (skeleton) version of universal image format converter | Jack Jansen | 1993-01-27 | 1 | -0/+38 | |
| | ||||||
* | - 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 | |||||
* | Create CMIF-video file from SGI rgb images | Jack Jansen | 1993-01-20 | 1 | -0/+75 | |
| | ||||||
* | Renamed vcopy to Vcopy (it is the only old tool that's still in use) | Guido van Rossum | 1992-12-24 | 1 | -0/+134 | |
| | ||||||
* | Get rid of C and out-of-date files | Guido van Rossum | 1992-12-24 | 1 | -89/+20 | |
| | ||||||
* | Added usage message, minor cosmetic changes | Guido van Rossum | 1992-12-24 | 1 | -78/+110 | |
| | ||||||
* | Fix typo in print message | Guido van Rossum | 1992-12-24 | 1 | -1/+1 | |
| | ||||||
* | Use plain python. | Guido van Rossum | 1992-12-24 | 2 | -2/+2 | |
| | ||||||
* | setsize has two arguments: width, height. | Guido van Rossum | 1992-12-24 | 1 | -3/+3 | |
| | ||||||
* | Renamed Vrecc to Vrecb (*b*urst mode capture). | Guido van Rossum | 1992-12-23 | 1 | -0/+281 | |
| | ||||||
* | Added mono, grey2 and grey4 formats | Jack Jansen | 1992-12-23 | 5 | -61/+491 | |
| |