| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | VFile.py: fix bogus getrandomframe(). | Guido van Rossum | 1993-02-16 | 4 | -90/+224 |
|
|
* | Vrec.py: don't print Ids if no frames are captured. | Guido van Rossum | 1993-02-15 | 2 | -12/+19 |
|
|
* | Added usage() and help() to Vrecb, and turn on -f by default. | Guido van Rossum | 1993-02-05 | 2 | -54/+82 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Fix for new argument passing rules. | Guido van Rossum | 1992-12-14 | 1 | -14/+14 |
|
|
* | Band-aid to fix it for new argument passing rules. | Guido van Rossum | 1992-12-14 | 1 | -12/+7 |
|
|
* | Changes for supporting monochrome and greyscale video (not yet fully | Jack Jansen | 1992-12-14 | 7 | -46/+185 |
|
|
* | Microscopic changes, comments/messages changed. | Guido van Rossum | 1992-12-09 | 5 | -9/+17 |
|
|
* | New tool Vfix: truncate the right edge of 'grey' type images to make | Guido van Rossum | 1992-09-29 | 3 | -11/+114 |
|
|
* | VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done | Guido van Rossum | 1992-09-29 | 6 | -33/+299 |
|
|
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 1 | -1/+1 |
|
|
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 2 | -23/+38 |
|
|
* | Changed the init() interface of LiveVideoOut to read out the window | Guido van Rossum | 1992-09-24 | 3 | -39/+49 |
|
|
* | Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib). | Guido van Rossum | 1992-09-24 | 1 | -0/+54 |
|
|
* | Added options to Vsend and Vreceive; moved common defaults to senddefs. | Guido van Rossum | 1992-09-24 | 4 | -36/+115 |
|
|
* | Added multicast to Vsend and Vreceive. Updated README. Rediced queue | Guido van Rossum | 1992-09-24 | 4 | -10/+68 |
|
|
* | New modules LiveVideo{In,Out} (interfaces will change!). | Guido van Rossum | 1992-09-22 | 5 | -1/+320 |
|
|
* | Vrec.py: sv now raises sv.error instead of RuntimeError. | Guido van Rossum | 1992-09-22 | 2 | -8/+16 |
|
|
* | Utility to add a cached index to an existing movie file. | Guido van Rossum | 1992-09-08 | 1 | -0/+79 |
|
|
* | VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts. | Guido van Rossum | 1992-09-08 | 2 | -16/+70 |
|
|
* | Fixed "clear()" and added "clearto(r, g, b)". | Guido van Rossum | 1992-09-07 | 1 | -29/+217 |
|
|
* | Clear the window when receiving a REDRAW event and not playing | Guido van Rossum | 1992-09-07 | 1 | -0/+2 |
|
|
* | Use vin/vout.clear() instead of gl.clear() | Guido van Rossum | 1992-09-07 | 1 | -2/+4 |
|
|