home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 9 / CD_ASCQ_09_1193.iso / news / 4441 / mpegcode / doc / changes next >
Text File  |  1993-01-01  |  1KB  |  33 lines

  1. Changes since version 1.0 release
  2. ---------------------------------
  3. = BUG FIXES
  4.     + fixed bug in parallel Server code which didn't htonl() frame
  5.       numbers correctly (so it didn't work on little-endian machines)
  6.     + fixed bug -- B-frames were always getting just 1 slice
  7.     + fixed listen() to use max connections allowed
  8.     + fixed noparallel.c so it doesn't complain during non-parallel
  9.       execution
  10.  
  11. = NEW FEATURES
  12.     + added level-2 p-search (exhaustive full, then half)
  13.     + now prints signal-to-noise ratio
  14.     + parallel code complains if absolute path not used for parameter
  15.       file
  16.     + changed single I/O server into separate Input and Output Servers
  17.       (and have Output Server combine frames in parallel)
  18.  
  19. = SPEED IMPROVEMENTS
  20.     + slight improvement in Mpost_QuantZigBlock (.10 ms/call down to .08 ms
  21.       on Sparc-10)
  22.     + improvement in speed of BlockifyFrame (45.8 ms/call down to 21.2 ms)
  23.     + improvement in ComputeMotionBlock (0.02 ms/call down to 0.01 ms)
  24.     + improvement in ComputeMotionLumBlock (0.04 ms/call down to 0.02 ms)
  25.     + improvement in LumAddMotionError (0.06 ms/call down to 0.05 ms)
  26.         (changed /2 to >>1)
  27.     
  28. = MAINTENANCE
  29.     + removed most memory.h references (except jrevdct)
  30.     + added CFLAGS lines in Makefile for SVR4.0 and SGI machines
  31.     + removed mproto.h
  32.     + got rid of printing connection times
  33.