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