CHANGELOG.md in format_parser-2.4.5 vs CHANGELOG.md in format_parser-2.5.0
- old
+ new
@@ -1,4 +1,7 @@
+## 2.5.0
+* Add `avc1` and `xavc` as brand codes in the mp4 format parser to allow more file types to be parsed correctly.
+
## 2.4.5
* Disable `udta` ISOBMFF box parsing, since their contents are not guaranteed to be consistent with the spec.
## 2.4.4
* Prevent infinite loops when parsing ISOBMFF boxes with size = 0 (meaning that the box extends to the end of the file).