libdisplay-info: update to 0.4.0 - #151
Open
dangowrt wants to merge 1 commit into
Open
Conversation
dangowrt
marked this pull request as ready for review
August 22, 2026 22:45
From 0.3.0. Notable changes: - added DisplayID v2 CTA-861 data block support (parsing and di-edid-decode printing), with CTA data now searchable from DisplayID v2 extensions - added DisplayID type IV timing support - regenerated the CTA VIC table for CTA-861-I and added a reverse timing-to-code lookup - wrapped DMT/VIC codes in typed structs instead of bare uint8_t - fixed a double free of cta_vics in displayid, an out-of-bounds VIC array access, a potential overflow in a shift operation, and several failed-allocation/uninitialised-variable issues (helped by adding gcc's static analyzer to CI) - cta error handling switched from errno to negative error numbers, with several "do not fail on a single bad/erroring block" fixes - disabled most v4l-utils build options by default Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dangowrt
force-pushed
the
libdisplay-info-0.4.0
branch
from
August 22, 2026 22:50
49aef8e to
468b8c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer: @dangowrt
From 0.3.0. Notable changes: added DisplayID v2 CTA-861 data block support (parsing and di-edid-decode printing), CTA data now searchable from DisplayID v2 extensions; added DisplayID type IV timing support; regenerated the CTA VIC table for CTA-861-I with a reverse timing-to-code lookup; wrapped DMT/VIC codes in typed structs; fixed a double free of cta_vics, an out-of-bounds VIC array access, a shift-operation overflow, and several failed-allocation/uninitialised-variable issues; cta error handling switched from errno to negative error numbers with several "don't fail on one bad block" fixes; disabled most v4l-utils build options by default.