home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Graphics / Frogger / FroggerPPC_15.readme < prev   
Text File  |  2000-01-22  |  3KB  |  64 lines

  1. Short:    Ultimate MPEG video player (PPC v1.5)
  2. Author:   Miloslaw Smyk, Sebastian Jedruszkiewicz, Przemyslaw Gruchala
  3. Uploader: Sebastian Jedruszkiewicz <bjsebo@jota.wi.tuniv.szczecin.pl> 
  4. Type:     gfx/show
  5. Www:      http://jota.wi.tuniv.szczecin.pl/~bjsebo/Frogger/
  6.  
  7. Short
  8. ------
  9. Frogger is the ultimate MPEG video player, with MPEG-2 layer support.
  10. Frogger was oryginally relased by Miloslaw Smyk (thorgal@wfmh.org.pl),
  11. recently, the development has been taken over by Sebasian Jedruszkiewicz
  12. (bjsebo@jota.wi.tuniv.szczecin.pl) Additional programming was made
  13. by Przemyslaw Gruchala.
  14.  
  15. Changes in this release
  16. ------------------------
  17.  
  18. v1.5
  19.  - Added direct VideoCD support!!! (only in PPC version).
  20.  - There is new mailing list, dedicated to all our programs
  21.    (including Frogger,VisionFX and SoftCinema). To subscribe 
  22.    send blank message to: tvision-subscribe@egroups.com and 
  23.    then follow the instructions.
  24.  - Fixed an ugly bug in P96 dislay code.
  25.  - Removed BUFSIZE,FORCEAUDIO and AUTOEXIT parametters.
  26.  - New parametter: FASTDIRECTCGFX. It will speed direct video memory
  27.    access routines, but may be dangerous. I have not  got single crash
  28.    when using this option, but who knows? If there will be no problems
  29.    with it repoted by users, this option will be enabled by default.
  30.  - Fixed (at least I hope so) bug which caused Frogger to lock at 
  31.    end of some movies.
  32.  - Reworked main loop, simplified messages received code. Also I have
  33.    added some new keyboard commands.
  34.  - Fixed slider code. It now 'almost' works, with sound disabled. Also 
  35.    Pause/Play now works.
  36.  - +/- keys can now be used also in windowed mode to scale display.
  37.  - switched to faster IDCT code in 68k version. Applied the same
  38.    changes in PPC version. IDCT code is about 10% faster now, But it
  39.    gives only 2-5% overall speedup.
  40.  - Replaced calls to WritePixelArray with my own fast direct routines.
  41.    Also scaling is now done by CPU; ScalePixelArray calls has been 
  42.    removed. Windowed mode is now really fast.
  43.  - Added support for every possible pixel format supported by cybergfx.
  44.    However, I have tested only some of them. in case of problems, please
  45.    use VERBOSE option, send me output and (if it is possible) make me a
  46.    screenshot. Almost forgot - there is no conversion for 8bpp cgfx
  47.    screens. But who needs it? However, 8bpp mode works in grey.
  48.    Of course 8bpp mode works on AGA machines.
  49.  - Updated  Speed section of the guide.
  50.  - Switched back to old pll calculation code. Frogger now needs latest
  51.    ppc.library emulation (v0.7c) if you working under WOS.
  52.  - version string is now y2k compatible ;)
  53.  - It was impossible to exit (in some movies), when LOOP was used.
  54.    Fixed.
  55.  - Again I had to fix main loop, to be able to read multiple video sequences
  56.    movies. It now works ok. Thanks must go to Miroslaw Bagrowski, for
  57.    sending me CD with such a movie.
  58.  - Changed filename format for saving iff images. it now looks like this:
  59.    basename.x, where x is frame number (6 digits: 000001,000002,etc.).
  60.  
  61. Please refer to guide inside archive for more info.
  62.  
  63. Changes in this release:
  64.