URL
https://opencores.org/ocsvn/mpeg2fpga/mpeg2fpga/trunk
Subversion Repositories mpeg2fpga
[/] [mpeg2fpga/] [trunk/] [tools/] [mpeg2dec/] [README] - Rev 2
Compare with Previous | Blame | View Log
January 9, 1995:=====Pre-release caveats:- has only been tested with gcc. (I'm not sure we will even botherwith acc, or cc in the future).- I'm fully aware of the warnings received by -Wall- Verifier still not integrated (due to complexity), althoughexperimental vbv_delay code included in verify.cDecember 20, 1995===============================================================Frame buffer substitution edition of decoder.Restrictions:- temporal_reference in bitstream must be correct.- substitute pictures must have pixel (luminance samples) widthand height equal to coded_picture_width (mb_width*16) andcoded_picture_height (mb_height*16) rather than horizontal_sizeand vertical_size, respectively.- all input pictures must be interleaved into a frame.- frame count (index) is based on absolute display frame order withno repeated (3:2 pulldown) fields or frames.--------------------------------------------------------Notes:- command line arguements in this edition differ from verifierstyle. This decoder's arguments are the same as thepublic distribution's (July 4, 1994) code .please note that this code, with frame buffer substitution, when itis released will use the verifier style of arguments.- Carsten's updated spatial scalability decoder routines have beenincorperated.
