1. b1a77dd Deleting zombies by Guido van Rossum · 23 years ago
  2. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  3. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  4. 81b4e41 removing more stdwin users by Guido van Rossum · 24 years ago
  5. dab6cb8 removing more stdwin users by Guido van Rossum · 24 years ago
  6. b4624b9 Fix a couple dozen broken ci.append(x, y, z) calls, spotted by Tim. by Guido van Rossum · 24 years ago
  7. 1554b7b Use constants defined in cl module. (Sjoerd) by Guido van Rossum · 26 years ago
  8. 1e57a04 Removed unnecessary import of cl and CL. (Sjoerd) by Guido van Rossum · 26 years ago
  9. 9c2c1e8 Fix multi-arg list.append() calls. by Guido van Rossum · 26 years ago
  10. 4117e54 nannified by Guido van Rossum · 26 years ago
  11. fe97656 Hide .fdc files here. by Guido van Rossum · 27 years ago
  12. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  13. f1bb334 Use variables from module cd instead of CD. by Sjoerd Mullender · 29 years ago
  14. 31b7727 Ported the editor to X. The GL version won't work. by Sjoerd Mullender · 30 years ago
  15. 33325f4 Vgeneric -- used in frozen version by Guido van Rossum · 30 years ago
  16. 05fc9ce print gl variables by Guido van Rossum · 30 years ago
  17. fa78560 test cache by Guido van Rossum · 30 years ago
  18. fc146cb init -> __init__ by Guido van Rossum · 30 years ago
  19. 50519c6 micro changes by Guido van Rossum · 30 years ago
  20. 275b0a4 Description of what's here by Guido van Rossum · 30 years ago
  21. 26c86ab Fixed faulty apply call by Jack Jansen · 30 years ago
  22. 424e4da Rot out all uses of time.milli*(). by Guido van Rossum · 31 years ago
  23. 0efafb3 Rot out all uses of time.milli*(). Slightly improve debug output. by Guido van Rossum · 31 years ago
  24. 605909d Rot out all uses of time.milli*(). by Guido van Rossum · 31 years ago
  25. ca1c876 Use freeze_form instead of freeze_object by Guido van Rossum · 31 years ago
  26. c6d846a And another init incompatibility bites the dust. by Sjoerd Mullender · 31 years ago
  27. d6b9ce9 Fixed use of aifc module. by Sjoerd Mullender · 31 years ago
  28. 21a3ff9 Uniformly replaced init() functions by __init__() constructors. by Guido van Rossum · 31 years ago
  29. 96b608c *** empty log message *** by Guido van Rossum · 31 years ago
  30. 5461850 Fix reference to undefined 'memsize' in calcnframes(). by Guido van Rossum · 31 years ago
  31. f9b7201 * Added support for X window interface. by Sjoerd Mullender · 31 years ago
  32. 72d7364 - VFile: moved decompression code to VideoParams (so it is also by Jack Jansen · 31 years ago
  33. dbf71b7 Added ability to edit compressed movies. by Jack Jansen · 31 years ago
  34. 2641172 Sanity check for compress files. by Jack Jansen · 31 years ago
  35. bab2ca3 Added autoedit and cancel commands, removed debug output by Jack Jansen · 31 years ago
  36. f993d28 Don't import gl if not needed. Fixed a typo. by Sjoerd Mullender · 31 years ago
  37. 78991fd VFile - Added support for creating compression lib movies by Jack Jansen · 31 years ago
  38. f1cda91 This module can now be used asynchronously. Also, some commands have been added. by Jack Jansen · 31 years ago
  39. 827cc19 Interface to vcr index files (as created by vcrindex program) by Jack Jansen · 31 years ago
  40. 697e7ab Use module aifc instead of module aiff. by Guido van Rossum · 31 years ago
  41. 43df862 Mostly cosmetics, e.g. change window titles so icon titles are better, by Guido van Rossum · 31 years ago
  42. 2055ee8 Keep top left corner of window where it was when resizing. by Guido van Rossum · 31 years ago
  43. 2939a4c Fixed another place where set_rgbmode() should be called. by Guido van Rossum · 31 years ago
  44. f6d8032 Impor VCR at the top. Change the way audio is recorded subtly. by Guido van Rossum · 31 years ago
  45. fa04170 VCR.py: Use unix files instead of stdio files for tty communication, by Guido van Rossum · 31 years ago
  46. 672754a Added 24 bit RGB capture by Jack Jansen · 31 years ago
  47. 34d12de Grab a 24-bit image off the StarterVideo by Jack Jansen · 31 years ago
  48. 3517371 Added jpeg grabber by Jack Jansen · 31 years ago
  49. a1e1f73 Newss class style by Jack Jansen · 31 years ago
  50. f3f7531 Changed setpf so it understands old-style packfactors by Jack Jansen · 31 years ago
  51. 66338ec New class syntax by Jack Jansen · 31 years ago
  52. 605b127 Jack's VCR control module by Guido van Rossum · 31 years ago
  53. ad4fcd4 Implemented VCR capture using forward slow instead of stepping. by Guido van Rossum · 31 years ago
  54. c17c84f Disconnect from VCR when switching modes. by Guido van Rossum · 31 years ago
  55. 9f42f4f Added single frame capturing. by Guido van Rossum · 31 years ago
  56. 71ba5d9 Revived the old aplay tool which can play synchronous audio and video... by Guido van Rossum · 31 years ago
  57. c5a1433 Moved stop button again; default form position next to video window. by Guido van Rossum · 31 years ago
  58. bc6d3c3 All combinations of video format and capture mode (cont/burst) now by Guido van Rossum · 31 years ago
  59. e17c6c3 Use groups to show/hide "Stop capture" button. by Guido van Rossum · 31 years ago
  60. b7e3cc1 New program: Video Bag Of Tricks. Will eventually replace Vrec and by Guido van Rossum · 31 years ago
  61. aff9470 Fixed watch cursor origin by Guido van Rossum · 31 years ago
  62. 7bbceea Added support for "compress" type video files. This uses the by Sjoerd Mullender · 31 years ago
  63. f48b419 Fix syntax error (sorry!) by Guido van Rossum · 31 years ago
  64. 2d41378 Remove debug print statement by Guido van Rossum · 31 years ago
  65. 0caf46b VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. by Guido van Rossum · 31 years ago
  66. 85f7bd5 Vrec.py, Vrecb.py: by Guido van Rossum · 31 years ago
  67. c97d2ed Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. by Guido van Rossum · 31 years ago
  68. 5e044b7 - Separated grabbing (which isn't used much!) from VFile. by Guido van Rossum · 31 years ago
  69. b616ebe Rewrite applypackfactor() using imageop: faster and more general; by Guido van Rossum · 31 years ago
  70. be6d77a Fix typos in jpeg code by Guido van Rossum · 31 years ago
  71. 83c8144 Fix terse mode for printing tuple packfactor and to avoid zero division by Guido van Rossum · 31 years ago
  72. 09bf3e3 Added audio recording to Vrecb by Jack Jansen · 31 years ago
  73. a557b0f Added jpeg conversions by Guido van Rossum · 31 years ago
  74. 171a55bf5 Will now generate converters that go thru intermedeate formats by Jack Jansen · 31 years ago
  75. 1e0fdd8 Bug fixed wrt greyscale conversion by Jack Jansen · 31 years ago
  76. c82cfc8 Fix to allow tightly packed films to be converted by Jack Jansen · 31 years ago
  77. 245be3a The usual cosmetic changes after Jack is done... by Guido van Rossum · 31 years ago
  78. b05eaf1 DisplayVideoIn - Class similar to LiveVideoIn but sends data from by Jack Jansen · 31 years ago
  79. 1d6821f Added support for 24-bit rgb movies by Jack Jansen · 31 years ago
  80. 7961ea7 Moved line-size stuff to single routine by Jack Jansen · 31 years ago
  81. eeec33f Companion to rgb2video: convert cmif film file to rgb files by Jack Jansen · 31 years ago
  82. 3ea6161 Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. by Guido van Rossum · 31 years ago
  83. 9b86e1f VFile.py: fix bogus getrandomframe(). by Guido van Rossum · 31 years ago
  84. 852cc22 Vrec.py: don't print Ids if no frames are captured. by Guido van Rossum · 31 years ago
  85. 3f2ef09 Added usage() and help() to Vrecb, and turn on -f by default. by Guido van Rossum · 31 years ago
  86. f0384fd Introductory video documentation by Jack Jansen · 31 years ago
  87. 772eca6 Added options to make window bigger than video (for recording to tape) by Jack Jansen · 31 years ago
  88. 41292a8 Added a comment about XS 4bit pixel support by Jack Jansen · 31 years ago
  89. 62fda0a Use imgconv to try to do image type conversion by Jack Jansen · 31 years ago
  90. e6f49ec Initial (skeleton) version of universal image format converter by Jack Jansen · 31 years ago
  91. 2c49017 - Added LiveVideoOutSlow class (which only updates after full pkt) by Jack Jansen · 31 years ago
  92. 9672e44 Create CMIF-video file from SGI rgb images by Jack Jansen · 31 years ago
  93. 349f2b5 Renamed vcopy to Vcopy (it is the only old tool that's still in use) by Guido van Rossum · 32 years ago
  94. 3f3c099 Get rid of C and out-of-date files by Guido van Rossum · 32 years ago
  95. ec706ad Added usage message, minor cosmetic changes by Guido van Rossum · 32 years ago
  96. 42e9be4 Fix typo in print message by Guido van Rossum · 32 years ago
  97. 5b40761 Use plain python. by Guido van Rossum · 32 years ago
  98. f1ceba6 setsize has two arguments: width, height. by Guido van Rossum · 32 years ago
  99. 6e0e668 Renamed Vrecc to Vrecb (*b*urst mode capture). by Guido van Rossum · 32 years ago
  100. 6bc8c7f Added mono, grey2 and grey4 formats by Jack Jansen · 32 years ago