ISOBMFF icon indicating copy to clipboard operation
ISOBMFF copied to clipboard

C++ Library for ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, HEIF, etc)

Results 4 ISOBMFF issues
Sort by recently updated
recently updated
newest added

Hi, The application does not check the upper limit of the size of the files that are attempted to be read in the application, and therefore the application fails Segmentation...

Properly set CC variable to clang++ as it's a C++ project and remove unnecessary compiler and linker flags. This is similar to https://github.com/DigiDNA/ISOBMFF/pull/17.

In order to end a list of sub-boxes, some ISOBMFF multiplexers prefer to end a box list with a length=0 entry, instead of a non-existent length field. Patch adds support...

I am on a arm mac and want to compile a framework for arm64, but it only seems to make one for x86_64. Is there a way to do this?