v0.11.6: fix TrueHD BD-TS header corruption
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.11.6 (2026-04-18)
|
||||||
|
|
||||||
|
### TrueHD fix
|
||||||
|
- **Strip BD-TS access unit header** — TrueHD parser was passing the 4-byte BD-TS access unit header into MKV. MKV expects raw MLP frames. The header bytes corrupted TrueHD sync, causing decode failures in all players. Affects BD and UHD discs with TrueHD/Atmos audio.
|
||||||
|
|
||||||
## 0.11.5 (2026-04-18)
|
## 0.11.5 (2026-04-18)
|
||||||
|
|
||||||
### MKV container fixes — Jellyfin/player compatibility
|
### MKV container fixes — Jellyfin/player compatibility
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libfreemkv"
|
name = "libfreemkv"
|
||||||
version = "0.11.5"
|
version = "0.11.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.86"
|
rust-version = "1.86"
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
|||||||
Reference in New Issue
Block a user