summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2021-02-04libcamera: v4l2_videodevice: remove confusing memory MMAP assignment before Q...Helen Koike
2021-02-02libcamera: Improve Request life cycle trackingJacopo Mondi
2021-02-02libcamera: ipu3: cio2: Fix line breakJacopo Mondi
2021-02-01libcamera: formats: Add RGB565_BE formatLaurent Pinchart
2021-01-29libcamera: pipeline: rkisp1: Avoid race when processing parameter buffersNiklas Söderlund
2021-01-29libcamera: pipeline: rkisp1: Remove TimelineNiklas Söderlund
2021-01-29libcamera: pipeline: rkisp1: Use SOF event to warn about late parametersNiklas Söderlund
2021-01-29libcamera: pipeline: rkisp1: Use delayed controlsNiklas Söderlund
2021-01-29libcamera: camera_sensor: Expose the camera deviceNiklas Söderlund
2021-01-29libcamera: raspberrypi: Remove StaggeredCtrlNiklas Söderlund
2021-01-29libcamera: raspberrypi: Switch to DelayedControlsNiklas Söderlund
2021-01-29libcamera: delayed_controls: Add helper for controls that apply with a delayNiklas Söderlund
2021-01-25libcamera: ipu3: Report ScalerCrop in metadataJacopo Mondi
2021-01-25libcamera: ipu3: Register ScalerCrop controlJacopo Mondi
2021-01-25libcamera: ipu3: Register Exposure controlJacopo Mondi
2021-01-25libcamera: camera_sensor: Make V4L2_CID_EXPOSURE mandatoryJacopo Mondi
2021-01-25libcamera: CameraSensor: Mention V4L2 in get/setControls()Jacopo Mondi
2021-01-20libcamera: raspberrypi: Add control of sensor vblankingNaushir Patuck
2021-01-20libcamera: controls: Add frame duration controlNaushir Patuck
2021-01-18libcamera: camera_sensor: Initialize VIMC propertiesJacopo Mondi
2021-01-18libcamera: media_object: Add a const version of dev()Jacopo Mondi
2021-01-18libcamera: uvc: Initialize the pixel array propertiesJacopo Mondi
2021-01-18libcamera: camera_sensor: Do not default 'rotation'Jacopo Mondi
2021-01-18libcamera: camera_sensor: Default 'location' to ExternalJacopo Mondi
2021-01-18libcamera: camera_sensor: Default analogue crop rectangleJacopo Mondi
2021-01-18libcamera: camera_sensor: Provide fall-back for sensor propertiesJacopo Mondi
2021-01-18libcamera: camera_sensor: Validate driver supportJacopo Mondi
2021-01-13libcamera: sysfs: Fix directory exists checkNiklas Söderlund
2021-01-12libcamera: pipelines: ipu3: Simplify error bail out path on start()Umang Jain
2021-01-12libcamera: v4l2_videodevice: Track streaming stateKieran Bingham
2021-01-05libcamera: camera: Fix-typoSebastian Fricke
2020-12-30libcamera: file: Check files exist()Kieran Bingham
2020-12-30libcamera: camera_sensor: Register ColorFilterArrangementJacopo Mondi
2020-12-30libcamera: bayer_format: Add support for mbus codesJacopo Mondi
2020-12-30libcamera: properties: ColorFilterArrangement draft propertyJacopo Mondi
2020-12-28libcamera: pipeline_handler: Remove Camera pointer from CameraDataNiklas Söderlund
2020-12-28libcamera: pipeline_handler: Remove Camera argument from request handlingNiklas Söderlund
2020-12-27libcamera: pipeline: simple: Remove the unused configs_ variablePhi-Bang Nguyen
2020-12-27libcamera: bound_method: Fix enumerators documentationLaurent Pinchart
2020-12-20libcamera: controls: Add DigitalGain controlDavid Plowman
2020-12-18libcamera: pipeline: simple: Remove non-implemented methodsJacopo Mondi
2020-12-14libcamera: pipeline: Manage resources with std::unique_ptr<>Laurent Pinchart
2020-12-14libcamera: pipeline: vimc: Use V4L2*::fromEntityName() where possibleLaurent Pinchart
2020-12-14libcamera: pipeline: raspberrypi: Don't leak RPiCameraData::sensor_Laurent Pinchart
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-11libcamera: pipeline: raspberrypi: Pass the drop frame count in start, not con...David Plowman
2020-12-11libcamera: pipeline: raspberrypi: Allow ScalerCrop to work when passed in Cam...David Plowman
2020-12-09libcamera: v4l2_device: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-09libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-08pipeline: ipa: raspberrypi: Pass controls to IPA on startNaushir Patuck