Commit graph

248 commits

Author SHA1 Message Date
Guido van Rossum
a557b0f34e Added jpeg conversions 1993-02-23 17:08:53 +00:00
Jack Jansen
171a55bf56 Will now generate converters that go thru intermedeate formats 1993-02-19 15:52:30 +00:00
Jack Jansen
1e0fdd8a6b Bug fixed wrt greyscale conversion 1993-02-19 10:06:52 +00:00
Jack Jansen
c82cfc86df Fix to allow tightly packed films to be converted 1993-02-19 10:06:28 +00:00
Guido van Rossum
245be3a3c5 The usual cosmetic changes after Jack is done... 1993-02-18 18:09:18 +00:00
Jack Jansen
b05eaf1909 DisplayVideoIn - Class similar to LiveVideoIn but sends data from
screen
Dsend - Main program analogous to Vsend to send data from display
1993-02-17 15:58:49 +00:00
Jack Jansen
1d6821f58f Added support for 24-bit rgb movies 1993-02-17 15:54:32 +00:00
Jack Jansen
7961ea7868 Moved line-size stuff to single routine 1993-02-17 15:54:06 +00:00
Jack Jansen
eeec33f820 Companion to rgb2video: convert cmif film file to rgb files 1993-02-17 15:52:56 +00:00
Guido van Rossum
3ea6161bb5 Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. 1993-02-16 16:49:44 +00:00
Guido van Rossum
9b86e1f5f0 VFile.py: fix bogus getrandomframe().
Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement.
Viewer.py: added random access, qinfo() function.
1993-02-16 16:10:02 +00:00
Guido van Rossum
852cc22bd3 Vrec.py: don't print Ids if no frames are captured.
Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options).
1993-02-15 17:33:36 +00:00
Guido van Rossum
3f2ef09f40 Added usage() and help() to Vrecb, and turn on -f by default.
Removed duplicate description of -r option from documentation file.
1993-02-05 15:34:22 +00:00
Jack Jansen
f0384fdb97 Introductory video documentation 1993-02-05 14:56:55 +00:00
Jack Jansen
772eca639c Added options to make window bigger than video (for recording to tape) 1993-01-27 11:42:21 +00:00
Jack Jansen
41292a81a8 Added a comment about XS 4bit pixel support 1993-01-27 11:41:37 +00:00
Jack Jansen
62fda0acbd Use imgconv to try to do image type conversion 1993-01-27 11:40:16 +00:00
Jack Jansen
e6f49ecfa9 Initial (skeleton) version of universal image format converter 1993-01-27 11:39:37 +00:00
Jack Jansen
2c49017279 - Added LiveVideoOutSlow class (which only updates after full pkt)
- fixed bug in setmirror
- cleaned up some common code
1993-01-27 11:38:03 +00:00
Jack Jansen
9672e44842 Create CMIF-video file from SGI rgb images 1993-01-20 15:10:05 +00:00
Guido van Rossum
7b74176762 Close the window when receiving a close request; turn time into int. 1993-01-13 12:45:41 +00:00
Guido van Rossum
349f2b516b Renamed vcopy to Vcopy (it is the only old tool that's still in use) 1992-12-24 11:41:14 +00:00
Guido van Rossum
3f3c099e9f Get rid of C and out-of-date files 1992-12-24 11:39:36 +00:00
Guido van Rossum
ec706ada62 Added usage message, minor cosmetic changes 1992-12-24 11:39:00 +00:00
Guido van Rossum
42e9be4559 Fix typo in print message 1992-12-24 11:38:29 +00:00
Guido van Rossum
5b40761856 Use plain python. 1992-12-24 11:37:53 +00:00
Guido van Rossum
f1ceba61a4 setsize has two arguments: width, height. 1992-12-24 11:37:21 +00:00
Guido van Rossum
6e0e668d1c Renamed Vrecc to Vrecb (*b*urst mode capture). 1992-12-23 15:41:38 +00:00
Jack Jansen
6bc8c7f3e2 Added mono, grey2 and grey4 formats 1992-12-23 15:37:20 +00:00
Guido van Rossum
d7b67f261e *** empty log message *** 1992-12-22 14:35:05 +00:00
Guido van Rossum
5dd997c59d Changed indentation to 8, use a better technique to handle window I/O. 1992-12-22 14:34:43 +00:00
Guido van Rossum
a3b986ed4c Added generic array handlers 1992-12-21 14:33:18 +00:00
Guido van Rossum
9ef9c07ed9 Changed to use make_call 1992-12-21 14:33:05 +00:00
Guido van Rossum
b637221d93 Full broadcast support 1992-12-21 14:32:55 +00:00
Guido van Rossum
da164d2bff Clarified some parts 1992-12-21 14:32:38 +00:00
Guido van Rossum
73065385e8 Changed to use new make_call method 1992-12-21 14:32:28 +00:00
Guido van Rossum
8f1506b126 Complete broadcast support (both raw and via port mapper CALLIT) 1992-12-21 14:32:06 +00:00
Guido van Rossum
fdcbbcb196 Initial revision 1992-12-21 14:31:41 +00:00
Guido van Rossum
cdd04cad5c Initial revision 1992-12-20 18:14:23 +00:00
Guido van Rossum
6252229170 Added remark about servers 1992-12-20 14:58:09 +00:00
Guido van Rossum
b99457c35c Changed mkcred interface 1992-12-20 14:57:51 +00:00
Guido van Rossum
fd92ac89cc Bind to reserved port if root; changed mkcred interface; added -t/-u option 1992-12-20 14:57:17 +00:00
Guido van Rossum
79f85eedfd Changed mkcred/mkverf interface; added makesocket hook and changed init
interfaces; added bindresvport call.
1992-12-20 14:56:32 +00:00
Guido van Rossum
c91d60a640 Changes to protect servers against broken clients 1992-12-19 00:06:17 +00:00
Guido van Rossum
424c673d2f Added server classes, and various robustness hacks 1992-12-19 00:05:55 +00:00
Guido van Rossum
2eed1e796e Don't call test() 1992-12-17 17:32:59 +00:00
Guido van Rossum
0270032423 Don't even show #test() 1992-12-17 17:32:44 +00:00
Guido van Rossum
58dd035f3c Added comments. 1992-12-17 17:32:35 +00:00
Guido van Rossum
7271babcef Compatibility hack with Python 0.9.6. 1992-12-17 17:32:24 +00:00
Guido van Rossum
2f5dd888d1 Initial revision 1992-12-17 17:32:10 +00:00