| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-08 | kms++util: Replace test-pattern generator with pixpat | Tomi Valkeinen | |
| Switch draw_test_pattern() to call libpixpat (linked statically into libkms++util.so) instead of the in-tree pattern generator. Pixpat covers every pattern (kmstest, smpte, solid colors) and every pixel format the previous generator handled, so behavior is unchanged for all callers. Drop the now-unused machinery: conv.h and conv-*.h template writers, color16.h (RGB16/YUV16 plus conversions), the *_old / _single / _multi declarations that had no definitions or callers, and the c_draw_test_pattern C ABI which had no callers anywhere in the tree. RecStandard and ColorRange move from color16.h directly into kms++util.h, since they are still part of the public TestPatternOptions struct. | |||
| 2025-09-08 | kms++util/testpat: Add RAW Bayer testpat generation | Tomi Valkeinen | |
| Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | |||
| 2025-03-28 | conv: Add X403 support | Tomi Valkeinen | |
| 2025-03-27 | conv: Add Y8/10/12/16 and Y10_P32 support | Tomi Valkeinen | |
| Only Y8 and Y10_P32 can be used and have been tested for now. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | |||
| 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> | |||
