Skip to content

Releases: gopro/gpmf-parser

v2.2.1 - Cleanup MP4Reader and Utils.

12 Apr 21:08
Compare
Choose a tag to compare

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

14 Oct 18:00
6005cc4
Compare
Choose a tag to compare

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

26 Aug 22:59
Compare
Choose a tag to compare
fix for mp4 with only one GPMF payload

v2.0 - Security and memory improvements

20 Aug 18:01
Compare
Choose a tag to compare
version 2.0 - security and memory fixes

v1.5

19 Nov 00:09
0201cd9
Compare
Choose a tag to compare

Added support for HERO8 and MAX cameras.

A collection of security improvements

23 Aug 19:13
6d1e9fe
Compare
Choose a tag to compare
v1.2.3

Version bump to reflect previous small change to GPMF_Init

Improved Robustness

29 Oct 18:51
Compare
Choose a tag to compare

Addressing OOB attacks, and corrupt MP4 sources.

Additional security patch.

09 Oct 15:32
Compare
Choose a tag to compare

Fixed a divide by zero scenario.

Improved MP4 reader and security updates

05 Jul 17:16
Compare
Choose a tag to compare
v1.2

Improved MP4 reader and security updates

Improved precision and camera support

15 Sep 23:41
Compare
Choose a tag to compare
v1.1

Improved precision and camera support