README
上传用户:hkgotone
上传日期:2013-02-17
资源大小:293k
文件大小:1k
源码类别:

Windows Mobile

开发平台:

C/C++

  1. January 9, 1995:
  2. =====
  3. Pre-release caveats:
  4.   - has only been tested with gcc.  (I'm not sure we will even bother
  5.     with acc, or cc in the future).
  6.   - I'm fully aware of the warnings received by -Wall 
  7.   - Verifier still not integrated (due to complexity), although 
  8.     experimental vbv_delay code included in verify.c
  9.   
  10. December 20, 1995
  11. ===============================================================
  12. Frame buffer substitution edition of decoder.
  13. Restrictions:
  14.  - temporal_reference in bitstream must be correct.
  15.  - substitute pictures must have pixel (luminance samples) width 
  16.    and height equal to coded_picture_width (mb_width*16) and 
  17.    coded_picture_height (mb_height*16) rather than horizontal_size
  18.    and vertical_size, respectively.
  19.  - all input pictures must be interleaved into a frame.
  20.  - frame count (index) is based on absolute display frame order with
  21.    no repeated (3:2 pulldown) fields or frames. 
  22. --------------------------------------------------------
  23. Notes: 
  24.  - command line arguements in this edition differ from verifier
  25.    style.  This decoder's arguments are the same as the 
  26.    public distribution's (July 4, 1994) code .
  27.    please note that this code, with frame buffer substitution, when it 
  28.    is released will use the verifier style of arguments.
  29.  - Carsten's updated spatial scalability decoder routines have been
  30.    incorperated.