summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video
Commit message (Collapse)AuthorAgeFilesLines
...
* Added multicast to Vsend and Vreceive. Updated README. Rediced queueGuido van Rossum1992-09-244-10/+68
| | | | size to 1 in LiveVideoIn.
* New modules LiveVideo{In,Out} (interfaces will change!).Guido van Rossum1992-09-225-1/+320
| | | | | New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache.
* Vrec.py: sv now raises sv.error instead of RuntimeError.Guido van Rossum1992-09-222-8/+16
| | | | VFile.py: support for showing partial frames.
* Utility to add a cached index to an existing movie file.Guido van Rossum1992-09-081-0/+79
|
* VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts.Guido van Rossum1992-09-082-16/+70
| | | | | VFile: RandomVinFile can now write the cache to the file. Vinfo: use the cached index if present and print a message whether it's there.
* Fixed "clear()" and added "clearto(r, g, b)".Guido van Rossum1992-09-071-29/+217
| | | | | | | Added class RandomVinFile which supports random access and warming the cache. Added eofseen and errorseen methods to BasicVinFile. Use RGB mode for rgb8 data on entry level Indigo. Minor cosmetic changes.
* Clear the window when receiving a REDRAW event and not playingGuido van Rossum1992-09-071-0/+2
|
* Use vin/vout.clear() instead of gl.clear()Guido van Rossum1992-09-071-2/+4
|
* Adapted the world to the new VFile.py. Fixed bugs in Vplay.py:Guido van Rossum1992-09-074-53/+73
| | | | | | missing -n in help(), bogus frame skipping; and added patch for weird time jumps. Removed colorsys.py (now in std library). Fixed "sys.write" error in vcopy.py. Restructured README.
* Almost completely rewritten for cleaner code.Guido van Rossum1992-09-071-371/+578
|
* Remove PAL dependencies; add -w option (initial window width);Guido van Rossum1992-09-041-13/+30
| | | | add stepunit(8, 6) call.
* Adapted to new video library -- different capture interface, no bugs.Guido van Rossum1992-09-031-94/+77
| | | | Also use locks and Queues for communication with other threads.
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-015-7/+19
| | | | receives a REDRAW event
* Cosmetic changes to Vedit and -Form.Guido van Rossum1992-08-252-47/+49
|
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-256-144/+1007
| | | | | Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...).
* Clear the window to rather light grey when switching to RGB mode.Guido van Rossum1992-08-211-0/+2
|
* Redesigned option processing and added several new options.Guido van Rossum1992-08-211-110/+207
| | | | | Added optional read-ahead thread. Changed mouse interface.
* Add audio recordingGuido van Rossum1992-08-201-1/+47
|
* New files.Guido van Rossum1992-08-201-4/+8
|
* new Vtime.py: manipulate time codes.Guido van Rossum1992-08-201-0/+117
|
* Lots of changes, options (from Vtime.py) etc.Guido van Rossum1992-08-201-58/+143
| | | | Cleverer skipping of frames.
* Added reopen() to VinFile with semantics of old rewind(); rewind() nowGuido van Rossum1992-08-201-8/+23
| | | | | | | | saves the cache. Added getinfo() to VoutFile. Fixed writing of 'grey' file header. Added quiet parameter. Adapted to new syntax.
* Minor improvements: exit status, data size stats.Guido van Rossum1992-08-201-7/+23
|
* Initial revisionGuido van Rossum1992-08-201-0/+217
|
* Minor improvements, comments; fix Vinfo -d.Guido van Rossum1992-08-184-25/+59
|
* Add commentsGuido van Rossum1992-08-181-3/+50
|
* Add comments and optionsGuido van Rossum1992-08-182-18/+151
|
* Add close() method to VinFileGuido van Rossum1992-08-181-1/+5
|
* Added some new comments and filesGuido van Rossum1992-08-181-3/+25
|
* Hacked in audio support.Guido van Rossum1992-08-181-8/+55
|
* Initial revisionGuido van Rossum1992-08-181-0/+124
|
* Change window title: prefix '* ' means playing.Guido van Rossum1992-08-181-2/+2
|
* Adapt to new syntax and don't print garbage on self.close().Guido van Rossum1992-08-181-4/+4
|
* Initial revisionGuido van Rossum1992-08-182-0/+95
|
* Initial revisionGuido van Rossum1992-05-141-0/+2
|
* Append /ufs/guido/src/video to sys.path.Guido van Rossum1992-05-121-0/+2
|
* Print real width and warn for stride not a multiple of 4 bytesGuido van Rossum1992-05-071-1/+5
|
* Warn if stride not a multiple of 4 bytes; use PM_SIZE instead of 5.Guido van Rossum1992-05-071-3/+6
|
* Standardize indentation to 8 chars; remove redundant "saveframe";Guido van Rossum1992-05-061-35/+41
| | | | | | add -s (short listing) option; don't print space after tab; print data size in bytes and whether it is a color image.
* Define colorinfo even if no header line foundGuido van Rossum1992-05-061-2/+1
|
* More functionality by Jack (untested by me)Guido van Rossum1992-03-181-56/+53
|
* Initial revisionGuido van Rossum1992-02-281-0/+200
|
* Added class VoutFile.Guido van Rossum1992-02-281-31/+230
| | | | | | Added rgb8 support. Added cache of frame offsets to VinFile. Misc hacks to grab rgb8 data.
* Initial revisionGuido van Rossum1992-02-112-0/+87
|
* new syntaxGuido van Rossum1992-02-1110-60/+60
|
* Better check of input data?Guido van Rossum1992-02-111-3/+13
|
* standardized lay-out; new syntax.Guido van Rossum1992-02-111-63/+78
|
* Fix division by zero in some cases.Guido van Rossum1991-12-031-3/+4
|
* Support for CMIF video 3.0 files (more color systems).Guido van Rossum1991-12-031-32/+92
|
* Jack added new color systems (unfortunately using old lay-out).Guido van Rossum1991-12-031-24/+100
|