home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / readmes / mpeg_src.rea < prev    next >
Text File  |  1993-02-14  |  3KB  |  78 lines

  1. Short: MPEG player V2.01 sources
  2. Type: gfx/show
  3. Uploader: balzer@heike.informatik.uni-dortmund.de
  4.  
  5.                   MPEG Video Software Decoder
  6.                   (Version 2.0; Jan 27, 1993)
  7.  
  8.         Lawrence A. Rowe, Ketan Patel, and Brian Smith
  9.  Computer Science Division-EECS, Univ. of Calif. at Berkeley
  10.  
  11.      Amiga version 2.01 (Feb 12 1993) by Michael Balzer
  12.    Student of Computer Science, Univ. of Dortmund, Germany
  13.  
  14.  
  15. Intro
  16. =====
  17.  
  18. This is the third release of the first public domain MPEG viewer
  19. for the Commodore Amiga.  Please also read the file "README" for
  20. some general information about this software.
  21.  
  22. This player needs at least a 68020 CPU (and 881 FPU).  Compile
  23. yourself if you need a 68000 version, or you might give Kamran
  24. Karimi's Run68017 68020 emulation a try but I don't guarantee it
  25. will work.
  26.  
  27. AmigaOS 2.04 or higher required. AmigaOS 3.0 recommended.
  28.  
  29. This player needs Markus Wild's ixemul.library. As this lib still
  30. doesn't seem to exist on everyone's machines, I have included it
  31. with this distribution. For the complete GCC distribution contact
  32. your next FTP server.
  33.  
  34. And... NO, THIS PLAYER DOESN'T NEED X-WINDOWS!
  35.  
  36.  
  37. Changes against V1.22 (second release):
  38.  
  39.  * Release 1.23 (not released due to 2.01):
  40.  *    - Dither mono & threshold now work (fast!)
  41.  *    - New option: -saveiff framename_%d.iff (guess for what ;-)
  42.  *      Saving currently forces screen mode. No support for 24 bit yet
  43.  *    - Added new option: -amiga screen:mode/depth/width/height,
  44.  *      reworked option dependancies
  45.  *
  46.  * Release 2.01 (Feb 12 1993):
  47.  *    - Based upon the new 2.0 release of the mpeg player for UNIX
  48.  *    - No need to enhance color allocation, as the new player
  49.  *      allows to set the range values (ncolors = l_rng*cr_rng*cb_rng)
  50.  *    - 24 Bit IFF save mode implemented
  51.  
  52.  
  53. Source
  54. ======
  55.  
  56. There are two archives, one containing the binaries (and other
  57. usefull stuff) and the other one containing the sources (split up
  58. into original UNIX part plus special Amiga changes & extensions).
  59.  
  60. I included the necessary X11 header files (don't think, many
  61. Amiga programmers have them around).  The Makefile and code are
  62. for Markus Wild's port of the famous GNU GCC C compiler (thanks
  63. again, Markus!).  Don't forget to build an amiga.lib version 39.x
  64. for your GCC before trying to compile the code.
  65.  
  66.  
  67. Famous last words
  68. =================
  69.  
  70. Send me email if you have questions, comments or suggestions!
  71.  
  72. UseNet: balzer@heike.informatik.uni-dortmund.de
  73. or at home: bilbo@bagsend.aworld.de
  74. Z-Net:  m.balzer@aworld.zer
  75.  
  76. Have Fun!
  77. Michael
  78.