home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / graphics / mpgcodec.zip / README.1ST < prev   
Text File  |  1993-06-09  |  4KB  |  91 lines

  1. This archive contains the following files:
  2.  
  3.         README.1ST      This file
  4.         MPGCODEC.EXE    My port of the PVRG MPEG CODEC
  5.         PPMSPLIT.EXE    My port of ppmtoyuvsplit original code by A Beck
  6.         MAKEMPG.TXT     Details of how I did the port
  7.     COPYING        GNU copyright notice as software was compiled using GCC
  8.     COPYING.DJ    A copy of DJ Delorie conditions of use for GO32.exe
  9.             which is built into mpgcode.exe 
  10.  
  11.  
  12. I hope I have not offended anybody by putting this archive together. Please 
  13. read the files copying, copying.dj and Appendix A. I offer no warranty of
  14. any description with respect to my porting.
  15.  
  16. All of the EXE files were compiled by me from Publicly available source code
  17. from the following ftp sites.
  18.  
  19.         MPEG.EXE is a DOS port of the PVRG MPEG CODEC from
  20.  
  21.         havefun.stanford.edu
  22.                 /pub/mpeg/MPEGv1.1.tar.Z
  23.         /pub/mpeg/MPEGDOCv1.1.tar.Z
  24.         written by the PVRG group. This DOS port was done by G M Logan
  25.     at Dundee Institute of Technology in June 1993 (Note I am a Mechanical
  26.     Engineer). Contact me direct with any queries re the port mitgml@dct.ac.uk
  27.  
  28.         PPMSPLIT.EXE is a DOS port of ppmtoyuvsplit.c from
  29.  
  30.         gogol.cenatls.cena.dgac.fr
  31.                 /pub/graphics/ppmtoyuvsplit.c.z
  32.         written by A.Beck based upon ppmtoyuv.c This DOS port was done by G M
  33.     Logan at Dundee Institute of Technolohisgy in June 1993 (Note I am a
  34.     Mechanical Engineer). Contact me direct with any queries re the port mitgml@dct.ac.uk
  35.  
  36.  
  37. Have fun and please mail me to let me know how you get on. A copy of any
  38. interesting movies would be appreciated.
  39.  
  40. Graham Logan
  41. mitgml@dct.ac.uk
  42.  
  43.  
  44. Appendix A
  45.  
  46. Copyright notice for mpeg source:
  47.  
  48. /*************************************************************
  49. Copyright (C) 1990, 1991, 1993 Andy C. Hung, all rights reserved.
  50. PUBLIC DOMAIN LICENSE: Stanford University Portable Video Research
  51. Group. If you use this software, you agree to the following: This
  52. program package is purely experimental, and is licensed "as is".
  53. Permission is granted to use, modify, and distribute this program
  54. without charge for any purpose, provided this license/ disclaimer
  55. notice appears in the copies.  No warranty or maintenance is given,
  56. either expressed or implied.  In no event shall the author(s) be
  57. liable to you or a third party for any special, incidental,
  58. consequential, or other damages, arising out of the use or inability
  59. to use the program for any purpose (or the loss of data), even if we
  60. have been advised of such possibilities.  Any public reference or
  61. advertisement of this source code should refer to it as the Portable
  62. Video Research Group (PVRG) code, and not by any author(s) (or
  63. Stanford University) name.
  64.  
  65. Copyright notice for ppmtoyuvsplit source:
  66.  
  67. ** by A.Beck
  68. ** Internet: Andre_Beck@IRS.Inf.TU-Dresden.de
  69. ** 
  70. ** Based on ppmtoyuv.c
  71. **
  72. ** Permission to use, copy, modify, and distribute this software and its
  73. ** documentation for any purpose and without fee is hereby granted, provided
  74. ** that the above copyright notice appear in all copies and that both that
  75. ** copyright notice and this permission notice appear in supporting
  76. ** documentation.  This software is provided "as is" without express or
  77. ** implied warranty.
  78.  
  79. Copyright notice for pbmplus libs used to build ppmtoyuvsplit:
  80.  
  81. **
  82. ** Permission to use, copy, modify, and distribute this software and its
  83. ** documentation for any purpose and without fee is hereby granted, provided
  84. ** that the above copyright notice appear in all copies and that both that
  85. ** copyright notice and this permission notice appear in supporting
  86. ** documentation.  This software is provided "as is" without express or
  87. ** implied warranty.
  88. */
  89.  
  90.  
  91.