home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / Przegladarki / frogger_164b3_pup.lha / changes.txt next >
Text File  |  2001-02-17  |  4KB  |  75 lines

  1. 1.64 rc 1
  2.  - Looping was not working on some mpeg movies. Fixed.
  3.  - Fixed enforcer hit in GUI fullscreen code.
  4.  - Audio was not closed properly in WOS version. Fixed.
  5.  - Fixed bug in psx async reading functions (WOS version).
  6.  - Pause/Play gadget at end of movie causes movie to be played from
  7.    beginning. This was enabled already in PSX movies, now also works 
  8.    in mpeg movies.
  9.  - Added multiselection in ASL requester. it is now possible to select
  10.    as many MPEG files as you want. Of course all selected files will be
  11.    played. You can select movies with "left arrow" and "right arrow" keys
  12.    (prev and next). This right now works only for MPEG movies, Ill add that
  13.    later for mpeg audio, psx audio/video and ac3 files.
  14.  - video resizing now works also when movie is in pause state.
  15.  - If you have not found it yet: video glitches after seek are gone.
  16.    Oh - the same goes for looping animation.
  17.  - small changes in ac3 decoder, should be bit faster now.
  18.  - Fixed slider code, now it shows proper position, and size.
  19.    Also when switching from FULLSCREEN to WINDOW the slider should
  20.    look ok.
  21.  - Fixed bug in RGB24 scale routines.
  22.  - And another one bug fixed in FULLSCREEN GUI (this one lead usually to crash).
  23.  - Fixed bug that caused crash when PewerUP version was started under
  24.    ppc.lib emulation.
  25.  - Added more clever mpeg recognition routines.
  26.  
  27. 1.64 rc 2
  28.  - Ok, the scaling was not really working in pause mode. now it will. this
  29.    also fixes some problems with showing gui in FULLSCREEN mode.
  30.  - Some changes in delfina/melody decoder, should fix those strange noises 
  31.    after seek.
  32.  - A lot of changes in demultiplication routines. This should fix problems
  33.    with crashes with some vob files at start, also now frogger plays movie
  34.    to the end (previous version was skipping last couple of frames).
  35.  - Seems like tooltypes in WOS version now works ;)
  36.  - FULLSCREEN mode is now 5-10% faster (PPC version). The difference on PPC
  37.    with 040 will probably be even bigger.
  38.  - Fixed some bugs in audio decoder.
  39.  - Added subtitles. See subtitles.txt for details.
  40.  - Added a lot of small optimizations, mostly in yuv->rgb conversion routines.
  41.    Difference shoud be significant, I was able to get 2-3 frames more on
  42.    320x240 movie in no skip test. Those changes were only made to 15/16 
  43.    bpp routines. Ive only tested RGB15/RGB16 routines, there are other (like
  44.    RGB15PC) which were not tested. if anything does not work as supposed
  45.    let me know.
  46.  - Some bugfixes in SCSI videocd support. 99% of cd-drives should now works
  47.    fine.
  48.  - new frog.library 1.6. Frogger can still works with earlier versions,
  49.    but it is recomended  to use this version.
  50.  - FREQDIV now works in PPC version too. Default FREQDIV is now 1 (frequency
  51.    from stream, no downsample). 68k users should probably use 2, or 4 to get
  52.    more speed.
  53.  - Fixed bug in demultiplexer, which caused ac3 packs being parsed wrong.
  54.  
  55. 1.64 rc 3
  56.  - Fixed some bugs in WOS asyncio routines.
  57.  - Added MASMpeg hardware decoder support (option AD=MAS)
  58.  - Fixed some bugs in subtitle files parser. No more crashes, no more
  59.    files that can not be parsed. Let me know if you will find such file ;)
  60.  - Added some optimizations in MPEG-1 video decoder. about 15% faster
  61.    video decoding. MPEG-2 decoder is now 5% faster.
  62.  - XA decoding was broken. Fixed.
  63.  - Fixed small bug in 24/32 bpp yuv->rgb conversion. it was not dangerous,
  64.    but caused small quality lose.
  65.  - Fixed P96 display, to handle SCALE=x parametter properly.
  66.  
  67. Known bugs:
  68.  - AppWindow may work, but may also not. dunno why.
  69.  - AGA fullscreen may be buggy. And for sure it crashes when
  70.    RMB is pressed on fullscreen (RMB should show GUI on fullscreen).
  71.  - VideoCD playing with WOS version shows glitches and other "cool"
  72.    things. dunno why.
  73.  - PowerUP version started under wos and ppc.lib emulation crashes at exit.
  74.    dunno why.
  75.