You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# `re_mp4` Changelog
2
2
3
3
4
+
## 0.2.1 - 2024-11-12 - Bug fixes
5
+
* Fix integer overflow when ctts contains entries with negative offsets [#14](https://github.com/rerun-io/re_mp4/pull/14) by [@Wumpf](https://github.com/Wumpf)
6
+
* Handle negative data_offset in TrunBox [#15](https://github.com/rerun-io/re_mp4/pull/15) by [@Wumpf](https://github.com/Wumpf)
7
+
8
+
4
9
## 0.2.0 - 2024-11-11 - Faster video parsing
5
10
* Optimize mp4 parse times by not copying video data [#12](https://github.com/rerun-io/re_mp4/pull/12) by [@jprochazk](https://github.com/jprochazk)
0 commit comments