Age | Commit message (Expand) | Author |
2024-08-06 | ipa: rkisp1: Use the new ISP parameters abstraction | Laurent Pinchart |
2024-08-06 | ipa: rkisp1: Pass parameters buffer size to pipeline handler | Jacopo Mondi |
2024-08-06 | ipa: rkisp1: Pass parameters buffer format to IPA module | Laurent Pinchart |
2024-07-03 | ipa: rkisp1: Move camHelper into IPAContext | Stefan Klug |
2024-06-17 | ipa: rkisp1: agc: Move AeEnable control to the AGC algorithm | Laurent Pinchart |
2024-06-11 | pipeline: rkisp1: cproc: Fix default value handling | Stefan Klug |
2024-06-11 | ipa: rkisp1: Fix algorithm controls vanish after configure | Stefan Klug |
2024-05-14 | libcamera: pipeline: Rename pipelines to a shorter name | Julien Vuillaumier |
2024-05-08 | libcamera: Drop file name from header comment blocks | Laurent Pinchart |
2024-05-08 | ipa: rkisp1: Derive rkisp1::algorithms::Agc from AgcMeanLuminance | Daniel Scally |
2024-02-23 | ipa: rkisp1: Support the i.MX8MP ISP version | Paul Elder |
2024-02-23 | ipa: rkisp1: Store hardware parameters in IPA context | Laurent Pinchart |
2022-12-09 | ipa: rkisp1: Add additional default values to controls | Robert Mader |
2022-11-25 | ipa: rkisp1: Add support for manual gain and exposure | Paul Elder |
2022-11-25 | ipa: rkisp1: Support raw capture in IPA operations | Laurent Pinchart |
2022-11-23 | ipa: rkisp1: add FrameDurationLimits control | Nicholas Roth |
2022-11-23 | ipa: rkisp1: Fail hard on empty CameraSensorInfo | Jacopo Mondi |
2022-11-23 | ipa: rkisp1: Use IPAConfig in IPA::configure() | Jacopo Mondi |
2022-11-23 | libcamera: Move IPA sensor controls validation to CameraSensor | Jacopo Mondi |
2022-11-09 | ipa: rkisp1: Move shutter speed and analogue gain limits from agc to sensor | Laurent Pinchart |
2022-10-24 | ipa: rkisp1: Fill AGC and AWB metadata | Laurent Pinchart |
2022-10-24 | ipa: Pass metadata to Algorithm::process() function | Laurent Pinchart |
2022-10-19 | ipa: rkisp1: Downgrade sensor controls range message to Debug | Laurent Pinchart |
2022-10-18 | camera_sensor: Add minimum and maximum line length to IPACameraSensorInfo | Naushir Patuck |
2022-10-07 | ipa: camera_sensor_helper: Implement factories through class templates | 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: Rename frameContext to activeState | Kieran Bingham |
2022-09-28 | ipa: rkisp1: Remove unused class member | Jacopo Mondi |
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-27 | ipa: libipa: Pass a reference instead of pointer to Algorithm::process() | Laurent Pinchart |
2022-08-30 | ipa: rkisp1: Remove redundant call of std::string::c_str() | Marvin Schmidt |
2022-08-19 | ipa: rkisp1: Add manual color gains | Paul Elder |
2022-08-09 | ipa: rkisp1: Remove unused algorithms includes from rkisp1.cpp | Daniel Semkowicz |
2022-08-04 | pipeline: rkisp1: Move ControlInfoMap to IPA module | Laurent Pinchart |
2022-07-28 | ipa: rkisp1: Add support of Lens Shading Correction control | Florian Sylvestre |
2022-07-22 | ipa: rkisp1: Transfer queueRequest() call to each algorithm | Florian Sylvestre |
2022-06-29 | ipa: rkisp1: Add YAML tuning file support | Florian Sylvestre |
2022-06-01 | libcamera: Use "..." instead of <...> consistently for internal headers | Laurent Pinchart |
2022-05-18 | ipa: libipa: Add frame context pointer in process() | Umang Jain |
2022-04-02 | ipa: rkisp1: Split queuing of request and parameter filling | Umang Jain |
2022-03-28 | ipa: rkisp1: Introduce AWB | Jean-Michel Hautbois |
2022-03-28 | ipa: rkisp1: Introduce Black Level Correction | Jean-Michel Hautbois |
2022-03-28 | ipa: rkisp1: Use frame counter for the request queued | Jean-Michel Hautbois |
2022-03-23 | ipa: rkisp1: Replace event-based ops with dedicated functions | Umang Jain |
2022-03-23 | ipa: rkisp1: Drop private exposure and gain limits | Umang Jain |
2021-11-29 | ipa: rkisp1: agc: Introduce prepare call | Jean-Michel Hautbois |