summaryrefslogtreecommitdiff
path: root/kms++util
AgeCommit message (Expand)Author
2026-05-08kms++: Update pixel formats to latest upstreamTomi Valkeinen
2026-04-30Drop libfmtTomi Valkeinen
2025-12-18testpat: Fix div by zero cppcheck warningTomi Valkeinen
2025-12-18fix: Use const references to avoid unnecessary variable copyingTomi Valkeinen
2025-12-18fix: Resolve variable shadowing warningsTomi Valkeinen
2025-12-18perf: Pass parameters by const reference to avoid copiesTomi Valkeinen
2025-12-18fix: Replace C-style casts with C++ static/reinterpret castsTomi Valkeinen
2025-09-12kms++util: Fix drawing outside fb boundariesTomi Valkeinen
2025-09-08kms++util/testpat: Add RAW Bayer testpat generationTomi Valkeinen
2025-09-08utils: c_draw_test_pattern() takes format name, not fourccTomi Valkeinen
2025-04-22kms++utils: conv: Compilation fix for clang 15Tomi Valkeinen
2025-04-17color16: Add rounding to YUV-to-RGBTomi Valkeinen
2025-04-17color16: Fix RGB-to-YUVTomi Valkeinen
2025-03-28conv: Add X403 supportTomi Valkeinen
2025-03-27conv: Add Y8/10/12/16 and Y10_P32 supportTomi Valkeinen
2025-03-27conv: Drop extra constexpr valueTomi Valkeinen
2025-03-26kms++util: Add draw_test_pattern() with C ABITomi Valkeinen
2025-03-26kms++util: Add SMPTE test patternTomi Valkeinen
2025-03-26kms++util: New template based conversion & testpat codeTomi Valkeinen
2025-03-26kms++util: Add color16.hTomi Valkeinen
2025-03-26PixelFormats: New PixelFormatInfo codeTomi Valkeinen
2025-02-05testpat: fix exception throwingTomi Valkeinen
2023-11-15testpat: Fix memory mapping in threaded drawingLaurent Pinchart
2023-02-24meson: Add summaryTomi Valkeinen
2022-12-22Code formatting fixesTomi Valkeinen
2022-12-18kms++util: Add Y21x drawing supportTomi Valkeinen
2022-12-18kms++util: Add endian.hTomi Valkeinen
2022-12-04Fix clang-tidy warningsTomi Valkeinen
2022-12-04kms++util: Add missing #pragma onceTomi Valkeinen
2021-10-06Split V4L2 code into separate libsTomi Valkeinen
2021-03-26Add so version numbers to librariesTomi Valkeinen
2020-12-16Remove CMake supportTomi Valkeinen
2020-10-20meson: fix build with thread supportTomi Valkeinen
2020-10-09Bulk format of all filesTomi Valkeinen
2020-09-14Add meson buildTomi Valkeinen
2020-08-10kms++: Add support for missing 8 -and 16-bit RGB formatsLaurent Pinchart
2020-08-10kms++: Add support for the planar YUV formatsLaurent Pinchart
2020-08-10kms++: Add support for semiplanar YUV422 formats (NV16 and NV61)Laurent Pinchart
2020-07-24Use unique_ptr to prevent memory leaks in VideoDevice classdreamer.dead
2020-05-17Merge pull request #54 from ilteroi/gcc10Tomi Valkeinen
2020-05-15fix compiler errors with gcc 10Peter Trompeter
2020-05-15resmgr: add release() methodsMatt Hoosier
2020-04-21videodevice: use exception to catch bad fdTomi Valkeinen
2020-03-03Supply pkg-config filesMatt Hoosier
2019-11-19Set a dummy version number on the shared librariesMatt Hoosier
2019-11-06Use [] operator delete to free CPUFramebuffer buffersdreamer.dead
2019-09-25remove unused sformat()Tomi Valkeinen
2019-09-16videodevice: handle NV12 <-> NM12 translationBenoit Parrot
2019-04-09add support for more pixel formatsTomi Valkeinen
2018-11-01videodevice: Add selection API supportBenoit Parrot