Releases: gopro/gpmf-parser
Releases · gopro/gpmf-parser
v2.2.1 - Cleanup MP4Reader and Utils.
mp4reader no longer contains GPMF defines, and the MP4 GPMF tools have moved to GPMF_Utils.c, this is to simplify the integration of other MP4 parsers.
v2.1 - Improved Datatype Tolerance
Adding more tolerance for unknown or future datatypes. The parser can optionally continue with the data it knows, skipping the data it is not equipped to handle. When recursing the GPMF payload using GPMF_Next(), use the option flag GPMF_TOLERANT. If not, the GPMF_Next() will return a new error code GPMF_ERROR_UNKNOWN_TYPE if an unhandled data type is found.
This version has improved error reported for a wider range of potential bitsteam corruption.
v2.0.2 Security fixes
fix for mp4 with only one GPMF payload
v2.0 - Security and memory improvements
version 2.0 - security and memory fixes
v1.5
Added support for HERO8 and MAX cameras.
A collection of security improvements
v1.2.3 Version bump to reflect previous small change to GPMF_Init
Improved Robustness
Addressing OOB attacks, and corrupt MP4 sources.
Additional security patch.
Fixed a divide by zero scenario.
Improved MP4 reader and security updates
v1.2 Improved MP4 reader and security updates
Improved precision and camera support
v1.1 Improved precision and camera support