summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline
AgeCommit message (Expand)Author
2021-02-02libcamera: ipu3: cio2: Fix line breakJacopo Mondi
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: raspberrypi: Remove StaggeredCtrlNiklas Söderlund
2021-01-29libcamera: raspberrypi: Switch to DelayedControlsNiklas 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-20libcamera: raspberrypi: Add control of sensor vblankingNaushir Patuck
2021-01-18libcamera: uvc: Initialize the pixel array propertiesJacopo Mondi
2021-01-12libcamera: pipelines: ipu3: Simplify error bail out path on start()Umang Jain
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-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-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
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-12-08libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()Naushir Patuck
2020-12-07pipeline: ipa: raspberrypi: Handle failures during IPA configurationNaushir Patuck
2020-11-26pipeline: raspberrypi: Fix erroneous bayer buffer requeue on buffer matchingNaushir Patuck
2020-11-23libcamera: pipeline: rkisp1: fix crop configurationHelen Koike
2020-11-17pipeline: raspberrypi: Rework bayer/embedded data buffer matchingNaushir Patuck
2020-11-16pipeline: raspberrypi: Use MappedFrameBuffer for embedded data buffersNaushir Patuck
2020-11-16libcamera: pipeline: simple: Reset format on capture side of converterLaurent Pinchart
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-07libcamera: Drop unnecessary explicit initialization of V4L2DeviceFormatLaurent Pinchart
2020-10-27libcamera: pipeline: simple: Only connect created convertersKieran Bingham
2020-10-27pipeline: raspberrypi: return an error if setFormat() failsTomi Valkeinen
2020-10-27libcamera: pipeline: raspberrypi: Implementation of digital zoomDavid Plowman
2020-10-27libcamera: raspberrypi: Initialise the SensorCropMaximum propertyDavid Plowman
2020-10-26libcamera: ipu3: Register camera controlsJacopo Mondi
2020-10-23libcamera: Declare empty virtual destructors as defaultedLaurent Pinchart
2020-10-21libcamera: pipeline: simple: Set camera propertiesLaurent Pinchart
2020-10-21libcamera: pipeline: Fail match() when no camera is registeredLaurent Pinchart
2020-10-21libcamera: pipeline: rpi_stream: Explicitly name requestBufferKieran Bingham
2020-10-21libcamera: pipeline: Use existing variable definitionsKieran Bingham
2020-10-21libcamera: pipeline: Prevent variable shadowingKieran Bingham
2020-10-20libcamera: Omit extra semicolonsHirokazu Honda
2020-10-12libcamera: pipeline: simple: enable qcom-camssAndrey Konovalov
2020-10-10libcamera: pipeline: simple: enable mplane devices using contiguous memoryAndrey Konovalov
2020-10-07pipeline: ipa: raspberrypi: Switch to use C++17 features where possibleNaushir Patuck
2020-10-02pipeline: raspberrypi: Sensor flips should be applied unconditionallyNaushir Patuck