Skip to content

Commit

Permalink
Release 0.2.1 - Fix integer overflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 12, 2024
1 parent 06e0d6f commit 7a4c51a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# `re_mp4` Changelog


## 0.2.1 - 2024-11-12 - Bug fixes
* 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)
* Handle negative data_offset in TrunBox [#15](https://github.com/rerun-io/re_mp4/pull/15) by [@Wumpf](https://github.com/Wumpf)


## 0.2.0 - 2024-11-11 - Faster video parsing
* 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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies = [

[[package]]
name = "re_mp4"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"byteorder",
"bytes",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = true
readme = "README.md"
repository = "https://github.com/rerun-io/re_mp4"
rust-version = "1.76"
version = "0.2.0"
version = "0.2.1"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 7a4c51a

Please sign in to comment.