Skip to content

Commit 640feca

Browse files
chore: release v0.11.0
1 parent 3073b3e commit 640feca

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.11.0](https://github.com/kixelated/mp4-atom/compare/v0.10.1...v0.11.0) - 2026-02-25
10+
11+
### Other
12+
13+
- implement LHVCDecoderConfigurationBox (lhvC) ([#141](https://github.com/kixelated/mp4-atom/pull/141))
14+
- Add Brad Hards to authors ([#144](https://github.com/kixelated/mp4-atom/pull/144))
15+
- implement 3GPP narrowband codec sample entry (samr) ([#135](https://github.com/kixelated/mp4-atom/pull/135))
16+
- fix up tests after recent commits ([#140](https://github.com/kixelated/mp4-atom/pull/140))
17+
- implement track reference (tref) box ([#139](https://github.com/kixelated/mp4-atom/pull/139))
18+
- implement Web Video Text Tracks (WebVTT) sample entry format ([#131](https://github.com/kixelated/mp4-atom/pull/131))
19+
- implement rtng box ([#136](https://github.com/kixelated/mp4-atom/pull/136))
20+
- implement ainf box. ([#122](https://github.com/kixelated/mp4-atom/pull/122))
21+
- add ccst support for AV1 ([#133](https://github.com/kixelated/mp4-atom/pull/133))
22+
- Add option for having taic box ([#132](https://github.com/kixelated/mp4-atom/pull/132))
23+
- implement hint media header (hmhd) box ([#115](https://github.com/kixelated/mp4-atom/pull/115))
24+
- Add support for "uri " infe boxes inside iinf ([#123](https://github.com/kixelated/mp4-atom/pull/123))
25+
926
## [0.10.1](https://github.com/kixelated/mp4-atom/compare/v0.10.0...v0.10.1) - 2026-01-23
1027

1128
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>", "Brad Hards <bradh@frogmouth.net
55
repository = "https://github.com/kixelated/mp4-atom"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.10.1"
8+
version = "0.11.0"
99
edition = "2021"
1010

1111
keywords = ["mp4", "isobmff", "mp4box", "audio", "video"]

0 commit comments

Comments
 (0)