Skip to content

Commit 755f272

Browse files
chore: release v0.15.0
1 parent 1d92335 commit 755f272

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.15.0](https://github.com/kixelated/mp4-atom/compare/v0.14.0...v0.15.0) - 2026-07-31
10+
11+
### Fixed
12+
13+
- correct name of sidx referenced_size element ([#224](https://github.com/kixelated/mp4-atom/pull/224))
14+
- consistency check vpcC matrix coefficients and chroma subsampling ([#221](https://github.com/kixelated/mp4-atom/pull/221))
15+
- fix transactional decode_maybe ([#211](https://github.com/kixelated/mp4-atom/pull/211))
16+
17+
### Other
18+
19+
- Reject oversized sidx reference fields ([#215](https://github.com/kixelated/mp4-atom/pull/215))
20+
- dispatch children by namespace ([#222](https://github.com/kixelated/mp4-atom/pull/222))
21+
- preserve the DecoderSpecificInfo payload, make it optional, tolerate trailing bytes ([#174](https://github.com/kixelated/mp4-atom/pull/174))
22+
- Validate vpcC chroma subsampling during encoding ([#198](https://github.com/kixelated/mp4-atom/pull/198))
23+
- error on truncated codec parameters ([#220](https://github.com/kixelated/mp4-atom/pull/220))
24+
925
## [0.14.0](https://github.com/kixelated/mp4-atom/compare/v0.13.0...v0.14.0) - 2026-07-18
1026

1127
### Fixed

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.14.0"
8+
version = "0.15.0"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)