home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / CDTools / Viewers / Frogger / Frogger.readme < prev   
Text File  |  1999-11-18  |  3KB  |  58 lines

  1. Short: Ultimate MPEG video player (68k & PPC v1.43)
  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://amiga.com.pl/frogger/
  6. Replaces: gfx/show/?rogger.lha
  7.  
  8. Short
  9. ------
  10. Frogger is the ultimate MPEG video player, with MPEG-2 layer support.
  11. Frogger was oryginally relased by Miloslaw Smyk (thorgal@wfmh.org.pl),
  12. recently, the development has been taken over by Sebasian Jedruszkiewicz
  13. (bjsebo@jota.wi.tuniv.szczecin.pl) Additional programming was made
  14. by Przemyslaw Gruchala.
  15.  
  16.  
  17. Please refer to guide inside archive for more info.
  18.  
  19. Changes in this release:
  20.  
  21.  - Optimized asyncio routines, by replacing memcopy routines with
  22.    two buffers and simple buffer swap operation.
  23.  - fixed and optimized timer routines.
  24.  - AsyncIO task is now properly closed when new mpeg file is opened.
  25.  - Frame rate is now set to 29.970, if there is no valid frame
  26.    rate information in stream.
  27.  - Asl requester now remember file path.
  28.  - Sound was played only once, when LOOP was used. Fixed.
  29.  - Added BGR16PC pixel format in 68k version.
  30.  - Optimized grey dithering. Only luminance channel is decoded
  31.    if user requested grey output. This gives about twice faster decoding 
  32.    in grey. 68k users will benefit from that ;)
  33.  - changed default bufer sizes to: 16384 (when there is no audio track)
  34.    and 32768 when audio track is detected. This gives much smoother 
  35.    playback.
  36.  - fixed Amiga+4 hot key, window is resized now to screen_height - 1.
  37.  - New parametter: AHIUNIT, let you specify your prefered AHI unit.
  38.    default is still 0.
  39.  - Optimized video decoding a bit, by using a faster memset replacement.
  40.  - changed ALLFRAMES to NOSKIP. This is better name for that switch,
  41.    I think. Also changed DITHER keyword to DISPLAY.
  42.  - Cleaned the code a bit. Removed unused functions, executable size is
  43.    smaller.
  44.  - Optimized VLAYERGREY conversion routine (1-2%).
  45.  - BUFSIZE, FPS, and AHIUNIT parametters were wrong converted, when
  46.    Frogger was started from icon. Fixed.
  47.  - New switch: NOVIDEO.
  48.  - Optimized IDCT in 68k version.
  49.  - Fixed PLL calculation in timer routines.
  50.  - Added P96 display.
  51.  - I have just discovered, that Frogger fails to find valid audio track
  52.    in some movies. In that case try to increase BUFSIZE (65536 or even 
  53.    more). It will be fixed in next version. Also I had to disable audio 
  54.    preloading, so it may be not enough data to start audio in the same
  55.    time as video is started. In this case use AUDIO16 and/or FORCESTEREO,
  56.    so the audio buffer will be filled faster, and the sound will be less 
  57.    delayed.
  58.