bbc / bmx

Library and utilities to read and write broadcasting media files. Primarily supports the MXF file format
BSD 3-Clause "New" or "Revised" License
57 stars 16 forks source link

Allow parser ParseFrameSize to return > available data #54

Closed philipnbbc closed 5 months ago

philipnbbc commented 5 months ago

This can speed up essence parsing for DV, RDD 36 (ProRes), JPEG XS and VC3.

Users of ParseFrameSize (in bmxparse and RawEssenceReader) need to check and read the remainder.

This is a breaking change for users of EssenceParser derived classes in bmx.