1. 778983b Added new module "array" (for now optional) defining array objects. by Guido van Rossum · 31 years ago
  2. 171a55b Will now generate converters that go thru intermedeate formats by Jack Jansen · 31 years ago
  3. 4fada9c Added converters for rgb<->rgb8 and rgb<->grey by Jack Jansen · 31 years ago
  4. fa1b9f6 Added dither() routine by Jack Jansen · 31 years ago
  5. 1e0fdd8 Bug fixed wrt greyscale conversion by Jack Jansen · 31 years ago
  6. c82cfc8 Fix to allow tightly packed films to be converted by Jack Jansen · 31 years ago
  7. 245be3a The usual cosmetic changes after Jack is done... by Guido van Rossum · 31 years ago
  8. b05eaf1 DisplayVideoIn - Class similar to LiveVideoIn but sends data from by Jack Jansen · 31 years ago
  9. 1d6821f Added support for 24-bit rgb movies by Jack Jansen · 31 years ago
  10. 7961ea7 Moved line-size stuff to single routine by Jack Jansen · 31 years ago
  11. eeec33f Companion to rgb2video: convert cmif film file to rgb files by Jack Jansen · 31 years ago
  12. a90805f This time really check in the new routines :-) by Jack Jansen · 31 years ago
  13. dd8a6ea Added lin2lin, findmax, findfactor and fintfit routines by Jack Jansen · 31 years ago
  14. 22e44cd * clmodule.c: the documentation was wrong, so changed the interface by Sjoerd Mullender · 31 years ago
  15. 3ea6161 Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. by Guido van Rossum · 31 years ago
  16. 9b86e1f VFile.py: fix bogus getrandomframe(). by Guido van Rossum · 31 years ago
  17. 4e2a427 * clmodule.c: use function prototypes (found and fixed some bugs this by Sjoerd Mullender · 31 years ago
  18. 5fc6773 Added readdisplay() routine by Jack Jansen · 31 years ago
  19. 852cc22 Vrec.py: don't print Ids if no frames are captured. by Guido van Rossum · 31 years ago
  20. 1104a85 lib1.tex: Added builtin.round(x, [n]). by Guido van Rossum · 31 years ago
  21. 9e51f9b bltinmodule.c: added round(x, [n]); coerce() of two class instances by Guido van Rossum · 31 years ago
  22. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 31 years ago
  23. 38a22ba Fixed some memory leaks when things go wrong. by Sjoerd Mullender · 31 years ago
  24. 55cea47 Changed adpcm routines to use 2-element state (was 3 element) by Jack Jansen · 31 years ago
  25. bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 31 years ago
  26. 3f2ef09 Added usage() and help() to Vrecb, and turn on -f by default. by Guido van Rossum · 31 years ago
  27. f0384fd Introductory video documentation by Jack Jansen · 31 years ago
  28. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 31 years ago
  29. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  30. 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 31 years ago
  31. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 31 years ago
  32. 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 31 years ago
  33. 772eca6 Added options to make window bigger than video (for recording to tape) by Jack Jansen · 32 years ago
  34. 41292a8 Added a comment about XS 4bit pixel support by Jack Jansen · 32 years ago
  35. 62fda0a Use imgconv to try to do image type conversion by Jack Jansen · 32 years ago
  36. e6f49ec Initial (skeleton) version of universal image format converter by Jack Jansen · 32 years ago
  37. 2c49017 - Added LiveVideoOutSlow class (which only updates after full pkt) by Jack Jansen · 32 years ago
  38. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  39. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  40. 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 32 years ago
  41. 3ad7fc7 Documented marshal.{dumps,loads} and sys.builtin_module_names. by Guido van Rossum · 32 years ago
  42. d26b458 Added tovideo routine by Jack Jansen · 32 years ago
  43. 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 32 years ago
  44. eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 32 years ago
  45. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  46. 80530ce * Add some more tests for numbers by Guido van Rossum · 32 years ago
  47. 9672e44 Create CMIF-video file from SGI rgb images by Jack Jansen · 32 years ago
  48. 09cbf9a Use full path for izoom.h include file by Jack Jansen · 32 years ago
  49. 3c2eb5c Added (optional) better scaling to readscaled by Jack Jansen · 32 years ago
  50. 76ab5fe ushdr_t was not defined so fill in its size instead of using sizeof. by Sjoerd Mullender · 32 years ago
  51. 7b74176 Close the window when receiving a close request; turn time into int. by Guido van Rossum · 32 years ago
  52. e893412 Added error checking. Improved coexistance with dl module. by Sjoerd Mullender · 32 years ago
  53. dd10440 This commit was manufactured by cvs2svn to create tag 'release098'. by cvs2svn · 32 years ago
  54. e35399e Checking in last-minute changes that are already part of release 0.9.8 by Guido van Rossum · 32 years ago
  55. 775f4da * Makefile: use cp -r to install the library by Guido van Rossum · 32 years ago
  56. d513f0b Fixed various bugs in the adpcm routines by Jack Jansen · 32 years ago
  57. ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
  58. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  59. a2b7f40 * Configure.py: use #!/usr/local/bin/python by Guido van Rossum · 32 years ago
  60. 349f2b5 Renamed vcopy to Vcopy (it is the only old tool that's still in use) by Guido van Rossum · 32 years ago
  61. 3f3c099 Get rid of C and out-of-date files by Guido van Rossum · 32 years ago
  62. ec706ad Added usage message, minor cosmetic changes by Guido van Rossum · 32 years ago
  63. 42e9be4 Fix typo in print message by Guido van Rossum · 32 years ago
  64. 5b40761 Use plain python. by Guido van Rossum · 32 years ago
  65. f1ceba6 setsize has two arguments: width, height. by Guido van Rossum · 32 years ago
  66. 6e0e668 Renamed Vrecc to Vrecb (*b*urst mode capture). by Guido van Rossum · 32 years ago
  67. 6bc8c7f Added mono, grey2 and grey4 formats by Jack Jansen · 32 years ago
  68. d7b67f2 *** empty log message *** by Guido van Rossum · 32 years ago
  69. 5dd997c Changed indentation to 8, use a better technique to handle window I/O. by Guido van Rossum · 32 years ago
  70. de788b8 fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags. by Guido van Rossum · 32 years ago
  71. de3adf9 Added 2 and 4 bits grey formats by Jack Jansen · 32 years ago
  72. a3b986e Added generic array handlers by Guido van Rossum · 32 years ago
  73. 9ef9c07 Changed to use make_call by Guido van Rossum · 32 years ago
  74. b637221 Full broadcast support by Guido van Rossum · 32 years ago
  75. da164d2 Clarified some parts by Guido van Rossum · 32 years ago
  76. 7306538 Changed to use new make_call method by Guido van Rossum · 32 years ago
  77. 8f1506b Complete broadcast support (both raw and via port mapper CALLIT) by Guido van Rossum · 32 years ago
  78. fdcbbcb Initial revision by Guido van Rossum · 32 years ago
  79. cdd04ca Initial revision by Guido van Rossum · 32 years ago
  80. 6252229 Added remark about servers by Guido van Rossum · 32 years ago
  81. b99457c Changed mkcred interface by Guido van Rossum · 32 years ago
  82. fd92ac8 Bind to reserved port if root; changed mkcred interface; added -t/-u option by Guido van Rossum · 32 years ago
  83. 79f85ee Changed mkcred/mkverf interface; added makesocket hook and changed init by Guido van Rossum · 32 years ago
  84. c91d60a Changes to protect servers against broken clients by Guido van Rossum · 32 years ago
  85. 424c673 Added server classes, and various robustness hacks by Guido van Rossum · 32 years ago
  86. 2eed1e7 Don't call test() by Guido van Rossum · 32 years ago
  87. 0270032 Don't even show #test() by Guido van Rossum · 32 years ago
  88. 58dd035 Added comments. by Guido van Rossum · 32 years ago
  89. 7271bab Compatibility hack with Python 0.9.6. by Guido van Rossum · 32 years ago
  90. 2f5dd88 Initial revision by Guido van Rossum · 32 years ago
  91. a585444 Added compatibility hacks for Python 0.9.6. by Guido van Rossum · 32 years ago
  92. 3346b6a Use 'l' as format, not 'i'. by Guido van Rossum · 32 years ago
  93. fa83c7b Added some XXX comment. by Guido van Rossum · 32 years ago
  94. c4698fb Improved exception handing. Added some XXX comments. by Guido van Rossum · 32 years ago
  95. 4ac605e Changes to some math using underscore as subscript, necessary since by Guido van Rossum · 32 years ago
  96. 16b2219 Add timeout and retry to UDP version of protocol by Guido van Rossum · 32 years ago
  97. 63ae96e Fix spelling of Umnt. by Guido van Rossum · 32 years ago
  98. 3862535 Support packing longs. by Guido van Rossum · 32 years ago
  99. ad5f862 Fix misunderstood readdir count (bytes, not dir entries) by Guido van Rossum · 32 years ago
  100. 20f9960 Add explicit auth call by Guido van Rossum · 32 years ago