| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-08 | kms++: Update pixel formats to latest upstream | Tomi Valkeinen | |
| 2025-12-18 | fix: Resolve variable shadowing warnings | Tomi Valkeinen | |
| Fix cppcheck shadowVariable and shadowArgument warnings by renaming local variables to avoid conflicts: - Rename 'ob' to 'prop' in property creation loop in card.cpp - Rename loop variable 'y_offset' to 'y_off' in conv-yuv-semiplanar.h - Rename local 'y' to 'y_val' in SMPTE pattern generator in testpat.cpp - Rename 'is_last' to 'child_is_last' in entry printing in kmsprint.cpp These changes eliminate naming conflicts while preserving functionality and improving code clarity. | |||
| 2025-04-22 | kms++utils: conv: Compilation fix for clang 15 | Tomi Valkeinen | |
| 2025-03-26 | kms++util: New template based conversion & testpat code | Tomi Valkeinen | |
| New templated conversion and test pattern code. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | |||
