Age | Commit message (Expand) | Author |
2022-09-01 | libcamera: color_space: Move color space adjustment to ColorSpace class | Umang Jain |
2022-09-01 | libcamera: v4l2_videodevice: Improve toColorSpace() readability | Umang Jain |
2022-09-01 | libcamera: v4l2_device: Adjust colorspace based on pixel format | Umang Jain |
2022-08-31 | libcamera: request: Rename Private::reuse() to Private::reset() | Umang Jain |
2022-08-31 | libcamera: base: signal: Disable connect() for functor if args mismatch | Laurent Pinchart |
2022-08-26 | libcamera: color_space: Add fromString() function | Laurent Pinchart |
2022-08-26 | utils: Satisfy LegacyInputIterator with StringSplitter::iterator | Laurent Pinchart |
2022-08-25 | libcamera: color_space: Rename Jpeg to Sycc | Laurent Pinchart |
2022-08-21 | libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_t | Laurent Pinchart |
2022-08-16 | libcamera: base: Make message.h and mutex.h private | Laurent Pinchart |
2022-08-10 | libcamera: Allow concurrent use of cameras from same pipeline handler | Laurent Pinchart |
2022-08-10 | libcamera: formats: Fix warning for unknown V4L2 pixfmt | Jacopo Mondi |
2022-08-09 | libcamera: pub_key: Support openssl as an alternative to gnutls | Laurent Pinchart |
2022-08-09 | libcamera: controls: Generate and use fixed-sized Span types | Christian Rauch |
2022-08-04 | pipeline: rkisp1: Move ControlInfoMap to IPA module | Laurent Pinchart |
2022-08-03 | libcamera: v4l2_subdevice: Add support for the V4L2 subdev routing API | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_subdevice: Collect subdev capabilities | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_subdevice: Change V4L2Subdevice::Whence | Jacopo Mondi |
2022-08-03 | include: linux: Add V4L2 subdev internal routing API | Laurent Pinchart |
2022-08-03 | include: linux: Add V4L2 YUVA32 and YUVX32 pixel formats | Laurent Pinchart |
2022-08-03 | include: drm_fourcc: Add AVUY and XVUY 4:4:4 packet formats | Laurent Pinchart |
2022-08-03 | include: linux: Update kernel headers to version v5.19 | Laurent Pinchart |
2022-08-03 | libcamera: v4l2_videodevice: Match formats supported by the device | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_pixelformat: Implement std::hash specialization | Laurent Pinchart |
2022-08-03 | libcamera: v4l2_pixelformat: Return the list of V4L2 formats | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat() | Jacopo Mondi |
2022-08-03 | libcamera: formats: Merge V4L2 single and multi formats | Jacopo Mondi |
2022-07-28 | libcamera: Drop unnecessary typename keyword used with std::enable_if_t | Laurent Pinchart |
2022-07-28 | include: linux: Update rkisp1 kernel header for DPCC configuration | Florian Sylvestre |
2022-07-28 | libcamera: base: utils: Provide defopt to simplify std::optional::value_or() ... | Laurent Pinchart |
2022-07-28 | libcamera: yaml_parser: Add getList() function | Florian Sylvestre |
2022-07-28 | libcamera: yaml_parser: Preserve order of items in dictionary | Laurent Pinchart |
2022-07-28 | libcamera: yaml_parser: Replace ok flag to get() with std::optional | Laurent Pinchart |
2022-07-27 | raspberrypi: Update Copyright statement in all Raspberry Pi source files | Naushir Patuck |
2022-07-20 | libcamera: controls: Suppress error message from ControlList::get() | Naushir Patuck |
2022-07-20 | libcamera: controls: Drop ControlList::contains() | Laurent Pinchart |
2022-07-20 | libcamera: Remove extra ':' after '\todo' | Laurent Pinchart |
2022-07-19 | libcamera: controls: Use std::optional to handle invalid control values | Christian Rauch |
2022-07-05 | delayed_controls: Remove reduandant firstSequence_ | Kieran Bingham |
2022-07-04 | libcamera: framebuffer: Turn the cookie into a 64-bit integer | Laurent Pinchart |
2022-06-29 | pipeline: ipa: raspberrypi: Correctly report available control limits | Naushir Patuck |
2022-06-29 | pipeline: ipa: raspberrypi: Move ControlInfoMap to the IPA | Naushir Patuck |
2022-06-27 | libcamera: v4l2_videodevice: Identify non-zero stream starts | Kieran Bingham |
2022-06-20 | libcamera: yaml_parser: Add get() specializations for 16-bit integers | Laurent Pinchart |
2022-06-20 | libcamera: yaml_parser: Remove memberNames() function | Laurent Pinchart |
2022-06-20 | libcamera: yaml_parser: Add iterator API | Laurent Pinchart |
2022-06-20 | libcamera: yaml_parser: Use std::is_same_v<> | Laurent Pinchart |
2022-06-16 | libcamera: yaml_parser: Switch from FILE to File | Laurent Pinchart |
2022-06-16 | libcamera: yaml_parser: Extend YamlObject::size() to dictionaries | Laurent Pinchart |
2022-06-16 | libcamera: yaml_object: Turn Type into an enum class | Laurent Pinchart |