summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/VFile.py
Commit message (Expand)AuthorAgeFilesLines
* VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile.Guido van Rossum1993-03-021-3/+20
* Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python.Guido van Rossum1993-02-251-9/+0
* - Separated grabbing (which isn't used much!) from VFile.Guido van Rossum1993-02-251-182/+141
* VFile.py: fix bogus getrandomframe().Guido van Rossum1993-02-161-2/+2
* Added a comment about XS 4bit pixel supportJack Jansen1993-01-271-0/+4
* setsize has two arguments: width, height.Guido van Rossum1992-12-241-3/+3
* Added mono, grey2 and grey4 formatsJack Jansen1992-12-231-33/+120
* Changes for supporting monochrome and greyscale video (not yet fullyJack Jansen1992-12-141-3/+8
* Microscopic changes, comments/messages changed.Guido van Rossum1992-12-091-0/+2
* New tool Vfix: truncate the right edge of 'grey' type images to makeGuido van Rossum1992-09-291-10/+15
* VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is doneGuido van Rossum1992-09-291-10/+49
* Vrec.py: sv now raises sv.error instead of RuntimeError.Guido van Rossum1992-09-221-7/+15
* VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts.Guido van Rossum1992-09-081-12/+59
* Fixed "clear()" and added "clearto(r, g, b)".Guido van Rossum1992-09-071-29/+217
* Almost completely rewritten for cleaner code.Guido van Rossum1992-09-071-371/+578
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-011-2/+4
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-251-128/+139
* 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
* 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
* 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