1. 29 Sep, 1992 3 commits
    • Guido van Rossum's avatar
      New tool Vfix: truncate the right edge of 'grey' type images to make · 62f9de7b
      Guido van Rossum authored
      the scanline width a multiple of 4.
      
      VFile: use gl.gversion() to distinguish 4.0.1 and 4.0.5 Indigos;
      truncate width and height to multiples of packfactor.
      
      Vinfo: add -t to descriptive comment; print '!' after packfactor for
      files that should be fixed with Vfix.
      62f9de7b
    • Sjoerd Mullender's avatar
      Lots of little fixes. · ccdd36ef
      Sjoerd Mullender authored
      - merged CloseCompressor and CloseDecompressor into one function
      - keep existing errors in error function (for exceptions raised in the
        Compress or Decompress callback functions)
      - remove newline from error string generated by error function
      - allocate less memory when compressing multiple frames
      - keep existing errors when clCompress or clDecompress fails
      - raise an exception when compressed data doesn't fit within
        dataMaxSize bytes
      - allocate frameSize bytes for decompression buffer instead of
        dataMaxSize
      - use mkvalue more often
      - new function QueryParams which will accept CL.AUDIO and CL.VIDEO
        args
      - changed some function names
      ccdd36ef
    • Guido van Rossum's avatar
      VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done · c9069699
      Guido van Rossum authored
      using module 'jpeg' by the Displayer class.  (Unfortunately it's too
      slow for real time.)  Print file size in printinfo() method.
      
      Vinfo: added -t option (terse -- one line per file) and usage message.
      
      Vtime: use BasicV{in,out}File classes -- the minimum needed.
      
      Vmkjpeg, Vunjpeg: new utilities for jpeg (de)compression.
      c9069699
  2. 25 Sep, 1992 4 commits
  3. 24 Sep, 1992 13 commits
  4. 23 Sep, 1992 1 commit
  5. 22 Sep, 1992 2 commits
  6. 20 Sep, 1992 2 commits
  7. 17 Sep, 1992 1 commit
    • Guido van Rossum's avatar
      * Makefile: added IMGFILE; moved some stuff around. · a933f626
      Guido van Rossum authored
      * flmodule.c: added some missing functions; changed readonly flags of
        some data members based upon FORMS documentation.
      * listobject.c: fixed int/long arg lint bug (bites PC compilers).
      * several: removed redundant print methods (repr is good enough).
      * posixmodule.c: added (still experimental) process group functions.
      a933f626
  8. 13 Sep, 1992 1 commit
  9. 12 Sep, 1992 1 commit
  10. 11 Sep, 1992 2 commits
  11. 08 Sep, 1992 8 commits
  12. 07 Sep, 1992 2 commits