Skip to content

Commit 55d1083

Browse files
ci: release
1 parent fdbdf11 commit 55d1083

6 files changed

Lines changed: 21 additions & 26 deletions

File tree

.changeset/bright-waves-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eager-socks-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-turtles-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-segments-smile.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# mp4box
2+
3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#549](https://github.com/gpac/mp4box.js/pull/549) [`4199d94`](https://github.com/gpac/mp4box.js/commit/4199d9411b1a027d11780954c9a5b9a95148e3bc) Thanks [@lideen](https://github.com/lideen)! - feat: add per-track initialization segments for segmentation
8+
9+
### Patch Changes
10+
11+
- [#550](https://github.com/gpac/mp4box.js/pull/550) [`fdbdf11`](https://github.com/gpac/mp4box.js/commit/fdbdf115c688b3558a9a0309f411e5d3ab05e42f) Thanks [@lideen](https://github.com/lideen)! - fix: include nested QuickTime wave esds when deriving mp4a codec strings
12+
13+
- [#548](https://github.com/gpac/mp4box.js/pull/548) [`fe69a56`](https://github.com/gpac/mp4box.js/commit/fe69a56cfe2ba6eecdd112bae1b89e17b9b4db64) Thanks [@lideen](https://github.com/lideen)! - fix: reset fragmentation state on seek to prevent invalid fragment ranges
14+
15+
- [#550](https://github.com/gpac/mp4box.js/pull/550) [`fdbdf11`](https://github.com/gpac/mp4box.js/commit/fdbdf115c688b3558a9a0309f411e5d3ab05e42f) Thanks [@lideen](https://github.com/lideen)! - fix: normalize QuickTime wave esds in fragmented init segments for MSE compatibility
16+
17+
By default, segmentation writes MSE-compatible `mp4a.esds` sample entries when source
18+
QuickTime files store AAC decoder config under `mp4a.wave.esds`. This behavior can be
19+
disabled with `setSegmentOptions(..., { normalizeAudioSampleEntriesForMSE: false })`
20+
to preserve nested QuickTime `wave.esds` sample entries in initialization segments.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mp4box",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "JavaScript version of GPAC's MP4Box tool",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)