summaryrefslogtreecommitdiffstats
path: root/Demo/sgi
Commit message (Expand)AuthorAgeFilesLines
* Added options to make window bigger than video (for recording to tape)Jack Jansen1993-01-271-3/+38
* Added a comment about XS 4bit pixel supportJack Jansen1993-01-271-0/+4
* Use imgconv to try to do image type conversionJack Jansen1993-01-271-13/+17
* Initial (skeleton) version of universal image format converterJack Jansen1993-01-271-0/+38
* - Added LiveVideoOutSlow class (which only updates after full pkt)Jack Jansen1993-01-271-14/+44
* Create CMIF-video file from SGI rgb imagesJack Jansen1993-01-201-0/+75
* Renamed vcopy to Vcopy (it is the only old tool that's still in use)Guido van Rossum1992-12-241-0/+134
* Get rid of C and out-of-date filesGuido van Rossum1992-12-241-89/+20
* Added usage message, minor cosmetic changesGuido van Rossum1992-12-241-78/+110
* Fix typo in print messageGuido van Rossum1992-12-241-1/+1
* Use plain python.Guido van Rossum1992-12-242-2/+2
* setsize has two arguments: width, height.Guido van Rossum1992-12-241-3/+3
* Renamed Vrecc to Vrecb (*b*urst mode capture).Guido van Rossum1992-12-231-0/+281
* Added mono, grey2 and grey4 formatsJack Jansen1992-12-235-61/+491
* ActualizedGuido van Rossum1992-12-145-20/+22
* Actualized.Guido van Rossum1992-12-141-3/+3
* bit vector is now implementedGuido van Rossum1992-12-141-2/+2
* sv now raises sv.error, not RuntimeErrorGuido van Rossum1992-12-141-1/+1
* Initial revisionGuido van Rossum1992-12-142-0/+155
* Added cmpaf.pyGuido van Rossum1992-12-141-0/+1
* Get official parameter namesGuido van Rossum1992-12-141-9/+2
* Choose a port that doesn't conmflict with real radioGuido van Rossum1992-12-143-3/+3
* New 'finally' syntaxGuido van Rossum1992-12-141-15/+16
* /usr/local/bin/pythonGuido van Rossum1992-12-145-5/+5
* Add description of kunst.pyGuido van Rossum1992-12-141-0/+6
* Unknown changes by Jack.Guido van Rossum1992-12-141-61/+41
* Use tzparse to avoid embarrasment in other timezones or when DST changes.Guido van Rossum1992-12-141-9/+9
* Fix for new argument passing rules.Guido van Rossum1992-12-141-14/+14
* Band-aid to fix it for new argument passing rules.Guido van Rossum1992-12-141-12/+7
* Changes for supporting monochrome and greyscale video (not yet fullyJack Jansen1992-12-147-46/+185
* Microscopic changes, comments/messages changed.Guido van Rossum1992-12-095-9/+17
* New tool Vfix: truncate the right edge of 'grey' type images to makeGuido van Rossum1992-09-293-11/+114
* VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is doneGuido van Rossum1992-09-296-33/+299
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-241-1/+1
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-242-23/+38
* Changed the init() interface of LiveVideoOut to read out the windowGuido van Rossum1992-09-243-39/+49
* Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib).Guido van Rossum1992-09-241-0/+54
* Added options to Vsend and Vreceive; moved common defaults to senddefs.Guido van Rossum1992-09-244-36/+115
* Added multicast to Vsend and Vreceive. Updated README. Rediced queueGuido van Rossum1992-09-244-10/+68
* New modules LiveVideo{In,Out} (interfaces will change!).Guido van Rossum1992-09-225-1/+320
* Vrec.py: sv now raises sv.error instead of RuntimeError.Guido van Rossum1992-09-222-8/+16
* Utility to add a cached index to an existing movie file.Guido van Rossum1992-09-081-0/+79
* VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts.Guido van Rossum1992-09-082-16/+70
* Fixed "clear()" and added "clearto(r, g, b)".Guido van Rossum1992-09-071-29/+217
* Clear the window when receiving a REDRAW event and not playingGuido van Rossum1992-09-071-0/+2
* Use vin/vout.clear() instead of gl.clear()Guido van Rossum1992-09-071-2/+4
* Adapted the world to the new VFile.py. Fixed bugs in Vplay.py:Guido van Rossum1992-09-074-53/+73
* Almost completely rewritten for cleaner code.Guido van Rossum1992-09-071-371/+578
* Remove PAL dependencies; add -w option (initial window width);Guido van Rossum1992-09-041-13/+30
* Made it work with the sub-spec burst capture interfaceGuido van Rossum1992-09-031-3/+12