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

Windows Mobile

开发平台:

C/C++

  1.  1. Test bitstream
  2.     Small example bitstream (128x128 pixel dimensions) which employs all 
  3.     picture_structure (top field, bottom field, frame), picture_coding_type 
  4.     (I, P, and B), macroblock_type (forwards/backwards/interpolated, 
  5.     intra/non-intra, coded/not-coded, quant/no quant, etc.), and 
  6.     motion_type (field, frame, 16X8, dual prime) modes.
  7.  2. add trace printing for mpeg1 getblk routines.
  8.  3. modify getsys.c to parse program layer bitstreams (Systems)
  9.     with variable-length packets.
  10.  4. 24 bit X11 display
  11.     (borrow from Berkeley or find way for our code to use their interface)
  12.  5. MPEG-2 Transport layer systems streams parsing 
  13.  6. Document IPR issue 
  14.    provide CableLabs URL
  15.    how IPR relates to our disclaimer.
  16.  7. TIFF library support (YCbCr 4:4:4, 4:2:2, and 4:2:0 pictures)
  17. [deferred]
  18.   
  19. 10.  IDCT rounding
  20.   As per IDCT corridgendum (Savatier, MPEG 95/XXX)
  21.   [done, but verified ?]
  22. 12. green dots in can
  23.   [ appears to be a display issue, probably related to convmat[] 
  24.     error ]
  25. 19. move Dual_Prime calculation into picture_data()
  26. 20. motion vector calculation to include tappable stages to test
  27.     whether elements fall within [low:high] range.
  28. 21. Integrate verifier routines 
  29. 22. Inter-layer verification routines
  30.     - check base and enhancement layers (e.g. SNR)
  31. 23. Spatial verification
  32.    - considering that no base layer is available.
  33. 24. SNR verification
  34.    [ done ]
  35. 25. DP verification
  36.    [ not done.  No longer any bitstreams with Data Partitioning distributed
  37.      since DP is not part of any official Profile ]
  38. 26. merge all global bitsteam element variables into 
  39.     common data structure (similar to layer_data).  This is needed
  40.     for the verifier (whether or not headers in SNR and DP streams
  41.     are identical where needed to that of the base layer).
  42. 27. investigate why MS-DOS wants an extra % sign for filename patterns
  43.      when more than one filename pattern is used in the command line argument
  44. 28. convert -t (trace) flag into levels, merge with Verbose.
  45. 29. seek to a specified frame number (support for MCI-like functions)
  46. 30. document the "flash" VLC table decoding method in detail. 
  47.     (namely how to map tables in Annex B to those in getvlc.h)
  48. 31. MPEG-2 program stream compatibility
  49.    (a few minor bits of difference in the system header ).
  50. --------