| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-18 | fix: Use const references to avoid unnecessary variable copying | Tomi Valkeinen | |
| This commit addresses cppcheck warnings about variables that can be declared as const references (constVariableReference). These variables were being copied unnecessarily when they could be accessed as const references, improving performance and code clarity. Fixed files: - kms++util/src/cpuframebuffer.cpp: Make plane reference const in destructor - kms++util/src/testpat.cpp: Make info and lambda parameter const references - utils/kmstest.cpp: Make loop variable const reference in output parsing | |||
| 2025-03-26 | PixelFormats: New PixelFormatInfo code | Tomi Valkeinen | |
| New pixel format code, from Python pixutils library. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | |||
| 2020-10-09 | Bulk format of all files | Tomi Valkeinen | |
| 2019-11-06 | Use [] operator delete to free CPUFramebuffer buffers | dreamer.dead | |
| 2016-06-11 | kms++util: split to subdirs | Tomi Valkeinen | |
