1. fe97656 Hide .fdc files here. by Guido van Rossum · 27 years ago
  2. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  3. 31b7727 Ported the editor to X. The GL version won't work. by Sjoerd Mullender · 30 years ago
  4. 33325f4 Vgeneric -- used in frozen version by Guido van Rossum · 30 years ago
  5. 26c86ab Fixed faulty apply call by Jack Jansen · 30 years ago
  6. 424e4da Rot out all uses of time.milli*(). by Guido van Rossum · 31 years ago
  7. 0efafb3 Rot out all uses of time.milli*(). Slightly improve debug output. by Guido van Rossum · 31 years ago
  8. 605909d Rot out all uses of time.milli*(). by Guido van Rossum · 31 years ago
  9. ca1c876 Use freeze_form instead of freeze_object by Guido van Rossum · 31 years ago
  10. c6d846a And another init incompatibility bites the dust. by Sjoerd Mullender · 31 years ago
  11. d6b9ce9 Fixed use of aifc module. by Sjoerd Mullender · 31 years ago
  12. 21a3ff9 Uniformly replaced init() functions by __init__() constructors. by Guido van Rossum · 31 years ago
  13. 5461850 Fix reference to undefined 'memsize' in calcnframes(). by Guido van Rossum · 31 years ago
  14. f9b7201 * Added support for X window interface. by Sjoerd Mullender · 31 years ago
  15. 72d7364 - VFile: moved decompression code to VideoParams (so it is also by Jack Jansen · 31 years ago
  16. dbf71b7 Added ability to edit compressed movies. by Jack Jansen · 31 years ago
  17. 2641172 Sanity check for compress files. by Jack Jansen · 31 years ago
  18. bab2ca3 Added autoedit and cancel commands, removed debug output by Jack Jansen · 31 years ago
  19. f993d28 Don't import gl if not needed. Fixed a typo. by Sjoerd Mullender · 31 years ago
  20. 78991fd VFile - Added support for creating compression lib movies by Jack Jansen · 31 years ago
  21. f1cda91 This module can now be used asynchronously. Also, some commands have been added. by Jack Jansen · 31 years ago
  22. 827cc19 Interface to vcr index files (as created by vcrindex program) by Jack Jansen · 31 years ago
  23. 43df862 Mostly cosmetics, e.g. change window titles so icon titles are better, by Guido van Rossum · 31 years ago
  24. 2055ee8 Keep top left corner of window where it was when resizing. by Guido van Rossum · 31 years ago
  25. 2939a4c Fixed another place where set_rgbmode() should be called. by Guido van Rossum · 31 years ago
  26. f6d8032 Impor VCR at the top. Change the way audio is recorded subtly. by Guido van Rossum · 31 years ago
  27. fa04170 VCR.py: Use unix files instead of stdio files for tty communication, by Guido van Rossum · 31 years ago
  28. 672754a Added 24 bit RGB capture by Jack Jansen · 31 years ago
  29. 34d12de Grab a 24-bit image off the StarterVideo by Jack Jansen · 31 years ago
  30. 3517371 Added jpeg grabber by Jack Jansen · 31 years ago
  31. a1e1f73 Newss class style by Jack Jansen · 31 years ago
  32. f3f7531 Changed setpf so it understands old-style packfactors by Jack Jansen · 31 years ago
  33. 66338ec New class syntax by Jack Jansen · 31 years ago
  34. 605b127 Jack's VCR control module by Guido van Rossum · 31 years ago
  35. ad4fcd4 Implemented VCR capture using forward slow instead of stepping. by Guido van Rossum · 31 years ago
  36. c17c84f Disconnect from VCR when switching modes. by Guido van Rossum · 31 years ago
  37. 9f42f4f Added single frame capturing. by Guido van Rossum · 31 years ago
  38. 71ba5d9 Revived the old aplay tool which can play synchronous audio and video... by Guido van Rossum · 31 years ago
  39. c5a1433 Moved stop button again; default form position next to video window. by Guido van Rossum · 31 years ago
  40. bc6d3c3 All combinations of video format and capture mode (cont/burst) now by Guido van Rossum · 31 years ago
  41. e17c6c3 Use groups to show/hide "Stop capture" button. by Guido van Rossum · 31 years ago
  42. b7e3cc1 New program: Video Bag Of Tricks. Will eventually replace Vrec and by Guido van Rossum · 31 years ago
  43. aff9470 Fixed watch cursor origin by Guido van Rossum · 31 years ago
  44. 7bbceea Added support for "compress" type video files. This uses the by Sjoerd Mullender · 31 years ago
  45. f48b419 Fix syntax error (sorry!) by Guido van Rossum · 31 years ago
  46. 2d41378 Remove debug print statement by Guido van Rossum · 31 years ago
  47. 0caf46b VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. by Guido van Rossum · 31 years ago
  48. 85f7bd5 Vrec.py, Vrecb.py: by Guido van Rossum · 32 years ago
  49. c97d2ed Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. by Guido van Rossum · 32 years ago
  50. 5e044b7 - Separated grabbing (which isn't used much!) from VFile. by Guido van Rossum · 32 years ago
  51. b616ebe Rewrite applypackfactor() using imageop: faster and more general; by Guido van Rossum · 32 years ago
  52. be6d77a Fix typos in jpeg code by Guido van Rossum · 32 years ago
  53. 83c8144 Fix terse mode for printing tuple packfactor and to avoid zero division by Guido van Rossum · 32 years ago
  54. 09bf3e3 Added audio recording to Vrecb by Jack Jansen · 32 years ago
  55. a557b0f Added jpeg conversions by Guido van Rossum · 32 years ago
  56. 171a55bf5 Will now generate converters that go thru intermedeate formats by Jack Jansen · 32 years ago
  57. 1e0fdd8 Bug fixed wrt greyscale conversion by Jack Jansen · 32 years ago
  58. c82cfc8 Fix to allow tightly packed films to be converted by Jack Jansen · 32 years ago
  59. 245be3a The usual cosmetic changes after Jack is done... by Guido van Rossum · 32 years ago
  60. b05eaf1 DisplayVideoIn - Class similar to LiveVideoIn but sends data from by Jack Jansen · 32 years ago
  61. 1d6821f Added support for 24-bit rgb movies by Jack Jansen · 32 years ago
  62. 7961ea7 Moved line-size stuff to single routine by Jack Jansen · 32 years ago
  63. eeec33f Companion to rgb2video: convert cmif film file to rgb files by Jack Jansen · 32 years ago
  64. 3ea6161 Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. by Guido van Rossum · 32 years ago
  65. 9b86e1f VFile.py: fix bogus getrandomframe(). by Guido van Rossum · 32 years ago
  66. 852cc22 Vrec.py: don't print Ids if no frames are captured. by Guido van Rossum · 32 years ago
  67. 3f2ef09 Added usage() and help() to Vrecb, and turn on -f by default. by Guido van Rossum · 32 years ago
  68. f0384fd Introductory video documentation by Jack Jansen · 32 years ago
  69. 772eca6 Added options to make window bigger than video (for recording to tape) by Jack Jansen · 32 years ago
  70. 41292a8 Added a comment about XS 4bit pixel support by Jack Jansen · 32 years ago
  71. 62fda0a Use imgconv to try to do image type conversion by Jack Jansen · 32 years ago
  72. e6f49ec Initial (skeleton) version of universal image format converter by Jack Jansen · 32 years ago
  73. 2c49017 - Added LiveVideoOutSlow class (which only updates after full pkt) by Jack Jansen · 32 years ago
  74. 9672e44 Create CMIF-video file from SGI rgb images by Jack Jansen · 32 years ago
  75. 349f2b5 Renamed vcopy to Vcopy (it is the only old tool that's still in use) by Guido van Rossum · 32 years ago
  76. 3f3c099 Get rid of C and out-of-date files by Guido van Rossum · 32 years ago
  77. ec706ad Added usage message, minor cosmetic changes by Guido van Rossum · 32 years ago
  78. 42e9be4 Fix typo in print message by Guido van Rossum · 32 years ago
  79. 5b40761 Use plain python. by Guido van Rossum · 32 years ago
  80. f1ceba6 setsize has two arguments: width, height. by Guido van Rossum · 32 years ago
  81. 6e0e668 Renamed Vrecc to Vrecb (*b*urst mode capture). by Guido van Rossum · 32 years ago
  82. 6bc8c7f Added mono, grey2 and grey4 formats by Jack Jansen · 32 years ago
  83. a8993cf Fix for new argument passing rules. by Guido van Rossum · 32 years ago
  84. 9533ebe Band-aid to fix it for new argument passing rules. by Guido van Rossum · 32 years ago
  85. 3b25371 Changes for supporting monochrome and greyscale video (not yet fully functional) by Jack Jansen · 32 years ago
  86. ff3da05 Microscopic changes, comments/messages changed. by Guido van Rossum · 32 years ago
  87. 4df20fa New tool Vfix: truncate the right edge of 'grey' type images to make by Guido van Rossum · 32 years ago
  88. 9e3f335 VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done by Guido van Rossum · 32 years ago
  89. f8848ac Added resizevideo() interface to LiveVideoIn and rationalized size by Guido van Rossum · 32 years ago
  90. d65f45d Added resizevideo() interface to LiveVideoIn and rationalized size by Guido van Rossum · 32 years ago
  91. cfb6bb2 Changed the init() interface of LiveVideoOut to read out the window by Guido van Rossum · 32 years ago
  92. 691e59b Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib). by Guido van Rossum · 32 years ago
  93. 7b47c79 Added options to Vsend and Vreceive; moved common defaults to senddefs. by Guido van Rossum · 32 years ago
  94. 67b4895 Added multicast to Vsend and Vreceive. Updated README. Rediced queue by Guido van Rossum · 32 years ago
  95. ba06615 New modules LiveVideo{In,Out} (interfaces will change!). by Guido van Rossum · 32 years ago
  96. 42e07af Vrec.py: sv now raises sv.error instead of RuntimeError. by Guido van Rossum · 32 years ago
  97. 5c1797a Utility to add a cached index to an existing movie file. by Guido van Rossum · 32 years ago
  98. 269b2a2 VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts. by Guido van Rossum · 32 years ago
  99. 4526f37 Fixed "clear()" and added "clearto(r, g, b)". by Guido van Rossum · 32 years ago
  100. 2de9b68 Clear the window when receiving a REDRAW event and not playing by Guido van Rossum · 32 years ago