summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-08-04pipeline: rkisp1: Move ControlInfoMap to IPA moduleLaurent Pinchart
2022-08-03libcamera: v4l2_subdevice: Add support for the V4L2 subdev routing APIJacopo Mondi
2022-08-03libcamera: v4l2_subdevice: Collect subdev capabilitiesJacopo Mondi
2022-08-03libcamera: v4l2_subdevice: Change V4L2Subdevice::WhenceJacopo Mondi
2022-08-03include: linux: Add V4L2 subdev internal routing APILaurent Pinchart
2022-08-03include: linux: Add V4L2 YUVA32 and YUVX32 pixel formatsLaurent Pinchart
2022-08-03include: drm_fourcc: Add AVUY and XVUY 4:4:4 packet formatsLaurent Pinchart
2022-08-03include: linux: Update kernel headers to version v5.19Laurent Pinchart
2022-08-03libcamera: v4l2_videodevice: Match formats supported by the deviceJacopo Mondi
2022-08-03libcamera: v4l2_pixelformat: Implement std::hash specializationLaurent Pinchart
2022-08-03libcamera: v4l2_pixelformat: Return the list of V4L2 formatsJacopo Mondi
2022-08-03libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat()Jacopo Mondi
2022-08-03libcamera: formats: Merge V4L2 single and multi formatsJacopo Mondi
2022-07-28libcamera: Drop unnecessary typename keyword used with std::enable_if_tLaurent Pinchart
2022-07-28include: linux: Update rkisp1 kernel header for DPCC configurationFlorian Sylvestre
2022-07-28libcamera: base: utils: Provide defopt to simplify std::optional::value_or() ...Laurent Pinchart
2022-07-28libcamera: yaml_parser: Add getList() functionFlorian Sylvestre
2022-07-28libcamera: yaml_parser: Preserve order of items in dictionaryLaurent Pinchart
2022-07-28libcamera: yaml_parser: Replace ok flag to get() with std::optionalLaurent Pinchart
2022-07-27raspberrypi: Update Copyright statement in all Raspberry Pi source filesNaushir Patuck
2022-07-20libcamera: controls: Suppress error message from ControlList::get()Naushir Patuck
2022-07-20libcamera: controls: Drop ControlList::contains()Laurent Pinchart
2022-07-20libcamera: Remove extra ':' after '\todo'Laurent Pinchart
2022-07-19libcamera: controls: Use std::optional to handle invalid control valuesChristian Rauch
2022-07-05delayed_controls: Remove reduandant firstSequence_Kieran Bingham
2022-07-04libcamera: framebuffer: Turn the cookie into a 64-bit integerLaurent Pinchart
2022-06-29pipeline: ipa: raspberrypi: Correctly report available control limitsNaushir Patuck
2022-06-29pipeline: ipa: raspberrypi: Move ControlInfoMap to the IPANaushir Patuck
2022-06-27libcamera: v4l2_videodevice: Identify non-zero stream startsKieran Bingham
2022-06-20libcamera: yaml_parser: Add get() specializations for 16-bit integersLaurent Pinchart
2022-06-20libcamera: yaml_parser: Remove memberNames() functionLaurent Pinchart
2022-06-20libcamera: yaml_parser: Add iterator APILaurent Pinchart
2022-06-20libcamera: yaml_parser: Use std::is_same_v<>Laurent Pinchart
2022-06-16libcamera: yaml_parser: Switch from FILE to FileLaurent Pinchart
2022-06-16libcamera: yaml_parser: Extend YamlObject::size() to dictionariesLaurent Pinchart
2022-06-16libcamera: yaml_object: Turn Type into an enum classLaurent Pinchart
2022-06-06libcamera: base: log: Color the log prefixLaurent Pinchart
2022-06-06libcamera: base: log: Add coloring to the log outputLaurent Pinchart
2022-06-05libcamera: request: Add operator<<()Jacopo Mondi
2022-05-27libcamera: ipa: Move IPA control serialization structures to libcamera namespaceLaurent Pinchart
2022-05-27libcamera: media_device: Return string references to avoid copiesLaurent Pinchart
2022-05-10libcamera: raspberrypi: Fetch correct value for SensorSensitivityDavid Plowman
2022-05-10meson: Use new project_*_root() functionsTomi Valkeinen
2022-05-10libcamera: Introduce YamlParser as a helper to parse yaml filesHan-Lin Chen
2022-05-04libcamera: Add operator<<() for V4L2 format classesLaurent Pinchart
2022-05-04libcamera: bayer_format: Add operator<<()Laurent Pinchart
2022-05-04libcamera: Add operator<<() for pixel format classesLaurent Pinchart
2022-05-04libcamera: geometry: Add missing ostream header in geometry.hLaurent Pinchart
2022-04-22libcamera: geometry: Add operator<< for classes in geometryHan-Lin Chen
2022-04-14libcamera: framebuffer: Make FrameBuffer::cancel() privateDorota Czaplejewicz