From 5b6ea8f5c4e8db6103b88cf352c58ed8edd6a332 Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Sat, 6 Jun 2026 21:46:49 -0700 Subject: [PATCH] v0.30.7: mux correctness pass - hevc: real chroma/bit-depth in hvcC (10-bit Main10), emit redefined param sets in-band; clamp oversized param sets - h264: emit redefined SPS/PPS in-band, clamp oversized avcC - ac3: flush final frame at EOS, per-frame PTS - dts: attribute each access unit's PTS to its own core PES - truehd: capture PTS only at access-unit boundary - meta: preserve color_space round-trip - dvd: fix subtitle/audio track PID collision - pgs/vobsub: flush trailing subtitle at EOF; multi-PES SPU reassembly - ts: unify codec table via from_coding_type (+LPCM), warn on unknown --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5111a9..86d10f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.30.0" +version = "0.30.7" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"