v0.11.6: fix TrueHD BD-TS header corruption

This commit is contained in:
Matt Jackson
2026-04-18 19:27:12 +00:00
parent ca3914d537
commit 0165f18fad
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
View File
@@ -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"