summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax error (sorry!)Guido van Rossum1993-03-021-1/+1
|
* Remove debug print statementGuido van Rossum1993-03-021-1/+0
|
* VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile.Guido van Rossum1993-03-022-10/+27
|
* Vrec.py, Vrecb.py:Guido van Rossum1993-02-256-12/+201
| | | | | | | | | | | - call v.SetParam() after v.BindGLWindow() - turn of dithering in mono/grey mode - use prefposition to place the top left corner at (150, 150) (so that the video remains visible during recording) - default width is 256 Vcopy.py: correct typos; more verbose output. OldVcopy.py: new name for Jack's old grabbing Vcopy.py. Vstat.py: print values of all video parameters.
* Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python.Guido van Rossum1993-02-254-19/+14
| | | | | Don't force packfactor to 1 in header when writing rgb data. Small bugfixes in Vcopy.
* - Separated grabbing (which isn't used much!) from VFile.Guido van Rossum1993-02-255-306/+478
| | | | | | | | | | | | | - Renamed old Vcopy.py to OldVcopy.py, some cosmetic changes to it (is it still needed?) - Added new Vcopy.py which does everything that Vtime.py does but also format conversions, image scaling, and packfactors. - VFile: make packfactor always a tuple; introduce set and get methods for pf, format, and calculate some derived values. - Added new module GET.py to std library, use it instead of defining DM* in VFile. - Get rid of C programs (new Python programs can do all that they do and they probably don't understand the current file format anyway).
* Rewrite applypackfactor() using imageop: faster and more general;Guido van Rossum1993-02-251-27/+14
| | | | get rid of testpackfactor(): not longer necessary
* Fix typos in jpeg codeGuido van Rossum1993-02-251-4/+4
|
* Fix terse mode for printing tuple packfactor and to avoid zero divisionGuido van Rossum1993-02-251-6/+13
|
* Added audio recording to VrecbJack Jansen1993-02-241-6/+76
|
* Added jpeg conversionsGuido van Rossum1993-02-231-1/+26
|
* Will now generate converters that go thru intermedeate formatsJack Jansen1993-02-191-3/+81
|
* Bug fixed wrt greyscale conversionJack Jansen1993-02-191-1/+1
|
* Fix to allow tightly packed films to be convertedJack Jansen1993-02-191-1/+8
|
* The usual cosmetic changes after Jack is done...Guido van Rossum1993-02-182-5/+11
|
* DisplayVideoIn - Class similar to LiveVideoIn but sends data fromJack Jansen1993-02-172-0/+289
| | | | | screen Dsend - Main program analogous to Vsend to send data from display
* Added support for 24-bit rgb moviesJack Jansen1993-02-171-2/+8
|
* Moved line-size stuff to single routineJack Jansen1993-02-171-11/+15
|
* Companion to rgb2video: convert cmif film file to rgb filesJack Jansen1993-02-171-0/+165
|
* Cleanup of old files, added watchcursor.py (for Vedit.py), updated README.Guido van Rossum1993-02-162-3/+53
|
* VFile.py: fix bogus getrandomframe().Guido van Rossum1993-02-164-90/+224
| | | | | Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement. Viewer.py: added random access, qinfo() function.
* Vrec.py: don't print Ids if no frames are captured.Guido van Rossum1993-02-152-12/+19
| | | | Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options).
* Added usage() and help() to Vrecb, and turn on -f by default.Guido van Rossum1993-02-052-54/+82
| | | | Removed duplicate description of -r option from documentation file.
* Introductory video documentationJack Jansen1993-02-051-0/+111
|
* Added options to make window bigger than video (for recording to tape)Jack Jansen1993-01-271-3/+38
|
* Added a comment about XS 4bit pixel supportJack Jansen1993-01-271-0/+4
|
* Use imgconv to try to do image type conversionJack Jansen1993-01-271-13/+17
|
* Initial (skeleton) version of universal image format converterJack Jansen1993-01-271-0/+38
|
* - Added LiveVideoOutSlow class (which only updates after full pkt)Jack Jansen1993-01-271-14/+44
| | | | | - fixed bug in setmirror - cleaned up some common code
* Create CMIF-video file from SGI rgb imagesJack Jansen1993-01-201-0/+75
|
* Close the window when receiving a close request; turn time into int.Guido van Rossum1993-01-131-1/+2
|
* Renamed vcopy to Vcopy (it is the only old tool that's still in use)Guido van Rossum1992-12-241-0/+134
|
* Get rid of C and out-of-date filesGuido van Rossum1992-12-241-89/+20
|
* Added usage message, minor cosmetic changesGuido van Rossum1992-12-241-78/+110
|
* Fix typo in print messageGuido van Rossum1992-12-241-1/+1
|
* Use plain python.Guido van Rossum1992-12-242-2/+2
|
* setsize has two arguments: width, height.Guido van Rossum1992-12-241-3/+3
|
* Renamed Vrecc to Vrecb (*b*urst mode capture).Guido van Rossum1992-12-231-0/+281
|
* Added mono, grey2 and grey4 formatsJack Jansen1992-12-235-61/+491
|
* *** empty log message ***Guido van Rossum1992-12-221-1/+0
|
* Changed indentation to 8, use a better technique to handle window I/O.Guido van Rossum1992-12-221-160/+89
|
* Added generic array handlersGuido van Rossum1992-12-211-0/+21
|
* Changed to use make_callGuido van Rossum1992-12-211-24/+12
|
* Full broadcast supportGuido van Rossum1992-12-211-26/+43
|
* Clarified some partsGuido van Rossum1992-12-211-8/+19
|
* Changed to use new make_call methodGuido van Rossum1992-12-211-38/+43
|
* Complete broadcast support (both raw and via port mapper CALLIT)Guido van Rossum1992-12-211-83/+198
|
* Initial revisionGuido van Rossum1992-12-211-0/+22
|
* Initial revisionGuido van Rossum1992-12-201-0/+81
|
* Added remark about serversGuido van Rossum1992-12-201-1/+2
|