Age | Commit message (Expand) | Author |
2021-07-22 | ipa: rkisp1: Add support for V12 isp blocks | Heiko Stuebner |
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-14 | ipa: raspberrypi: Remove unused MetadataPtr | Jean-Michel Hautbois |
2021-07-12 | ipa: raspberrypi: Make variable names consistent | Naushir Patuck |
2021-07-12 | ipa: raspberrypi: Increase the default max frame duration to 250s | Naushir Patuck |
2021-07-12 | ipa: raspberrypi: Allow long exposure modes for imx477. | Naushir Patuck |
2021-07-12 | ipa: raspberrypi: Add frame_length to DeviceStatus | Naushir Patuck |
2021-07-12 | ipa: raspberrypi: Add an operator<< to struct DeviceStatus | Naushir Patuck |
2021-07-12 | ipa: raspberrypi: Add a constructor struct DeviceStatus | Naushir Patuck |
2021-07-12 | ipa: raspberrypi: Make device_status.h C++ only header, and update comments | Naushir Patuck |
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart |
2021-07-09 | ipa: libipa: Fixups in CameraSensorHelpers | Jean-Michel Hautbois |
2021-07-02 | ipa: raspberrypi: Drop unneeded [[maybe_unused]] | Laurent Pinchart |
2021-06-30 | ipa: raspberrypi: Generalise the SMIA metadata parser | Naushir Patuck |
2021-06-30 | ipa: raspberrypi: Use a unique_ptr for the metadata parser | Naushir Patuck |
2021-06-28 | libcamera: ipa: raspberrypi: Add support for ov9281 sensor | David Plowman |
2021-06-28 | libcamera: ipa: raspberrypi: Demote warnings about lack of AWB results | David Plowman |
2021-06-28 | ipa: ipu3: Initialize CameraSensorHelper at IPU3 init stage | 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 File to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-06-25 | libcamera/base: Move utils to the base library | Kieran Bingham |
2021-06-24 | ipa: ipu3: Use libcamera::utils::Duration helper class for durations | Umang Jain |
2021-06-22 | ipa: raspberrypi: Fix possible buffer overrun in metadata parsing | Naushir Patuck |
2021-06-16 | meson: summarise paths | Kieran Bingham |
2021-06-15 | ipa: raspberrypi: Non-functional formatting fixes to md_parser_smia.cpp | Naushir Patuck |
2021-06-15 | ipa: raspberrypi: Rename md_parser.cpp to md_parser_smia.cpp | Naushir Patuck |
2021-06-15 | ipa: raspberrypi: Set default values for member variables of MdParser | Naushir Patuck |
2021-06-15 | ipa: raspberrypi: Non-functional formatting fixes to md_parser.hpp | Naushir Patuck |
2021-06-14 | ipa: ipu3: Support return values from configure() | Kieran Bingham |
2021-06-09 | ipa: ipu3: Fix struct/class mismatch in forward declaration | Laurent Pinchart |
2021-06-08 | ipa: raspberrypi: Switch the AGC/Lux code to use utils::Duration | Naushir Patuck |
2021-06-08 | ipa: raspberrypi: Switch AgcAlgorithm API to use utils::Duration | Naushir Patuck |
2021-06-08 | ipa: raspberrypi: Switch ipa and cam_helper to use utils::Duration | Naushir Patuck |
2021-06-08 | ipa: ipu3: Calculate frame duration from minimum VBLANK value | Umang Jain |
2021-06-08 | ipa: ipu3: Copy IPACameraSensorInfo for future usage | Umang Jain |
2021-06-08 | ipa: ipu3: Calculate line duration from IPACameraSensorInfo | Umang Jain |
2021-06-01 | ipa: ipu3: Use a default gamma LUT at startup | Jean-Michel Hautbois |
2021-05-27 | ipa: ipu3: Set output frame duration metadata | Paul Elder |
2021-05-27 | controls: Split FrameDurations into FrameDuration and FrameDurationLimits | Paul Elder |
2021-05-26 | ipa: ipu3: Provide frame timestamps through IPU3Event | Umang Jain |
2021-05-24 | meson: Add a configuration option to build IPAs | Umang Jain |
2021-05-24 | ipa: ipu3: Introduce IPAConfigInfo in IPC | Umang Jain |
2021-05-24 | ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfo | Umang Jain |
2021-05-24 | ipa: mojom: Move CameraSensorInfo struct exclusively to IPA IPC | Umang Jain |
2021-05-11 | meson: Replace obselete join_paths() with '/' operator | Umang Jain |
2021-05-11 | ipa: raspberrypi: Rate-limit the controller algorithms | Naushir Patuck |