/****************************************************************************
 *
 * CRI Middleware SDK
 *
 * Copyright (c) 2001-2006 CRI-MW
 *
 * Title   : CRI Sofdec Library (MWSFD) for PLAYSTATION3
 * Module  : Revision History
 * File    : history_sfd_ps3_e.txt
 * Date    : 2006-04-05
 * Version : 3.90
 *
 ****************************************************************************/

1.  Library version information
  Library file "libmwsfdps3ppu.a" consists of following libraries.

    [libmwsfdps3ppu.a]         1,086,060 2006-04-04 18:23:08
    CRI CFT/PS3PPU   Ver.1.89     Build:Apr  4 2006 18:21:55 
    CRI DCT/PS3PPU   Ver.1.968    Build:Apr  4 2006 18:22:21 
    CRI MEM/PS3PPU   Ver.1.001    Build:Apr  4 2006 18:22:23 
    CRI MPS/PS3PPU   Ver.1.965    Build:Apr  4 2006 18:22:24 
    CRI MPV/PS3PPU   Ver.1.981    Build:Apr  4 2006 18:22:31 
    CRI SFD/PS3PPU   Ver.1.980    Build:Apr  4 2006 18:22:48 
    CRI SFH/PS3PPU   Ver.2.02     Build:Apr  4 2006 18:22:56 
    CRI SFX/PS3PPU   Ver.2.39     Build:Apr  4 2006 18:22:16 
    CRI SUD/PS3PPU   Ver.0.05     Build:Apr  4 2006 18:22:17 
    MWSFD/PS3PPU     Ver.3.90     Build:Apr  4 2006 18:22:06 

2.  Environment
  Sofdec Library and sample program were built under following enviroment.
    - PLAYSTATION(R)3 Programmer Tool Runtime Library 082.006
    - ppu-lv2-gcc version 4.0.2 (CELL 4.0.11, $Rev: 556 $)

  Correctly combination of library is following version.
    [sfd_t01_simple_play]      2,090,731 2006-04-05 19:04:16
    ADXF/PS3PPU      Ver.7.56     Build:Apr  4 2006 13:47:00 
    ADXPS3PPU/PS3PPU Ver.0.81     Build:Apr  4 2006 13:47:20 
    ADXSVR/PS3PPU    Ver.1.01     Build:Apr  4 2006 13:47:21 
    ADXT/PS3PPU      Ver.9.77     Build:Apr  4 2006 13:47:10 
    CRI CFG/PS3PPU   Ver.1.01     Build:Apr  4 2006 13:47:36 
    CRI CFT/PS3PPU   Ver.1.89     Build:Apr  4 2006 18:21:55 
    CRI CRS/PS3PPU   Ver.1.02     Build:Apr  4 2006 13:47:47 
    CRI DCT/PS3PPU   Ver.1.968    Build:Apr  4 2006 18:22:21 
    CRI DLG/PS3PPU   Ver.1.06     Build:Apr  4 2006 13:47:48 
    CRI ERR/PS3PPU   Ver.1.01     Build:Apr  4 2006 13:47:46 
    CRI MPS/PS3PPU   Ver.1.965    Build:Apr  4 2006 18:22:24 
    CRI MPV/PS3PPU   Ver.1.981    Build:Apr  4 2006 18:22:31 
    CRI SFD/PS3PPU   Ver.1.980    Build:Apr  4 2006 18:22:48 
    CRI SFH/PS3PPU   Ver.2.02     Build:Apr  4 2006 18:22:56 
    CRI SFX/PS3PPU   Ver.2.39     Build:Apr  4 2006 18:22:16 
    CRI SUD/PS3PPU   Ver.0.05     Build:Apr  4 2006 18:22:17 
    CVFS/PS3PPU      Ver.2.54     Build:Apr  4 2006 13:47:37 
    LSC/PS3PPU       Ver.2.26     Build:Apr  4 2006 13:47:40 
    MFCI/PS3PPU      Ver.1.15     Build:Apr  4 2006 13:47:41 
    MWSFD/PS3PPU     Ver.3.90     Build:Apr  4 2006 18:22:06 
    PS3CI/PS3PPU     Ver.1.01     Build:Apr  4 2006 13:47:55 
    PS3RNA/PS3PPU    Ver.0.93     Build:Apr  4 2006 13:47:50 
    PS3VM/PS3PPU     Ver.0.90     Build:Apr  4 2006 13:47:51 
    PS3VOICE/PS3PPU  Ver.0.92     Build:Apr  4 2006 13:47:50 
    SKG/PS3PPU       Ver.0.64     Build:Apr  4 2006 13:47:14 
    SVM/PS3PPU       Ver.1.64     Build:Apr  4 2006 13:47:45 


3.  Revision history

 [2006-04-04 MWSFD Ver.3.90]-----------------------------------------------
(1) Runtime Library
  (a) This library has been built by "PLAYSTATION(R)3 Programmer Tool
      Runtime Library 082.006".

 [2006-03-22 MWSFD Ver.3.88]-----------------------------------------------
(1) Runtime Library
  (a) This library has been built by "PLAYSTATION(R)3 Programmer Tool
      Runtime Library 081.003".

(2) ADD SPEC
  (a) A synchronous mode was added.
        MWSFD_SYNCMODE_USRTIME
      This mode is not used normally.

 [2006-02-28 MWSFD Ver.3.86]-----------------------------------------------
(1) Runtime Library
  (a) This library has been built by "PLAYSTATION(R)3 Programmer Tool
      Runtime Library 080.006".

(2) CHANGE SPEC
  (a) The parameter "disp_cycle" and "disp_latency" that are member of
      structure MwsfdInitPrm were changed to be not used in the library.
      Application should not specify these parameter.
      In internal, these parameter is set to MWSFD_DFL_IPRM_DISP_CYCLE
      and MWSFD_DFL_IPRM_DISP_LATENCY. So this changing will not affect
      to movie playback.

(3) ADD SPEC
  (a) Added function : mwPlyGetPlayingHdrInf
      This function gets header information from a playing movie.
      This function can work correctly under the following conditions:
         - the playing status of handle is on and after PLAYING
         - the file type specified at handle creation is MWSFD_FTYPE_SFD
           or MWSFD_FTYPE_VONLYSFD

 [2006-02-03 MWSFD Ver.3.84]-----------------------------------------------
  - Internal code changes.
  - Rebuild for PLAYSTATION(R)3 Programmer Tool Runtime Library 060.013

 [2006-01-20 MWSFD Ver.3.83]-----------------------------------------------
  - Internal code changes.
  - Rebuild for Cell SDK 050.012

 [2005-11-11 MWSFD Ver.3.75]-----------------------------------------------
  - Add Spec: Add member (zmin, zmax) to structure MwsfdFrmObj.
              (PS3 Sofdec doesn't care of those member now.)
  - Rebuild for Cell SDK 0.5.0

 [2005-11-04 MWSFD Ver.3.74]-----------------------------------------------
  - Created.
  - <MANDATORY> Cell SDK 040.

/*--< end of file >---------------------------------------------------------*/
