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. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  6. 8a0c345 Fix bug in class instance hash (forgot to clear error condition). by Guido van Rossum · 31 years ago
  7. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  8. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  9. 41ffccb *** empty log message *** by Guido van Rossum · 31 years ago
  10. 9db0c1f Added freeze.py, methfix.py by Guido van Rossum · 31 years ago
  11. 0d5eb7e bin/python by Guido van Rossum · 31 years ago
  12. d5c57e1 Microfixes by Guido van Rossum · 31 years ago
  13. 5146ea3 Initial revision by Guido van Rossum · 31 years ago
  14. 8379ed5 Updated because of new opcodes introduced for "fast" local variables. by Guido van Rossum · 31 years ago
  15. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  16. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  17. 0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) by Guido van Rossum · 31 years ago
  18. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 31 years ago
  19. 04321d1 Use type(xxx) in stead of except TypeError. by Sjoerd Mullender · 31 years ago
  20. 8562c4c Added some error checking. by Sjoerd Mullender · 31 years ago
  21. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  22. 4b1302b Generalized version of dictionaries, with compatibility hacks. by Guido van Rossum · 31 years ago
  23. aff9470 Fixed watch cursor origin by Guido van Rossum · 31 years ago
  24. 7bbceea Added support for "compress" type video files. This uses the by Sjoerd Mullender · 31 years ago
  25. 6b517fd Added conversion routines to sv module. by Sjoerd Mullender · 31 years ago
  26. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  27. f48b419 Fix syntax error (sorry!) by Guido van Rossum · 31 years ago
  28. 2d41378 Remove debug print statement by Guido van Rossum · 31 years ago
  29. 0caf46b VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. by Guido van Rossum · 31 years ago
  30. c9e340d Definitions from <gl/get.h> by Guido van Rossum · 31 years ago
  31. 85f7bd5 Vrec.py, Vrecb.py: by Guido van Rossum · 31 years ago
  32. c97d2ed Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. by Guido van Rossum · 31 years ago
  33. 5e044b7 - Separated grabbing (which isn't used much!) from VFile. by Guido van Rossum · 31 years ago
  34. b616ebe Rewrite applypackfactor() using imageop: faster and more general; by Guido van Rossum · 31 years ago
  35. be6d77a Fix typos in jpeg code by Guido van Rossum · 31 years ago
  36. 83c8144 Fix terse mode for printing tuple packfactor and to avoid zero division by Guido van Rossum · 31 years ago
  37. 09bf3e3 Added audio recording to Vrecb by Jack Jansen · 31 years ago
  38. a557b0f Added jpeg conversions by Guido van Rossum · 31 years ago
  39. ccd5bad Extensive changes to regex module (group(), casefold, etc.) by Guido van Rossum · 31 years ago
  40. 337b20e Added audioop.reverse() which reverses an audio sample by Jack Jansen · 31 years ago
  41. 36d330b * regexmodule.c: added use of translation table, substring() method. by Guido van Rossum · 31 years ago
  42. 970871f * Changed preface in texipre.dat. by Guido van Rossum · 31 years ago
  43. 778983b Added new module "array" (for now optional) defining array objects. by Guido van Rossum · 31 years ago
  44. 171a55bf5 Will now generate converters that go thru intermedeate formats by Jack Jansen · 31 years ago
  45. 4fada9c Added converters for rgb<->rgb8 and rgb<->grey by Jack Jansen · 31 years ago
  46. fa1b9f6 Added dither() routine by Jack Jansen · 31 years ago
  47. 1e0fdd8 Bug fixed wrt greyscale conversion by Jack Jansen · 31 years ago
  48. c82cfc8 Fix to allow tightly packed films to be converted by Jack Jansen · 31 years ago
  49. 245be3a The usual cosmetic changes after Jack is done... by Guido van Rossum · 31 years ago
  50. b05eaf1 DisplayVideoIn - Class similar to LiveVideoIn but sends data from by Jack Jansen · 31 years ago
  51. 1d6821f Added support for 24-bit rgb movies by Jack Jansen · 31 years ago
  52. 7961ea7 Moved line-size stuff to single routine by Jack Jansen · 31 years ago
  53. eeec33f Companion to rgb2video: convert cmif film file to rgb files by Jack Jansen · 31 years ago
  54. a90805f This time really check in the new routines :-) by Jack Jansen · 31 years ago
  55. dd8a6ea Added lin2lin, findmax, findfactor and fintfit routines by Jack Jansen · 31 years ago
  56. 22e44cd * clmodule.c: the documentation was wrong, so changed the interface by Sjoerd Mullender · 31 years ago
  57. 3ea6161 Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. by Guido van Rossum · 31 years ago
  58. 9b86e1f VFile.py: fix bogus getrandomframe(). by Guido van Rossum · 31 years ago
  59. 4e2a427 * clmodule.c: use function prototypes (found and fixed some bugs this by Sjoerd Mullender · 31 years ago
  60. 5fc6773 Added readdisplay() routine by Jack Jansen · 31 years ago
  61. 852cc22 Vrec.py: don't print Ids if no frames are captured. by Guido van Rossum · 31 years ago
  62. 1104a85 lib1.tex: Added builtin.round(x, [n]). by Guido van Rossum · 31 years ago
  63. 9e51f9b bltinmodule.c: added round(x, [n]); coerce() of two class instances by Guido van Rossum · 31 years ago
  64. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 31 years ago
  65. 38a22ba Fixed some memory leaks when things go wrong. by Sjoerd Mullender · 31 years ago
  66. 55cea47 Changed adpcm routines to use 2-element state (was 3 element) by Jack Jansen · 31 years ago
  67. bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 31 years ago
  68. 3f2ef09 Added usage() and help() to Vrecb, and turn on -f by default. by Guido van Rossum · 31 years ago
  69. f0384fd Introductory video documentation by Jack Jansen · 31 years ago
  70. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 31 years ago
  71. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  72. 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 31 years ago
  73. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 31 years ago
  74. 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 31 years ago
  75. 772eca6 Added options to make window bigger than video (for recording to tape) by Jack Jansen · 31 years ago
  76. 41292a8 Added a comment about XS 4bit pixel support by Jack Jansen · 31 years ago
  77. 62fda0a Use imgconv to try to do image type conversion by Jack Jansen · 31 years ago
  78. e6f49ec Initial (skeleton) version of universal image format converter by Jack Jansen · 31 years ago
  79. 2c49017 - Added LiveVideoOutSlow class (which only updates after full pkt) by Jack Jansen · 31 years ago
  80. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 31 years ago
  81. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 31 years ago
  82. 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 31 years ago
  83. 3ad7fc7 Documented marshal.{dumps,loads} and sys.builtin_module_names. by Guido van Rossum · 31 years ago
  84. d26b458 Added tovideo routine by Jack Jansen · 31 years ago
  85. 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 31 years ago
  86. eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 31 years ago
  87. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 31 years ago
  88. 80530ce * Add some more tests for numbers by Guido van Rossum · 31 years ago
  89. 9672e44 Create CMIF-video file from SGI rgb images by Jack Jansen · 31 years ago
  90. 09cbf9a Use full path for izoom.h include file by Jack Jansen · 31 years ago
  91. 3c2eb5c Added (optional) better scaling to readscaled by Jack Jansen · 31 years ago
  92. 76ab5fe ushdr_t was not defined so fill in its size instead of using sizeof. by Sjoerd Mullender · 31 years ago
  93. 7b74176 Close the window when receiving a close request; turn time into int. by Guido van Rossum · 31 years ago
  94. e893412 Added error checking. Improved coexistance with dl module. by Sjoerd Mullender · 31 years ago
  95. dd10440 This commit was manufactured by cvs2svn to create tag 'release098'. by cvs2svn · 32 years ago
  96. e35399e Checking in last-minute changes that are already part of release 0.9.8 by Guido van Rossum · 32 years ago
  97. 775f4da * Makefile: use cp -r to install the library by Guido van Rossum · 32 years ago
  98. d513f0b Fixed various bugs in the adpcm routines by Jack Jansen · 32 years ago
  99. ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
  100. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago