Age | Commit message (Expand) | Author |
2022-07-27 | raspberrypi: Update Copyright statement in all Raspberry Pi source files | Naushir Patuck |
2022-07-22 | ipa: libipa: algorithm: Add queueRequest() to the Algorithm class | Florian Sylvestre |
2022-06-29 | ipa: libipa: module: Make the Module class Loggable | Laurent Pinchart |
2022-06-29 | ipa: libipa: module: Add support for instantiation from YAML | Laurent Pinchart |
2022-06-29 | ipa: libipa: algorithm: Add init() function to the Algorithm class | Florian Sylvestre |
2022-06-29 | ipa: libipa: algorithm: Add an algorithm registration mechanism | Laurent Pinchart |
2022-06-29 | ipa: libipa: Move ipa namespace documentation to module.cpp | Laurent Pinchart |
2022-06-29 | ipa: libipa: Introduce a Module class template | Laurent Pinchart |
2022-05-27 | libipa: camera_sensor_helper: Add Sony IMX477 helper | Naushir Patuck |
2022-05-26 | ipa: camera_sensor_helper: Fix equation in exponential gain documentation | Laurent Pinchart |
2022-05-18 | ipa: libipa: Add frame context pointer in process() | Umang Jain |
2022-05-13 | libipa: camera_sensor_helper: Add OV5675 helper | Quentin Schulz |
2022-04-01 | libipa: camera_sensor_helper: Add OV5640 helper | Paul Elder |
2022-04-01 | libipa: camera_sensor_helper: Add IMX296 helper | Laurent Pinchart |
2022-04-01 | libipa: camera_sensor_helper: Add IMX290 helper | Laurent Pinchart |
2022-04-01 | libipa: camera_sensor_helper: Implement exponential gain model | Laurent Pinchart |
2022-04-01 | libipa: camera_sensor_helper: Reorganize gain constants | Laurent Pinchart |
2022-03-28 | ipa: libipa: Histogram: Constify the constructor span | Jean-Michel Hautbois |
2022-03-17 | libipa: Add CameraSensorHelper for OV2740 | Daniel Scally |
2021-11-29 | ipa: libipa: Introduce Algorithm class template | Jean-Michel Hautbois |
2021-11-29 | libipa: Correct IMX219 in CameraSensorHelper | Jean-Michel Hautbois |
2021-11-24 | ipa: libipa: Convert to pragma once | Kieran Bingham |
2021-08-31 | ipa: libipa: histogram: Fix typo | Laurent Pinchart |
2021-08-20 | ipa: move libipa::Algorithm to ipa/ipu3/algorithms | Jean-Michel Hautbois |
2021-08-09 | libcamera: Rename 'method' to 'function' | Laurent Pinchart |
2021-07-25 | libipa: Add CameraSensorHelper for ov8865 | Daniel Scally |
2021-07-23 | libipa: Add CameraSensorHelper for IMX258 | Umang Jain |
2021-07-15 | libipa: Correct OV5670 CameraSensorHelper gain values | Jean-Michel Hautbois |
2021-07-15 | libipa: Add CameraSensorHelper for OV13858 | Jean-Michel Hautbois |
2021-07-09 | ipa: libipa: Fixups in CameraSensorHelpers | Jean-Michel Hautbois |
2021-06-28 | ipa: Create a camera sensor helper class | Jean-Michel Hautbois |
2021-06-25 | libcamera/base: Validate internal headers as private | Kieran Bingham |
2021-06-25 | libcamera/base: Move span to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-04-22 | ipa: ipu3: Add a histogram class | Jean-Michel Hautbois |
2021-04-22 | ipa: Add a common interface for algorithm objects | Jean-Michel Hautbois |
2021-02-16 | libcamera: IPAInterface: Replace C API with the new C++-only API | Paul Elder |
2020-12-08 | libcamera: ipa: Pass a set of controls and return results from ipa::start() | Naushir Patuck |
2020-07-17 | libcamera: ipa_interface: Add support for custom IPA data to configure() | Laurent Pinchart |
2020-05-16 | libcamera: Move IPA headers from include/ipa/ to include/libcamera/ipa/ | Laurent Pinchart |
2020-05-16 | libcamera: Move internal headers to include/libcamera/internal/ | Laurent Pinchart |
2020-05-13 | licenses: License all meson files under CC0-1.0 | Laurent Pinchart |
2020-04-28 | libcamera: ipa: Add support for CameraSensorInfo | Jacopo Mondi |
2020-04-28 | ipa: Pass IPA initialization settings to IPAInterface::init() | Laurent Pinchart |
2020-04-14 | ipa: Add start() and stop() operations | Niklas Söderlund |
2020-01-14 | libcamera: Switch from utils::make_unique to std::make_unique | Laurent Pinchart |
2020-01-12 | ipa: Switch to FrameBuffer interface | Niklas Söderlund |
2019-11-20 | ipa: Allow short-circuiting the ipa_context_ops | Laurent Pinchart |
2019-11-20 | ipa: Switch to the plain C API | Jacopo Mondi |