home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v5 / amipeg / amipeg07.readme < prev    next >
Text File  |  1977-12-31  |  2KB  |  59 lines

  1. Short: MPEG player with support for CyberGraphX
  2. Author: thorgal@dedal.man.szczecin.pl
  3. Uploader: thorgal@dedal.man.szczecin.pl
  4. Type: gfx/show
  5.  
  6. ========================================================================
  7.   aMiPEG 0.7 is a player for MPEG video streams for the Commodore Amiga.
  8.   It is based upon the Berkeley X-Windows player version 2.0, with major
  9.   changes in speed and size.
  10.   Main advantages are much faster decoding of the streams compared with
  11.   other products based on the Berkeley sources, and a real-time scaling
  12.   to fit on a complete HAM screen (no thumbnail animations anymore!).
  13.   If you are using CyberGraphX software from Vision Factory Development
  14.   you can also play MPEG streams in resizeable, true color window on an
  15.   Intuition screen.
  16. =========================================================================
  17.  
  18. HISTORY
  19.  
  20.   V0.1    * First public release
  21.     * Some cosmetic changes to be done.
  22.  
  23.   V0.2  * Oops, wrong ZIP code in the snail-mail address
  24.     * Bug with scaling of animations >200 pixel vertical is fixed.
  25.     * Little bit faster & tighter
  26.  
  27.   V0.3  * HAM6 rendering
  28.     * Somehow, the times got mixed up. NOW it renders to HAM8 with
  29.       6.5 fps (was 6.3) on the A4000/040 as the code is somewhat
  30.       streamlined and more parts are moved to assembler.
  31.     * Uses default public screen's mode ID now instead of default monitor's.
  32.  
  33.   V0.4  * Forgot the Multiscan monitor ID (several people mailed me about this;
  34.       really sorry guys)
  35.     * Autodetect non-AGA chipset, force HAM6 in this case
  36.     * Minor speed-up in the iDCT (in fact not worth mentioning)
  37.     * This is an intermediate release; 0.5 will contain the TODO stuff
  38.       listed down there.
  39.  
  40.   V0.5    by Miloslaw Smyk from now on.
  41.     * CyberGraphX support
  42.     * TODO stuff is still "to do"
  43.  
  44.   V0.6
  45.     * command line parsing is now done with ReadArgs()
  46.     * DITHER GRAY support added
  47.     * PUBSCREEN keyword lets you easily select "deep" screen to open
  48.       CyberGraphX window on.
  49.     * MODEID now works with all dithers. You can play MPEGs in HAM
  50.       even if your default screen doesn't support it.
  51.     * fix for streams with width not divisible by 16.
  52.     * framerate control added (useful on "too fast" Amigas).
  53.     * I/O buffer size can be changed from command line.
  54.     * AmigaGuide documentation.
  55.  
  56.   V0.7
  57.     * asynchronous I/O for faster/smoother playback from HD
  58.     * now aMiPEG works with OCS/ECS under Kick v40+, too.
  59.