DVD vob_start absolute rebase + rc.5.3 audit fixes
- ifo.rs: rebase VTS title VOBS to absolute disc LBA (file_start_lba + vtstt_vobs); fixes DVD rips opening on the menu region instead of the movie (e.g. SOTL). Adds absolute-placement regression test. - aacs/boil.rs: add mk_from_pk primitive (PK -> MK via MKB walk). - dvdnav/: nav-VM command decoder + start-cell resolver seam, parked behind USE_NAV_RESOLVER (kept compiled, never executed). - mux: FVI src.byte within-sector per spec; Unknown colour -> CICP unspecified (2,2,2,1); demux clear PCS -> NORMAL; ts.rs feed() base reset + boundary provenance fix. - Assorted audit fixes (doc/comment/test accuracy) across the crate.
This commit is contained in:
+16
-1
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.0-rc.6] — UNRELEASED
|
||||
## [1.1.0-beta.1] — UNRELEASED
|
||||
|
||||
### Added
|
||||
|
||||
@@ -13,6 +13,21 @@
|
||||
|
||||
### Fixed
|
||||
|
||||
- **DVD rips now start on the movie, not the disc menu.** A VTS title VOB's
|
||||
start sector was read from the IFO as a VTS-relative pointer but used as an
|
||||
absolute disc address, so a DVD title's read extents began `ifo_lba` sectors
|
||||
too early — the rip opened on the disc's menu / VMGI region and only drifted
|
||||
into the feature minutes later (Silence of the Lambs, for example, showed
|
||||
several minutes of the main menu before the movie). The title VOB is now
|
||||
rebased to its absolute on-disc location, so the rip begins at the first frame
|
||||
of the feature. Aspect ratio and chapter timing were already correct; only the
|
||||
starting sector was wrong. (Covered by a new absolute-placement regression
|
||||
test.)
|
||||
- **Container metadata correctness.** Unknown colorimetry now emits the CICP
|
||||
"unspecified" code point (2) consistently across the MKV track and the FVI
|
||||
sidecar (previously 0); PGS subtitle wipes use the NORMAL composition state
|
||||
rather than a full epoch reset; and FVI source-byte offsets are written
|
||||
within-sector per the format spec.
|
||||
- **Multi-extent AACS alignment in `dir://` extraction.** The decrypted
|
||||
file-tree extractor anchored the AACS unit grid to the first extent only, so a
|
||||
file spanning multiple clip extents could mis-align and corrupt. Each extent
|
||||
|
||||
Reference in New Issue
Block a user