summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vplay.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-171-355/+0
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Rot out all uses of time.milli*().Guido van Rossum1993-12-281-16/+17
| | | | Also change command line options to use seconds for all times.
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-2/+2
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* Added options to make window bigger than video (for recording to tape)Jack Jansen1993-01-271-3/+38
|
* Fix typo in print messageGuido van Rossum1992-12-241-1/+1
|
* Microscopic changes, comments/messages changed.Guido van Rossum1992-12-091-2/+0
| | | | Real important: turn off FIELDDROP in Vrec.
* Clear the window when receiving a REDRAW event and not playingGuido van Rossum1992-09-071-0/+2
|
* Adapted the world to the new VFile.py. Fixed bugs in Vplay.py:Guido van Rossum1992-09-071-7/+11
| | | | | | missing -n in help(), bogus frame skipping; and added patch for weird time jumps. Removed colorsys.py (now in std library). Fixed "sys.write" error in vcopy.py. Restructured README.
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-011-2/+2
| | | | receives a REDRAW event
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-251-16/+15
| | | | | Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...).
* Redesigned option processing and added several new options.Guido van Rossum1992-08-211-110/+207
| | | | | Added optional read-ahead thread. Changed mouse interface.
* Lots of changes, options (from Vtime.py) etc.Guido van Rossum1992-08-201-58/+143
| | | | Cleverer skipping of frames.
* Add comments and optionsGuido van Rossum1992-08-181-8/+85
|
* Change window title: prefix '* ' means playing.Guido van Rossum1992-08-181-2/+2
|
* Initial revisionGuido van Rossum1992-08-181-0/+57