Release T4b #73
pannal
announced in
Announcements
Replies: 1 comment 1 reply
-
|
Rebuilding, current build didn't include the latest changes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
p3i T4b
Important
Files updated. The first build did not include the latest changes. Make sure you're running T4b_20260704001258.
T4b is a small follow-up/hotfix release on top of T4a. It fixes a rare DTS case that could mute audio and adds a brightness boost for VS10's DV/HDR10→SDR conversion that actually works, plus a couple of smaller things. The work is mostly in Kodi and the kernel, with a bundled-skin bump and a German-translation resync alongside; coming from T4a, it's a low-risk update.
The headline changes:
Highlights
1. Fixed a rare DTS-with-dialnorm case that could mute audio
T4a added DTS/DTS-HD/DTS:X dialnorm defeat (on by default), but the DTS-HD extension-substream header CRC was recomputed with a lookup table (
AV_CRC_16_CCITT) that isn't compiled into Kodi's libavutil. The call returned garbage, so the rewritten header carried an invalid CRC. Strict AVRs and soundbars rejected the extension and played silence, while lenient decoders (and the offline validation, which used a correct CRC) were fine. So it was rare on two counts: it only hit strict decoders, and only on the uncommon DTS-HD / DTS:X titles that actually carry a dialnorm value in their extension substream. Frames without dialnorm never recompute the CRC, so they were never touched.T4b computes the CRC itself (CRC-16-CCITT, poly 0x1021), and the output is byte-identical to a known-good reference stream. If DTS-HD MA went quiet for you on T4a, this is the fix. You can also just turn the defeat off under Settings/System/Audio.
2. Boost the brightness of DV/HDR10 → SDR conversion
DV and HDR10 tone-mapped to SDR through VS10 look dim next to the GUI and native SDR content. T4b adds a control that lifts it: "Boost VS10 SDR output brightness" (Settings/System/CoreELEC, under the DV settings: Off / Auto / Manual, default Off).
It works on the source side. The Dolby tonemapper builds its curve for the source's declared mastering peak, and most content never comes close to that number. All the headroom between the actual content peak and the mastering peak is picture range thrown away. Cap the declared peak and the tone curve spends the SDR range on picture instead.
HLG sources are not affected: the Dolby library substitutes its own internal peak assumption for HLG, so no lever exists on that path (proven on-device).
Validated on-device with Dunkirk (4000-nit mastering, 323-nit content peak): Auto lifts it, Manual 400 matches Auto, Manual 200 is brighter still. This control replaces the T4a "VS10 SDR target luminance" slider, which an on-device A/B proved the Dolby library ignores outright (10 and 4000 nits gave identical output); that setting could never work and is gone.
3. The green-flash hold can now be limited to Dolby Vision
T4a added an on-by-default black hold that hides the brief green flash on the video plane at the start of playback and on seeks. It blanks the picture through the decoder restart until the first clean frame arrives, which means a moment of black on every start and seek. T4b lets you apply that hold to Dolby Vision streams only, so everything else restarts without the blank. The new sub-setting is
coreelec.amlogic.video.restart.mute.dvonly(default off, so nothing changes unless you turn it on); the seek-edge settle, which only runs while a hold is engaged, follows the same gating.4. Also in T4b
Known issues
Denon / Marantz AVRs: black screen or "no signal" on HDMI mode switches
This is not new, and we did not introduce it. It happens on stock (vanilla) CoreELEC too, not just our builds, and goes back well before T4. It is a long-standing AVR-side issue, not a p3i regression.
On some setups with a Denon or Marantz AVR between the box and the TV, the TV can drop to black or "no signal" around an HDMI mode or format change: a title starting, a resolution or refresh switch, or playback entering or leaving Dolby Vision. We have not been able to pin down exactly what sets it off; it may be any mode switch. The only reliable recovery is to power-cycle the AVR (sometimes the TV too).
In every captured failure the box was still putting a valid signal on the wire (correct timing, valid AVR EDID), but the AVR stopped forwarding it to the TV. The same box plays the same content cleanly straight into a TV, and through other AVRs and soundbars. Because the trigger is downstream of the box, no setting in the build fixes it. What does help is on the AVR side:
VS10 SDR can drop video on some live-TV streams
On some live-TV sources (IPTV Simple Client / inputstream.adaptive and Tvheadend), VS10 SDR conversion sometimes fails to put out video when a stream starts. You get a black screen while the GUI still works: you can open the OSD and the menus, there is just no picture. This is not the HDMI/AVR blackout described above.
Disabling VS10 SDR avoids it entirely. It looks like a timing issue at live-TV start; we are still looking into it.
Changelog
Everything since T4a.
xbmc / Kodi (9 commits)
08e05ea953Subtitles: allow bitmap subtitle zoom down to 10%bc189bc9aaLang: de_de — full resync against en_gb6c110988bfDV: SDR brightness boost — drop the HLG claims from the help textsfd16e005a0DV: refresh the SDR brightness boost param on every DV engage9ee4b773d4DV: replace the dead VS10 SDR target nits with a source-peak brightness boost4481df935bDV: VS10 SDR target nits — fix no-op param write, move below VS10 DV (superseded by the boost above)7c5e6cbc53AMLCodec: add a DV-only sub-setting for the green-flash video hold (default off)f5a1e63b05DV: fix the VS10 SDR target nits setting never showing in the GUI (superseded by the boost above)02169a0bd6AEStreamInfo: fix DTS-HD MA dialnorm defeat muting audio (bad EXSS CRC)Kernel (linux-amlogic, 3 commits)
07c0670d43amdolby_vision: SDR boost auto — fall back to BL SEI CLL when L6 is absentd762ac4d9eamdolby_vision: addxbmc_dv_sdr_src_max_nits— source-peak cap to brighten →SDR5e664b1a62amdolby_vision: map extended source formats onto the target_lum_max rowsCoreELEC (distro)
9601b29c8dbump the bundledskin.p3i.estuaryto 8.8.154644f095c1update README, plus the T4b version markerCoreELEC Settings addon
681031clang: de_de — translate all missing German stringsDonations
Installation
Note
Coming from T4a, this is a plain dirty upgrade — your skin and settings carry over and nothing needs resetting. The new "Boost VS10 SDR output brightness" control and the green-flash-hold sub-setting appear on their own. Coming from before T4a, follow the T4/T4a install steps (including the Settings/System/CoreELEC reset) first.
1. Dirty
Drop the update tar into your CoreELEC update folder and reboot.
Should hitting reboot result in a black screen (long-standing issue with any build), wait 10 seconds to make sure this wasn't just a fluke, then unplug and re-plug the device's power. The upgrade will commence afterwards.
2. Dirty (safe)
Drop the update tar into your CoreELEC update folder, shut down the device, pull the power plug for 30 seconds, replug.
3. Flash
Use the provided Flash img.gz to prepare your SD card as you would with any other CoreELEC build.
Thanks
A massive shoutout to everyone involved in this build! Special thanks to the testers who flagged the DTS-HD MA audio dropout, and to nissel for the on-device A/B work that proved the old VS10→SDR target a dead end and then dialled in the new brightness boost. Upstream projects this builds on: avdvplus (DV metadata handling), libdovi, libass and FFmpeg, with eac3to as the reference for validating the DTS dialnorm output.
Full Changelog (Kodi core): https://github.com/pannal/xbmc/commits/T4b/
Full Changelog (Kernel): https://github.com/pannal/linux-amlogic/commits/T4b
Full Changelog (CoreELEC): https://github.com/pannal/CoreELEC/commits/T4b
Addon repo: https://github.com/pannal/p3i_repo
Contributors
Sources and contributors whose work landed in T4b:
This discussion was created from the release Release T4b.
Beta Was this translation helpful? Give feedback.
All reactions