home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / amiga / mpeg / mpgplyr1.lha / src / ANNOUNCE < prev    next >
Text File  |  1992-12-08  |  5KB  |  121 lines

  1. Sent to: 
  2.     alt.graphics.pixutils, comp.compression, comp.compression.research,
  3.     comp.graphics.animation, comp.graphics, comp.mail.multi-media,
  4.     comp.multimedia, comp.sources.x, comp.windows.x, comp.windows.x.announce
  5.  
  6. The Berkeley Plateau Research Group is happy to announce the
  7. release of Version 1.2 of its software-only MPEG decoder.
  8. The player is available via anonymous ftp from toe.cs.berkeley.edu
  9. (128.32.149.117) in /pub/multimedia/mpeg/mpeg-1.2.tar.Z.
  10. You'll find many sample MPEG streams in the subdirectory
  11. movies. 
  12.  
  13. Changes from v1.1 include:
  14. o Support for monochrome.
  15. o Better memory management.
  16. o Many bug fixes.
  17.  
  18. Below is a copy of the README file:
  19.  
  20.                   MPEG Video Software Decoder
  21.                   (Version 1.1; Nov 25,1992)
  22.  
  23.         Lawrence A. Rowe, Ketan Patel, and Brian Smith
  24.  Computer Science Division-EECS, Univ. of Calif. at Berkeley
  25.  
  26. This directory contains a public domain MPEG video software
  27. decoder. The decoder is implemented as a library that will
  28. take a video stream and display it in an X window on an 8, 24
  29. or 32 bit deep display.  The main routine is supplied to
  30. demonstrate the use of the decoder library. Several dithering
  31. algorithms are supplied based on the Floyd-Steinberg, ordered
  32. dither, and half-toning algorithms that tradeoff quality and
  33. performance. Neither the library nor the main routine handle
  34. real-time synchronization or audio streams.
  35.  
  36. The decoder implements the standard described in the Committee 
  37. Draft ISO/IEC CD 11172 dated December 6, 1991 which is
  38. sometimes refered to as "Paris Format." The code has been
  39. compiled and tested on the following platforms:
  40.  
  41.  HP PA-RISC (HP/UX 8.X, X11R4) (i.e., HP 9000/7XX and 9000/3XX)
  42.  Sun Sparc (SunOS 4.X, X11R5)
  43.  DECstation 5000 and Alpha
  44.  IBM RS6000
  45.  Silicon Graphics Indigo
  46.  MIPS RISC/os 4.51
  47.  Sequent Symmetry
  48.  Sony NEWS
  49.  
  50. If you decide to port the code to a new architecture, please let
  51. us know so that we can incorporate the changes into our sources.
  52.  
  53. This directory contains everything required to build and
  54. display video. We have included source code, a makefile, an Imakefile,
  55. installation instructions, and a man page. Data files can
  56. be obtained from the same ftp site this was located in.
  57. See the INSTALL file for instructions on how to
  58. compile and run the decoder. 
  59.  
  60. The data files were produced by XING. XING data does not take
  61. advantage of P or B frames (ie, frames with motion compensation). 
  62. Performance of the player on XING data is significantly slower 
  63. (half or less) than the performance when motion compensated MPEG 
  64. data is decoded. We are very interested in running the software 
  65. on other MPEG streams.  Please contact us if you have a stream 
  66. that does not decode correctly. Also, please send us new streams
  67. produced by others that do utilize P and B frames.
  68.  
  69. NOTE: One particular XING data file: raiders.mpg, is not a 
  70. valid MPEG stream since it does not contain a sequence
  71. header. 
  72.  
  73. We have established several mailing lists for messages about
  74. the decoder:
  75.  
  76. mpeg-list-dist@CS.Berkeley.EDU 
  77.    General information on the decoder for everyone interested 
  78.    should be sent to this list.  This should become active after
  79.    11/20/92
  80.  
  81. mpeg-list-request@CS.Berkeley.EDU
  82.    Requests to join or leave the list should be sent to this 
  83.    address. The subject line should contain the single word 
  84.    ADD or DELETE.
  85.  
  86. mpeg-bugs@CS.Berkeley.EDU
  87.    Problems, questions, or patches should be sent to this address.
  88.  
  89. Our future plans include porting the decoder to run on other
  90. platforms, integrating it into a video playback system that
  91. supports real-time synchronization and audio streams, and
  92. further experiments to improve the performance of the
  93. decoder. Vendors or other organizations interested in supporting 
  94. this research or discussing other aspects of this project should 
  95. contact Larry Rowe at Rowe@CS.Berkeley.EDU.
  96.  
  97. We also plan on producing an MPEG encoder. The encoder will NOT be
  98. a real time digitizer, but will be intended for offline processing
  99. of video data. 
  100.  
  101. ACKNOWLEDGEMENTS:
  102.     We gratefully thank Hewlett-Packard, Fujitsu, the Semiconductor
  103.     Research Corporation for financial support.
  104.  
  105.     We also want to thank the following people for their help:
  106.  
  107.     Tom Lane of the Independent JPEG Group provided us with
  108.         the basic inverse DCT code used by our player.
  109.         (tom_lane@g.gp.cs.cmu.edu)
  110.  
  111.     Reid Judd of Sun Microsystems provided advice and assistance.
  112.  
  113.     Todd Brunhoff of NVR provided advise and assistance.
  114.  
  115.     Toshihiko Kawai of Sony provided advise and assistance.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.