Age | Commit message (Expand) | Author |
2022-10-07 | ipa: camera_sensor_helper: Implement factories through class templates | Laurent Pinchart |
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 | 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-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-03 | ipa: ipu3: Correct context during configure() | Kieran Bingham |
2022-10-01 | ipa: rkisp1: Remove initialized_ flags from algorithms | Laurent Pinchart |
2022-09-30 | Documentation: Add missing SPDX headers | 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 |
2022-09-27 | ipa: libipa: Pass a reference instead of pointer to Algorithm::process() | Laurent Pinchart |
2022-09-27 | ipa: ipu3: af: Pass context reference to afIsOutOfFocus() | Laurent Pinchart |
2022-09-27 | ipa: ipu3: Fix style of Doxygen comment blocks | Laurent Pinchart |
2022-09-20 | ipa: meson: Fix identation | Laurent Pinchart |
2022-09-15 | meson: Enable vimc IPA for tests | Umang Jain |
2022-08-30 | ipa: rkisp1: lsc: Use double instead of float to accumulate vector of doubles | Marvin Schmidt |
2022-08-30 | ipa: rkisp1: Remove redundant call of std::string::c_str() | Marvin Schmidt |
2022-08-30 | ipa: ipu3: Remove redundant call of std::string::c_str() | Marvin Schmidt |
2022-08-21 | ipa: rkisp1: Add support of Denoise Pre-Filter control | Florian Sylvestre |