summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2022-09-12libcamera: control_serializer: store/load all ControlValue typesChristian Rauch
2022-09-08libcamera: v4l2_subdevice: Silence warning for unknown metadata formatsLaurent Pinchart
2022-09-07pipeline: uvcvideo: Fail match() if the camera has no supported formatLaurent Pinchart
2022-09-07pipeline: uvcvideo: Cache supported formats in UVCCameraDataLaurent Pinchart
2022-09-07pipeline: uvcvideo: Move camera ID generation to UVCCameraData classLaurent Pinchart
2022-09-05libcamera: v4l2_device: Report device node on failureKieran Bingham
2022-09-05CameraSensor: Don't fail to add camera with faulty lensKieran Bingham
2022-09-05libcamera: yaml_parser: Report filename on failuresKieran Bingham
2022-09-05libcamera: Override "libcamera" dependency in mesonBarnabás Pőcze
2022-09-05libcamera: v4l2_device: Map YCbCrEncoding::None to V4L2Laurent Pinchart
2022-09-01pipeline: uvcvideo: Add color space supportLaurent Pinchart
2022-09-01libcamera: color_space: Move color space adjustment to ColorSpace classUmang Jain
2022-09-01libcamera: colorspace: Rectify the ColorSpace::Srgb presetUmang Jain
2022-09-01libcamera: v4l2_videodevice: Improve toColorSpace() readabilityUmang Jain
2022-09-01libcamera: v4l2_device: Adjust colorspace based on pixel formatUmang Jain
2022-09-01libcamera: v4l2_subdevice: Add color encoding for media bus formatsUmang Jain
2022-08-31libcamera: request: Rename Private::reuse() to Private::reset()Umang Jain
2022-08-30libcamera: media_device: Fix \sa tags for MediaDevice::linkMarvin Schmidt
2022-08-30libcamera: pipeline: rkisp1: Implement color space supportLaurent Pinchart
2022-08-26libcamera: color_space: Add fromString() functionLaurent Pinchart
2022-08-26libcamera: color_space: Reorder members in the same order as the headerLaurent Pinchart
2022-08-25libcamera: color_space: Rename Jpeg to SyccLaurent Pinchart
2022-08-25libcamera: ipu3: Use std::max() instead of expandTo() to get the max resolutionHan-Lin Chen via libcamera-devel
2022-08-25libcamera: Use const reference for range loopsChristian Rauch via libcamera-devel
2022-08-21libcamera: yaml_parser: De-duplicate common code in YamlObject::get()Laurent Pinchart
2022-08-21libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_tLaurent Pinchart
2022-08-21libcamera: yaml_parser: Fix bounds checking for 16-bit YamlObject::get()Laurent Pinchart
2022-08-21libcamera: pipeline: rkisp1: Remove unused assignmentChristian Rauch
2022-08-20libcamera: v4l2: Set colorspace flagsUmang Jain
2022-08-16meson: Use dependency() instead of find_library() where possibleLaurent Pinchart
2022-08-10libcamera: Allow concurrent use of cameras from same pipeline handlerLaurent Pinchart
2022-08-10libcamera: formats: Fix warning for unknown V4L2 pixfmtJacopo Mondi
2022-08-09pipeline: ipu3: Support IPA tuning fileLaurent Pinchart
2022-08-09libcamera: yaml_parser: Return nullopt on error from YamlObject::get()Laurent Pinchart
2022-08-09libcamera: Make IPA module signing recommended instead of mandatoryLaurent Pinchart
2022-08-09libcamera: pub_key: Support openssl as an alternative to gnutlsLaurent Pinchart
2022-08-09libcamera: pub_key: Gracefully handle failures to load public keyLaurent Pinchart
2022-08-09libcamera: meson: Use dependency() to find gnutlsLaurent Pinchart
2022-08-09libcamera: controls: Generate and use fixed-sized Span typesChristian Rauch
2022-08-04libcamera: Correct typos and omissions for packed 10-bit raw monochrome formatDavid Plowman
2022-08-04libcamera: Switch internal YAML files to YAML 1.1Laurent Pinchart
2022-08-04pipeline: rkisp1: Move ControlInfoMap to IPA moduleLaurent Pinchart
2022-08-03libcamera: pipeline: simple: Add support for NXP ISILaurent Pinchart
2022-08-03libcamera: pipeline: simple: Don't disable links carrying other streamsLaurent Pinchart
2022-08-03libcamera: pipeline: simple: Walk pipeline using subdev internal routingPhi-Bang Nguyen
2022-08-03libcamera: pipeline: simple: Setup links in the context of sink entitiesLaurent Pinchart
2022-08-03libcamera: pipeline: simple: Reset routing table of subdevsJacopo Mondi
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