isobmff icon indicating copy to clipboard operation
isobmff copied to clipboard

Official repository of the ISO Base Media File Format Reference Software

Results 12 isobmff issues
Sort by recently updated
recently updated
newest added

Fixes the following issue: Using the Macro #define PUTBYTES( src, len ) from isobmff/IsoLib/libisomediafile/src/MP4Impl.h on macOS, unix-based platforms other than Linux currently leads to a compiler error in the MPEG-H...

Working on mebx support in reference software. See section 12.9 in ISOBMFF 7th edition.

During MPEG 135 it was suggested to add more tests based on conformance files from Part 32. In the first step we could fetch conformance files from mpeg server and...

enhancement
help wanted

Hi team, Can you please share an example mp4 file with loudness box -- `ludt` data? Or can you please share an example of drcInputBitStream.bit, so that we can run...

If I make just movie box and release the movie box. there is memory leak (still reachable) in Mp4NewMovieExt memory leak test with valgrind below ``` valgrind --leak-check=full --error-limit=no execute_filename...

First, Solved Memory Leak in traf (MP4TrackFragmentAtom) Second, Solved Memory Leak in trex (MP4TrackExtendsAtom) If user makes Fragment Mp4, There are some memory leak. There is no memory free for...

MP4PrivateMovieRecord structure in MP4Atoms.h contains pointers to file level boxes : * MP4AtomPtr moovAtomPtr; /* might be a moof or a moov */ * MP4AtomPtr ftyp; /* the file type...

Recently added files to the isobmff repository have only been added to the cmake build system and not the legacy build system (Makefile, vcxproj). This leads to failing compilation in...

The hard-coding of compiler options conflict with options that might be required in parent projects. These should be moved to the configuration stage for testing in this project and/or guarded...

The customisation of output directories in the top-level `CMakeLists.txt` file makes it impossible to control where targets in this project are built. These customisations should be removed/guarded with an option...