1. c5a1433 Moved stop button again; default form position next to video window. by Guido van Rossum · 31 years ago
  2. bc6d3c3 All combinations of video format and capture mode (cont/burst) now by Guido van Rossum · 31 years ago
  3. e17c6c3 Use groups to show/hide "Stop capture" button. by Guido van Rossum · 31 years ago
  4. b7e3cc1 New program: Video Bag Of Tricks. Will eventually replace Vrec and by Guido van Rossum · 31 years ago
  5. aff9470 Fixed watch cursor origin by Guido van Rossum · 31 years ago
  6. 7bbceea Added support for "compress" type video files. This uses the by Sjoerd Mullender · 31 years ago
  7. f48b419 Fix syntax error (sorry!) by Guido van Rossum · 31 years ago
  8. 2d41378 Remove debug print statement by Guido van Rossum · 31 years ago
  9. 0caf46b VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. by Guido van Rossum · 31 years ago
  10. 85f7bd5 Vrec.py, Vrecb.py: by Guido van Rossum · 31 years ago
  11. c97d2ed Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. by Guido van Rossum · 31 years ago
  12. 5e044b7 - Separated grabbing (which isn't used much!) from VFile. by Guido van Rossum · 31 years ago
  13. b616ebe Rewrite applypackfactor() using imageop: faster and more general; by Guido van Rossum · 31 years ago
  14. be6d77a Fix typos in jpeg code by Guido van Rossum · 31 years ago
  15. 83c8144 Fix terse mode for printing tuple packfactor and to avoid zero division by Guido van Rossum · 31 years ago
  16. 09bf3e3 Added audio recording to Vrecb by Jack Jansen · 31 years ago
  17. a557b0f Added jpeg conversions by Guido van Rossum · 31 years ago
  18. 171a55bf5 Will now generate converters that go thru intermedeate formats by Jack Jansen · 31 years ago
  19. 1e0fdd8 Bug fixed wrt greyscale conversion by Jack Jansen · 31 years ago
  20. c82cfc8 Fix to allow tightly packed films to be converted by Jack Jansen · 31 years ago
  21. 245be3a The usual cosmetic changes after Jack is done... by Guido van Rossum · 31 years ago
  22. b05eaf1 DisplayVideoIn - Class similar to LiveVideoIn but sends data from by Jack Jansen · 31 years ago
  23. 1d6821f Added support for 24-bit rgb movies by Jack Jansen · 31 years ago
  24. 7961ea7 Moved line-size stuff to single routine by Jack Jansen · 31 years ago
  25. eeec33f Companion to rgb2video: convert cmif film file to rgb files by Jack Jansen · 31 years ago
  26. 3ea6161 Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. by Guido van Rossum · 31 years ago
  27. 9b86e1f VFile.py: fix bogus getrandomframe(). by Guido van Rossum · 31 years ago
  28. 852cc22 Vrec.py: don't print Ids if no frames are captured. by Guido van Rossum · 31 years ago
  29. 3f2ef09 Added usage() and help() to Vrecb, and turn on -f by default. by Guido van Rossum · 32 years ago
  30. f0384fd Introductory video documentation by Jack Jansen · 32 years ago
  31. 772eca6 Added options to make window bigger than video (for recording to tape) by Jack Jansen · 32 years ago
  32. 41292a8 Added a comment about XS 4bit pixel support by Jack Jansen · 32 years ago
  33. 62fda0a Use imgconv to try to do image type conversion by Jack Jansen · 32 years ago
  34. e6f49ec Initial (skeleton) version of universal image format converter by Jack Jansen · 32 years ago
  35. 2c49017 - Added LiveVideoOutSlow class (which only updates after full pkt) by Jack Jansen · 32 years ago
  36. 9672e44 Create CMIF-video file from SGI rgb images by Jack Jansen · 32 years ago
  37. 349f2b5 Renamed vcopy to Vcopy (it is the only old tool that's still in use) by Guido van Rossum · 32 years ago
  38. 3f3c099 Get rid of C and out-of-date files by Guido van Rossum · 32 years ago
  39. ec706ad Added usage message, minor cosmetic changes by Guido van Rossum · 32 years ago
  40. 42e9be4 Fix typo in print message by Guido van Rossum · 32 years ago
  41. 5b40761 Use plain python. by Guido van Rossum · 32 years ago
  42. f1ceba6 setsize has two arguments: width, height. by Guido van Rossum · 32 years ago
  43. 6e0e668 Renamed Vrecc to Vrecb (*b*urst mode capture). by Guido van Rossum · 32 years ago
  44. 6bc8c7f Added mono, grey2 and grey4 formats by Jack Jansen · 32 years ago
  45. 8de83e0 Actualized by Guido van Rossum · 32 years ago
  46. ffd7fa3 Actualized. Do import stdwingl by Guido van Rossum · 32 years ago
  47. 2219afc bit vector is now implemented by Guido van Rossum · 32 years ago
  48. 411588c sv now raises sv.error, not RuntimeError by Guido van Rossum · 32 years ago
  49. 8307443 Initial revision by Guido van Rossum · 32 years ago
  50. 2739c9c Added cmpaf.py by Guido van Rossum · 32 years ago
  51. 57fc525 Get official parameter names by Guido van Rossum · 32 years ago
  52. a8413b2 Choose a port that doesn't conmflict with real radio by Guido van Rossum · 32 years ago
  53. e266344 New 'finally' syntax by Guido van Rossum · 32 years ago
  54. 23bafde /usr/local/bin/python by Guido van Rossum · 32 years ago
  55. ee2ba6c Add description of kunst.py by Guido van Rossum · 32 years ago
  56. 2426331 Unknown changes by Jack. by Guido van Rossum · 32 years ago
  57. 05e46dd Use tzparse to avoid embarrasment in other timezones or when DST changes. by Guido van Rossum · 32 years ago
  58. a8993cf Fix for new argument passing rules. by Guido van Rossum · 32 years ago
  59. 9533ebe Band-aid to fix it for new argument passing rules. by Guido van Rossum · 32 years ago
  60. 3b25371 Changes for supporting monochrome and greyscale video (not yet fully functional) by Jack Jansen · 32 years ago
  61. ff3da05 Microscopic changes, comments/messages changed. by Guido van Rossum · 32 years ago
  62. 4df20fa New tool Vfix: truncate the right edge of 'grey' type images to make by Guido van Rossum · 32 years ago
  63. 9e3f335 VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done by Guido van Rossum · 32 years ago
  64. f8848ac Added resizevideo() interface to LiveVideoIn and rationalized size by Guido van Rossum · 32 years ago
  65. d65f45d Added resizevideo() interface to LiveVideoIn and rationalized size by Guido van Rossum · 32 years ago
  66. cfb6bb2 Changed the init() interface of LiveVideoOut to read out the window by Guido van Rossum · 32 years ago
  67. 691e59b Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib). by Guido van Rossum · 32 years ago
  68. 7b47c79 Added options to Vsend and Vreceive; moved common defaults to senddefs. by Guido van Rossum · 32 years ago
  69. 67b4895 Added multicast to Vsend and Vreceive. Updated README. Rediced queue by Guido van Rossum · 32 years ago
  70. ba06615 New modules LiveVideo{In,Out} (interfaces will change!). by Guido van Rossum · 32 years ago
  71. 42e07af Vrec.py: sv now raises sv.error instead of RuntimeError. by Guido van Rossum · 32 years ago
  72. 5c1797a Utility to add a cached index to an existing movie file. by Guido van Rossum · 32 years ago
  73. 269b2a2 VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts. by Guido van Rossum · 32 years ago
  74. 4526f37 Fixed "clear()" and added "clearto(r, g, b)". by Guido van Rossum · 32 years ago
  75. 2de9b68 Clear the window when receiving a REDRAW event and not playing by Guido van Rossum · 32 years ago
  76. 00ffea3 Use vin/vout.clear() instead of gl.clear() by Guido van Rossum · 32 years ago
  77. e178332 Adapted the world to the new VFile.py. Fixed bugs in Vplay.py: by Guido van Rossum · 32 years ago
  78. 4045c2f Almost completely rewritten for cleaner code. by Guido van Rossum · 32 years ago
  79. 32517f9 Remove PAL dependencies; add -w option (initial window width); by Guido van Rossum · 32 years ago
  80. be0cba4 Made it work with the sub-spec burst capture interface (no bit vector) by Guido van Rossum · 32 years ago
  81. 44c1f69 Added more info by Guido van Rossum · 32 years ago
  82. db96c5a Initial revision by Guido van Rossum · 32 years ago
  83. 62f6bc8 Adapted to new video library -- different capture interface, no bugs. by Guido van Rossum · 32 years ago
  84. e0be2b3 Added a clear() method to VFile class, to be called when the window by Guido van Rossum · 32 years ago
  85. a431111 Cosmetic changes to Vedit and -Form. by Guido van Rossum · 32 years ago
  86. 9ee7e15 Created Vedit.py, the video editor. This uses the classes in Viewer.py. by Guido van Rossum · 32 years ago
  87. 33a8d42 Clear the window to rather light grey when switching to RGB mode. by Guido van Rossum · 32 years ago
  88. e755aa5 Redesigned option processing and added several new options. by Guido van Rossum · 32 years ago
  89. 8a861be Add audio recording by Guido van Rossum · 32 years ago
  90. 815adc9 New files. by Guido van Rossum · 32 years ago
  91. 99e237f new Vtime.py: manipulate time codes. by Guido van Rossum · 32 years ago
  92. 78aab86 Lots of changes, options (from Vtime.py) etc. Cleverer skipping of frames. by Guido van Rossum · 32 years ago
  93. 9a35d57 Added reopen() to VinFile with semantics of old rewind(); rewind() now by Guido van Rossum · 32 years ago
  94. dfb61fa Minor improvements: exit status, data size stats. by Guido van Rossum · 32 years ago
  95. 180924d Initial revision by Guido van Rossum · 32 years ago
  96. 7268c93 Minor improvements, comments; fix Vinfo -d. by Guido van Rossum · 32 years ago
  97. 8b9c734 Add comments by Guido van Rossum · 32 years ago
  98. 82534fd Add comments and options by Guido van Rossum · 32 years ago
  99. bc0eb99 Add close() method to VinFile by Guido van Rossum · 32 years ago
  100. b2e8228 Added some new comments and files by Guido van Rossum · 32 years ago