CHANGELOG.md in format_parser-2.4.3 vs CHANGELOG.md in format_parser-2.4.4
- old
+ new
@@ -1,4 +1,7 @@
+## 2.4.4
+* Prevent infinite loops when parsing ISOBMFF boxes with size = 0 (meaning that the box extends to the end of the file).
+
## 2.4.3
* Improve resiliency in ISOBMFF parsing to missing mandatory boxes and fields.
* Simplify ISOBMFF frame rate calculations.
* Refactor.