Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a clear() method to VFile class, to be called when the window | Guido van Rossum | 1992-09-01 | 1 | -2/+4 |
| | | | | receives a REDRAW event | ||||
* | Created Vedit.py, the video editor. This uses the classes in Viewer.py. | Guido van Rossum | 1992-08-25 | 1 | -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 Rossum | 1992-08-21 | 1 | -0/+2 |
| | |||||
* | Added reopen() to VinFile with semantics of old rewind(); rewind() now | Guido van Rossum | 1992-08-20 | 1 | -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 Rossum | 1992-08-18 | 1 | -2/+3 |
| | |||||
* | Add close() method to VinFile | Guido van Rossum | 1992-08-18 | 1 | -1/+5 |
| | |||||
* | Adapt to new syntax and don't print garbage on self.close(). | Guido van Rossum | 1992-08-18 | 1 | -4/+4 |
| | |||||
* | Added class VoutFile. | Guido van Rossum | 1992-02-28 | 1 | -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 Rossum | 1992-02-11 | 1 | -63/+78 |
| | |||||
* | Support for CMIF video 3.0 files (more color systems). | Guido van Rossum | 1991-12-03 | 1 | -32/+92 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-12-03 | 1 | -0/+230 |