Age | Commit message (Expand) | Author |
2022-10-07 | ipa: camera_sensor_helper: Return unique_ptr from createInstance | Laurent Pinchart |
2022-10-07 | ipa: camera_sensor_helper: Make registerType() and createInstance() private | Laurent Pinchart |
2022-10-07 | ipa: camera_sensor_helper: Make factory createInstance() function const | Laurent Pinchart |
2022-10-07 | ipa: ipu3: Fix minor Doxygen issues in IPAFrameContext | Laurent Pinchart |
2022-10-05 | test: threads: Fix link failure due to missing dependency | Laurent Pinchart |
2022-10-05 | ipa: raspberrypi: Fix the imx296 mono tuning black level | Naushir Patuck |
2022-10-05 | ipa: raspberrypi: Add a tuning file for the colour variant of IMX296 | Naushir Patuck |
2022-10-05 | pipeline: raspberrypi: Update naming convention for tuning files | Naushir Patuck |
2022-10-05 | libcamera: bayer_format: Add unpacked mono 12-bit format to the conversion table | Naushir Patuck |
2022-10-04 | pipeline: raspberrypi: Detect monochrome "R" formats as being raw | David Plowman |
2022-10-04 | ipa: raspberrypi: Limit minimum exposure time for the IMX296 | Naushir Patuck |
2022-10-04 | ipa: raspberrypi: Fix sensor delays for the IMX296 | Naushir Patuck |
2022-10-04 | libcamera: v4l2_device: List controls when setting file descriptor | Laurent Pinchart |
2022-10-04 | qcam: Fix YUV planar fragment shaders | Laurent Pinchart |
2022-10-03 | ipa: ipu3: Correct context during configure() | Kieran Bingham |
2022-10-01 | ipa: rkisp1: Remove initialized_ flags from algorithms | Laurent Pinchart |
2022-09-30 | py: Support controls that are ControlTypeNone | David Plowman |
2022-09-30 | cam: kms_sink: Add color space support | Laurent Pinchart |
2022-09-30 | libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents | Laurent Pinchart |
2022-09-30 | Documentation: Add missing SPDX headers | Laurent Pinchart |
2022-09-29 | libcamera: v4l2_device: Log control id instead of errorIdx | Umang Jain |
2022-09-28 | cam: drm: Skip DRM devices not capable of mode setting | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Remove bias from gain calculation | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Freeze AWB when means are too small | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Clamp gains to prevent divisions by zero | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Prevent RGB means from being negative | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Log means, gains and temperature in debug message | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Add support for RGB means | Quentin Schulz |
2022-09-28 | ipa: rkisp1: awb: Store color temperature as an integer | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Use frame context to fix gains calculations | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Document the active state and frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: filter: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: dpf: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: cproc: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: agc: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Use frame number passed to Algorithm::prepare() | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Convert to use the FCQueue | Kieran Bingham |
2022-09-28 | ipa: rkisp1: Use base FrameContext class | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Rename frameContext to activeState | Kieran Bingham |
2022-09-28 | ipa: rkisp1: Sort documentation of the IPA context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Remove unused class member | Jacopo Mondi |
2022-09-28 | ipa: ipu3: Pass controls to algorithm's queueRequest() handler | Laurent Pinchart |
2022-09-28 | ipa: ipu3: Use the FCQueue | Laurent Pinchart |
2022-09-28 | ipa: ipu3: Use base FrameContext class | Laurent Pinchart |
2022-09-28 | ipa: libipa: algorithm: queueRequest(): Pass frame context | Kieran Bingham |
2022-09-28 | ipa: libipa: algorithm: process(): Pass frame number | Kieran Bingham |
2022-09-28 | ipa: libipa: algorithm: prepare(): Pass frame and frame Context | Kieran Bingham |
2022-09-28 | ipa: libipa: Provide a common base for frame contexts | Kieran Bingham |
2022-09-28 | ipa: libipa: Introduce FrameContextQueue | Umang Jain |