A C++ heirachy for reading and writing bit streams. Implemented for maximum efficiency/ease of use. Write or read bit streams for audio and video protocols such as mpeg (mp3), H.263, etc. Many parallel streams could be used in logic syntax streams as well
Be the first to post a text review of MFFM Bit Stream. Rate and review a project by clicking thumbs up or thumbs down in the right column.
v1.0 : Firt release v1.1 : 29/02/2004 Matt Flax flatmax (MFFM) * Introduction of the conditions to stop read from a file stream. Previously there was no indicator. These functions are named : lastBitCnt, totalBitCnt. They rely on new variables which note the original byte count of the file ( int contOK,contOKOrig). * BitStreamBase now doesn't require the file name in the constructor. Both bitStreamWrite/Read now address this correctly. * New function in BitStreamBase 'regenMask' which regenerates the mask . This is sometimes necessary as the mask can become corrupt with bit rotations. * Documentation and example updates.
v1.0 : Firt release v1.1 : 29/02/2004 Matt Flax flatmax (MFFM) * Introduction of the conditions to stop read from a file stream. Previously there was no indicator. These functions are named : lastBitCnt, totalBitCnt. They rely on new variables which note the original byte count of the file ( int contOK,contOKOrig). * BitStreamBase now doesn't require the file name in the constructor. Both bitStreamWrite/Read now address this correctly. * New function in BitStreamBase 'regenMask' which regenerates the mask . This is sometimes necessary as the mask can become corrupt with bit rotations. * Documentation and example updates.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?