summaryrefslogtreecommitdiff
path: root/kms++util
AgeCommit message (Expand)Author
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
2018-10-17Add AR12 & AR15 supportTomi Valkeinen
2018-08-23Revert "testpat: remove threaded drawing"Tomi Valkeinen
2018-08-03add a simple draw_circle()Tomi Valkeinen
2018-05-22testpat: remove threaded drawingTomi Valkeinen
2018-01-09add safeguards to draw_*_pixel() to prevent memory corruptionTomi Valkeinen
2017-12-15videodevice: Fix minor spacingKieran Bingham
2017-11-22resman: use set<> instead of vector<>Tomi Valkeinen
2017-11-22kmstest: use resmanTomi Valkeinen
2017-10-03Rework framebuffer classesTomi Valkeinen
2017-06-05testpat: fix the location of second diagonal lineTomi Valkeinen