summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2023-03-01utils: checkstyle.py: Don't run commit title checker on staged commitsPaul Elder
2023-01-10utils: checkstyle.py: Add commit title checkerLaurent Pinchart
2022-12-15utils: checkstyle.py: Check new header file on new and renamed meson.build filesXavier Roumegue
2022-11-25utils: tuning: Add tuning script for rkisp1Paul Elder
2022-11-25utils: tuning: Add alsc-only libtuning raspberrypi tuning scriptPaul Elder
2022-11-25utils: libtuning: generators: Add yaml outputPaul Elder
2022-11-25utils: libtuning: parsers: Add yaml parserPaul Elder
2022-11-25utils: libtuning: generators: Add raspberrypi outputPaul Elder
2022-11-25utils: libtuning: parsers: Add raspberrypi parserPaul Elder
2022-11-25utils: libtuning: modules: alsc: Add rkisp1 LSC modulePaul Elder
2022-11-25utils: libtuning: modules: alsc: Add raspberrypi ALSC modulePaul Elder
2022-11-25utils: libtuning: modules: Add base LSC modulePaul Elder
2022-11-25utils: tuning: libtuning: Implement extensible components of libtuningPaul Elder
2022-11-25utils: tuning: libtuning: Implement math helpersPaul Elder
2022-11-25utils: tuning: libtuning: Implement the core of libtuningPaul Elder
2022-11-24libcamera: tracing: fix header generation when built as subprojectBarnabás Pőcze
2022-10-20utils: raspberrypi: ctt: Fix alsc green averagingPaul Elder
2022-10-18utils: ipc: Allow the skipHeader attribute on enumsPaul Elder
2022-10-18utils: ipc: Add support for FlagsPaul Elder
2022-10-18utils: ipc: Add support for enums in function parametersPaul Elder
2022-10-13utils: Provide a release scriptKieran Bingham
2022-10-13utils: semver: Add version helperKieran Bingham
2022-10-07utils: gen-controls: Improve YAML notation for variable-size array controlsLaurent Pinchart
2022-10-07utils: gen-controls: Factor out YAML data handling in classesLaurent Pinchart
2022-09-30utils: rkisp1: gen-csc-table: Add support for inverting the CSCLaurent Pinchart
2022-09-30utils: raspberrypi: Add missing SPDX header to delayedctrls_parse.pyLaurent Pinchart
2022-08-30utils: rkisp1: gen-csc-table: Specify coefficients with full precisionLaurent Pinchart
2022-08-26utils: rkisp1: Add script to generate CSC coefficientsLaurent Pinchart
2022-08-09libcamera: controls: Generate and use fixed-sized Span typesChristian Rauch
2022-08-03utils: raspberrypi: ctt: dng_load_image: Work with DNG files from Picamera2William Vinnicombe
2022-08-02utils: raspberrypi: ctt: Add alsc_only methodWilliam Vinnicombe
2022-07-28utils: raspberrypi: Add tuning file conversion scriptNaushir Patuck
2022-07-28utils: raspberrypi: ctt: Output version 2.0 format tuning filesNaushir Patuck
2022-07-27raspberrypi: Update Copyright statement in all Raspberry Pi source filesNaushir Patuck
2022-07-19utils: ipu3-pack: Provide a 10-bit bayer packing utilityUmang Jain
2022-07-15utils: rkisp1: Support optional CSI-2 receiver subdevLaurent Pinchart
2022-07-15utils: rkisp1: Fix pixel format for raw captureLaurent Pinchart
2022-07-15utils: rkisp1: Fix sensor format parsingLaurent Pinchart
2022-07-15utils: rkisp1: Remove frames before starting captureLaurent Pinchart
2022-07-13utils: ipu3-unpack: Fix error stringUmang Jain
2022-07-06utils: raspberrypi: ctt: load_image: Ignore JPEG files with no raw dataWilliam Vinnicombe
2022-06-03utils: checkstyle.py: Fix color bleedTomi Valkeinen
2022-06-01utils: checkstyle: Ensure "..." include style for internal headersLaurent Pinchart
2022-06-01utils: checkstyle: Run the CLangFormatter lastLaurent Pinchart
2022-03-28utils: hooks: pre-push: Catch commits without author's SoBLaurent Pinchart
2022-01-27utils: ipc: Add __init__.py for local module utils/ipc/generatorsHan-Lin Chen
2022-01-03utils: update-kernel-headers: Update path to intel-ipu3.hLaurent Pinchart
2021-12-14utils: tracepoints: gen-tp-header: Add execute permissionBrian Olson
2021-12-04libcamera: base: Rename FileDescriptor to SharedFDLaurent Pinchart
2021-12-04libcamera: ipc_unixsocket: Use UniqueFD for a file descriptorHirokazu Honda