| Commit message (Expand) | Author | Age | Files | Lines |
* | Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib). | Guido van Rossum | 1992-09-24 | 1 | -0/+54 |
|
|
* | Added options to Vsend and Vreceive; moved common defaults to senddefs. | Guido van Rossum | 1992-09-24 | 4 | -36/+115 |
|
|
* | Added multicast to Vsend and Vreceive. Updated README. Rediced queue | Guido van Rossum | 1992-09-24 | 4 | -10/+68 |
|
|
* | New modules LiveVideo{In,Out} (interfaces will change!). | Guido van Rossum | 1992-09-22 | 5 | -1/+320 |
|
|
* | Vrec.py: sv now raises sv.error instead of RuntimeError. | Guido van Rossum | 1992-09-22 | 2 | -8/+16 |
|
|
* | Utility to add a cached index to an existing movie file. | Guido van Rossum | 1992-09-08 | 1 | -0/+79 |
|
|
* | VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts. | Guido van Rossum | 1992-09-08 | 2 | -16/+70 |
|
|
* | Fixed "clear()" and added "clearto(r, g, b)". | Guido van Rossum | 1992-09-07 | 1 | -29/+217 |
|
|
* | Clear the window when receiving a REDRAW event and not playing | Guido van Rossum | 1992-09-07 | 1 | -0/+2 |
|
|
* | Use vin/vout.clear() instead of gl.clear() | Guido van Rossum | 1992-09-07 | 1 | -2/+4 |
|
|
* | Adapted the world to the new VFile.py. Fixed bugs in Vplay.py: | Guido van Rossum | 1992-09-07 | 4 | -53/+73 |
|
|
* | Almost completely rewritten for cleaner code. | Guido van Rossum | 1992-09-07 | 1 | -371/+578 |
|
|
* | Remove PAL dependencies; add -w option (initial window width); | Guido van Rossum | 1992-09-04 | 1 | -13/+30 |
|
|
* | Adapted to new video library -- different capture interface, no bugs. | Guido van Rossum | 1992-09-03 | 1 | -94/+77 |
|
|
* | Added a clear() method to VFile class, to be called when the window | Guido van Rossum | 1992-09-01 | 5 | -7/+19 |
|
|
* | Cosmetic changes to Vedit and -Form. | Guido van Rossum | 1992-08-25 | 2 | -47/+49 |
|
|
* | Created Vedit.py, the video editor. This uses the classes in Viewer.py. | Guido van Rossum | 1992-08-25 | 6 | -144/+1007 |
|
|
* | Clear the window to rather light grey when switching to RGB mode. | Guido van Rossum | 1992-08-21 | 1 | -0/+2 |
|
|
* | Redesigned option processing and added several new options. | Guido van Rossum | 1992-08-21 | 1 | -110/+207 |
|
|
* | Add audio recording | Guido van Rossum | 1992-08-20 | 1 | -1/+47 |
|
|
* | New files. | Guido van Rossum | 1992-08-20 | 1 | -4/+8 |
|
|
* | new Vtime.py: manipulate time codes. | Guido van Rossum | 1992-08-20 | 1 | -0/+117 |
|
|
* | Lots of changes, options (from Vtime.py) etc. | Guido van Rossum | 1992-08-20 | 1 | -58/+143 |
|
|
* | Added reopen() to VinFile with semantics of old rewind(); rewind() now | Guido van Rossum | 1992-08-20 | 1 | -8/+23 |
|
|
* | Minor improvements: exit status, data size stats. | Guido van Rossum | 1992-08-20 | 1 | -7/+23 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-20 | 1 | -0/+217 |
|
|
* | Minor improvements, comments; fix Vinfo -d. | Guido van Rossum | 1992-08-18 | 4 | -25/+59 |
|
|
* | Add comments | Guido van Rossum | 1992-08-18 | 1 | -3/+50 |
|
|
* | Add comments and options | Guido van Rossum | 1992-08-18 | 2 | -18/+151 |
|
|
* | Add close() method to VinFile | Guido van Rossum | 1992-08-18 | 1 | -1/+5 |
|
|
* | Added some new comments and files | Guido van Rossum | 1992-08-18 | 1 | -3/+25 |
|
|
* | Hacked in audio support. | Guido van Rossum | 1992-08-18 | 1 | -8/+55 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-18 | 1 | -0/+124 |
|
|
* | Change window title: prefix '* ' means playing. | Guido van Rossum | 1992-08-18 | 1 | -2/+2 |
|
|
* | Adapt to new syntax and don't print garbage on self.close(). | Guido van Rossum | 1992-08-18 | 1 | -4/+4 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-18 | 2 | -0/+95 |
|
|
* | Initial revision | Guido van Rossum | 1992-05-14 | 1 | -0/+2 |
|
|
* | Append /ufs/guido/src/video to sys.path. | Guido van Rossum | 1992-05-12 | 1 | -0/+2 |
|
|
* | Print real width and warn for stride not a multiple of 4 bytes | Guido van Rossum | 1992-05-07 | 1 | -1/+5 |
|
|
* | Warn if stride not a multiple of 4 bytes; use PM_SIZE instead of 5. | Guido van Rossum | 1992-05-07 | 1 | -3/+6 |
|
|
* | Standardize indentation to 8 chars; remove redundant "saveframe"; | Guido van Rossum | 1992-05-06 | 1 | -35/+41 |
|
|
* | Define colorinfo even if no header line found | Guido van Rossum | 1992-05-06 | 1 | -2/+1 |
|
|
* | More functionality by Jack (untested by me) | Guido van Rossum | 1992-03-18 | 1 | -56/+53 |
|
|
* | Initial revision | Guido van Rossum | 1992-02-28 | 1 | -0/+200 |
|
|
* | Added class VoutFile. | Guido van Rossum | 1992-02-28 | 1 | -31/+230 |
|
|
* | Initial revision | Guido van Rossum | 1992-02-11 | 2 | -0/+87 |
|
|
* | new syntax | Guido van Rossum | 1992-02-11 | 10 | -60/+60 |
|
|
* | Better check of input data? | Guido van Rossum | 1992-02-11 | 1 | -3/+13 |
|
|
* | standardized lay-out; new syntax. | Guido van Rossum | 1992-02-11 | 1 | -63/+78 |
|
|
* | Fix division by zero in some cases. | Guido van Rossum | 1991-12-03 | 1 | -3/+4 |
|
|