summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/VFile.py
Commit message (Collapse)AuthorAgeFilesLines
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-011-2/+4
| | | | receives a REDRAW event
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-251-128/+139
| | | | | Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...).
* Clear the window to rather light grey when switching to RGB mode.Guido van Rossum1992-08-211-0/+2
|
* Added reopen() to VinFile with semantics of old rewind(); rewind() nowGuido van Rossum1992-08-201-8/+23
| | | | | | | | saves the cache. Added getinfo() to VoutFile. Fixed writing of 'grey' file header. Added quiet parameter. Adapted to new syntax.
* Minor improvements, comments; fix Vinfo -d.Guido van Rossum1992-08-181-2/+3
|
* Add close() method to VinFileGuido van Rossum1992-08-181-1/+5
|
* Adapt to new syntax and don't print garbage on self.close().Guido van Rossum1992-08-181-4/+4
|
* Added class VoutFile.Guido van Rossum1992-02-281-31/+230
| | | | | | Added rgb8 support. Added cache of frame offsets to VinFile. Misc hacks to grab rgb8 data.
* standardized lay-out; new syntax.Guido van Rossum1992-02-111-63/+78
|
* Support for CMIF video 3.0 files (more color systems).Guido van Rossum1991-12-031-32/+92
|
* Initial revisionGuido van Rossum1991-12-031-0/+230