summaryrefslogtreecommitdiffstats
path: root/Demo/sgi
Commit message (Expand)AuthorAgeFilesLines
* /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
* Added more infoGuido van Rossum1992-09-031-3/+17
* Initial revisionGuido van Rossum1992-09-035-0/+262
* Adapted to new video library -- different capture interface, no bugs.Guido van Rossum1992-09-031-94/+77
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-015-7/+19
* Cosmetic changes to Vedit and -Form.Guido van Rossum1992-08-252-47/+49
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-256-144/+1007
* Clear the window to rather light grey when switching to RGB mode.Guido van Rossum1992-08-211-0/+2
* Redesigned option processing and added several new options.Guido van Rossum1992-08-211-110/+207
* Add audio recordingGuido van Rossum1992-08-201-1/+47
* New files.Guido van Rossum1992-08-201-4/+8
* new Vtime.py: manipulate time codes.Guido van Rossum1992-08-201-0/+117
* Lots of changes, options (from Vtime.py) etc.Guido van Rossum1992-08-201-58/+143
* Added reopen() to VinFile with semantics of old rewind(); rewind() nowGuido van Rossum1992-08-201-8/+23
* Minor improvements: exit status, data size stats.Guido van Rossum1992-08-201-7/+23
* Initial revisionGuido van Rossum1992-08-201-0/+217
* Minor improvements, comments; fix Vinfo -d.Guido van Rossum1992-08-184-25/+59
* Add commentsGuido van Rossum1992-08-181-3/+50
* Add comments and optionsGuido van Rossum1992-08-182-18/+151
* Add close() method to VinFileGuido van Rossum1992-08-181-1/+5
* Added some new comments and filesGuido van Rossum1992-08-181-3/+25
* Hacked in audio support.Guido van Rossum1992-08-181-8/+55
* Initial revisionGuido van Rossum1992-08-181-0/+124
* Change window title: prefix '* ' means playing.Guido van Rossum1992-08-181-2/+2