Skip to content

Commit

Permalink
Release 0.3.0 - Handle time shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Nov 13, 2024
1 parent 61912d0 commit 49d650b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `re_mp4` Changelog

## 0.3.0 - 2024-11-13 - Handle time shifts
* Account for video with DTS shift and resulting negative dts values [#16](https://github.com/rerun-io/re_mp4/pull/16) by [@Wumpf](https://github.com/Wumpf)
* Shift DTS & CTS by minimum CTS to mimick `ffprobe`'s behavior [#17](https://github.com/rerun-io/re_mp4/pull/17) by [@Wumpf](https://github.com/Wumpf)


## 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)
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.1"
version = "0.3.0"
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.1"
version = "0.3.0"

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

0 comments on commit 49d650b

Please sign in to comment.