| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Actualized | Guido van Rossum | 1992-12-14 | 5 | -20/+22 |
|
|
* | Actualized. | Guido van Rossum | 1992-12-14 | 1 | -3/+3 |
|
|
* | bit vector is now implemented | Guido van Rossum | 1992-12-14 | 1 | -2/+2 |
|
|
* | sv now raises sv.error, not RuntimeError | Guido van Rossum | 1992-12-14 | 1 | -1/+1 |
|
|
* | Initial revision | Guido van Rossum | 1992-12-14 | 2 | -0/+155 |
|
|
* | Added cmpaf.py | Guido van Rossum | 1992-12-14 | 1 | -0/+1 |
|
|
* | Get official parameter names | Guido van Rossum | 1992-12-14 | 1 | -9/+2 |
|
|
* | Choose a port that doesn't conmflict with real radio | Guido van Rossum | 1992-12-14 | 3 | -3/+3 |
|
|
* | New 'finally' syntax | Guido van Rossum | 1992-12-14 | 1 | -15/+16 |
|
|
* | /usr/local/bin/python | Guido van Rossum | 1992-12-14 | 5 | -5/+5 |
|
|
* | Add description of kunst.py | Guido van Rossum | 1992-12-14 | 1 | -0/+6 |
|
|
* | Unknown changes by Jack. | Guido van Rossum | 1992-12-14 | 1 | -61/+41 |
|
|
* | Use tzparse to avoid embarrasment in other timezones or when DST changes. | Guido van Rossum | 1992-12-14 | 1 | -9/+9 |
|
|
* | Fix for new argument passing rules. | Guido van Rossum | 1992-12-14 | 1 | -14/+14 |
|
|
* | Band-aid to fix it for new argument passing rules. | Guido van Rossum | 1992-12-14 | 1 | -12/+7 |
|
|
* | Changes for supporting monochrome and greyscale video (not yet fully | Jack Jansen | 1992-12-14 | 7 | -46/+185 |
|
|
* | Microscopic changes, comments/messages changed. | Guido van Rossum | 1992-12-09 | 5 | -9/+17 |
|
|
* | New tool Vfix: truncate the right edge of 'grey' type images to make | Guido van Rossum | 1992-09-29 | 3 | -11/+114 |
|
|
* | VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done | Guido van Rossum | 1992-09-29 | 6 | -33/+299 |
|
|
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 1 | -1/+1 |
|
|
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 2 | -23/+38 |
|
|
* | Changed the init() interface of LiveVideoOut to read out the window | Guido van Rossum | 1992-09-24 | 3 | -39/+49 |
|
|
* | 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 |
|
|
* | Made it work with the sub-spec burst capture interface | Guido van Rossum | 1992-09-03 | 1 | -3/+12 |
|
|
* | Added more info | Guido van Rossum | 1992-09-03 | 1 | -3/+17 |
|
|
* | Initial revision | Guido van Rossum | 1992-09-03 | 5 | -0/+262 |
|
|
* | 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 |
|
|