Skip to content

Commit fea09a4

Browse files
committed
Release 0.4.0 - Handle constant frame size videos
1 parent de3346f commit fea09a4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# `re_mp4` Changelog
22

3+
## 0.4.0 - 2025-09-16 - Handle constant frame size videos
4+
* Fix edge case for parsing video with constant frame size [#20](https://github.com/rerun-io/re_mp4/pull/20) by [@ntjohnson1](https://github.com/ntjohnson1)
5+
36
## 0.3.0 - 2024-11-13 - Handle time shifts
47
* 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)
58
* Shift DTS & CTS by minimum CTS to mimic `ffprobe`'s behavior [#17](https://github.com/rerun-io/re_mp4/pull/17) by [@Wumpf](https://github.com/Wumpf)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies = [
9292

9393
[[package]]
9494
name = "re_mp4"
95-
version = "0.3.0"
95+
version = "0.4.0"
9696
dependencies = [
9797
"byteorder",
9898
"bytes",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = true
1212
readme = "README.md"
1313
repository = "https://github.com/rerun-io/re_mp4"
1414
rust-version = "1.76"
15-
version = "0.3.0"
15+
version = "0.4.0"
1616

1717
[package.metadata.docs.rs]
1818
all-features = true

0 commit comments

Comments
 (0)