Age | Commit message (Expand) | Author |
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 |
2021-11-29 | ipa: rkisp1: Introduce AGC | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: agc: Introduce HW revision in IPAContext | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Report and use sensor controls | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Use the Algorithm class | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Introduce IPAContext | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Instantiate CameraSensorHelper | Jean-Michel Hautbois |
2021-11-29 | ipa: Do not modify the sensor limits | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Pass IPASettings at init call | Jean-Michel Hautbois |
2021-08-31 | libcamera: mapped_framebuffer: Rename maps() to planes() | Hirokazu Honda |
2021-08-30 | ipa: rkisp1: Use offset in mapping IPABuffer | Hirokazu Honda |
2021-07-22 | ipa: rkisp1: Add support for V12 isp blocks | Heiko Stuebner |
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-05-24 | ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfo | Umang Jain |
2021-04-26 | ipa: rkisp1: Move the IPA to the ipa::rkisp1 namespace | Jean-Michel Hautbois |
2021-03-27 | ipa: rkisp1: Do not set controls during configure | Sebastian Fricke |
2021-03-11 | ipa: rkisp1: Fail on init if hw revision is not RKISP1_V10 | Dafna Hirschfeld |
2021-03-11 | ipa: rkisp1: Return error from IPA's configure method if it fails | Dafna Hirschfeld |
2021-03-03 | ipa: rkisp1: Update to kernel header changes | Laurent Pinchart |
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-09-29 | include: linux: Update rkisp1 header | Niklas Söderlund |
2020-09-29 | libcamera: ipa: rkisp1: Include linux/v4l2-controls.h | Niklas Söderlund |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-08-25 | libcamera: Replace utils::clamp() with std::clamp() | Laurent Pinchart |
2020-07-17 | libcamera: ipa_interface: Add support for custom IPA data to configure() | Laurent Pinchart |
2020-07-01 | ipa/pipeline: rkisp1: Fix spelling | Andrej Shadura |
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-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-28 | ipa: Name IPA modules after their source directory | Laurent Pinchart |
2020-04-14 | libcamera: ipa: Remove IPAModuleInfo license field | 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-14 | meson.build: Switch to C++14 | Laurent Pinchart |
2020-01-12 | ipa: Switch to FrameBuffer interface | Niklas Söderlund |
2019-11-20 | ipa: Switch to the plain C API | Jacopo Mondi |
2019-11-20 | ipa: Pass ControlInfoMap references to IPAInterface::configure() | Laurent Pinchart |
2019-11-08 | libcamera: Remove unneeded semicolons | Laurent Pinchart |
2019-10-23 | libcamera: Standardise on C compatibility headers | Laurent Pinchart |
2019-10-15 | libcamera: v4l2_controls: Remove V4L2ControlList class | Laurent Pinchart |