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

Windows Mobile

开发平台:

C/C++

  1. CHANGES
  2. ----------
  3. January 9, 1996 to July 17, 1996
  4. - cleaned up some code which gave warnings.
  5. - altered some code to be compatible with Sun CC compiler.
  6.   However, support in the makefile for non-ansi C compilers
  7.   has been dropped (this is a stupid thing to support).
  8. December 20, 1995 to January 9, 1996:
  9. verified on HHI #22, TCEH #23 bitstreams.
  10.  1. new arguments format.  Got to be so many argument fields that
  11.     a new more consistent format was devised.
  12.  2. Frame_Store_Flag (-f) option now controls lower layer prediciton
  13.     picture format (field or framewise)
  14.  3. getpic() structural changes
  15. Since December 18, 1995:
  16. 1. added special case for current B pictures subsframe.c which
  17.    loads entire reference frame for buffer substitution.
  18. 2. fixed -l omission (-lXext) in Makefile that drives Tristan nuts everytime.
  19. Since December 14, 1995:
  20.  1. organized frame buffer substitution routines into subspic.c
  21.  2. added "big file" -b mode for Tristan ;-)
  22. Since July 4, 1994:
  23. 1. Concatenated elementary sequences within same bitstream
  24.    Decode can now handle concatenated elementary video sequences of 
  25.    arbitrary parameters.
  26.   
  27. 2. TRACE and VERBOSE #ifdef flags
  28. 3. More disciplined naming convention
  29.    normative variables and bitstream elements defined in 13818 are 
  30.    verbatim, lower case.  Implementation specific routines and variables
  31.    are capitolized.
  32. 4. Spatial scalability corrections  
  33.    - see Carsten's document (spatscal.doc)
  34. 5. D-pictures (picture_coding_type==D_TYPE)
  35.    Only two small changes were necessary to accomodate D-pictures: 
  36.     a. in Decode_MPEG1_Intra_Block() added line which termines
  37.        subroutine after DC coefficient has been processed.
  38.     b. in picture_data(), added line which parses marker bit.
  39.  6. forced decoder to display frame progressively (regardless of whether
  40.     the picture is frame structured or field structured) when -f flag
  41.     is invoked in the command line arguements.
  42.     also: progressive_frame now decides whether a frame is to be displayed
  43.      as a frame picture to two field pictures, rather than the older convention
  44.      of testing progressive_sequence.
  45.  7. Adapted systems parser from Stefan's mpeg2play to mpeg2decode.
  46.     The major changes are:  
  47.     mpeg2dec.c: 
  48.      - fseek() called twice 
  49.     gethdr.c, getpic.c:
  50.      instances of Flush_Bits(par,32) changed to Flush_Bits32(par)
  51.     gethdr.c 
  52.      Get_Bits(par,32) changed to Get_32_Bits(par)
  53.     global.h
  54.       added rdmax, sysstream, and bfr[] to parameters struct.
  55.  8. Restructuring of getpic.c:
  56.       a. moved picture pointer rotation into Update_Picture_Buffers()
  57.       b. moved picture output logic into Output_Current_Frame() to 
  58.          in anticipation of 3:2 pulldown