summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2022-05-04libcamera: Replace toString with operator<<() for geometry classesLaurent Pinchart
2022-05-04libcamera: object: Silence gcc false positive error in release modeLaurent Pinchart
2022-04-22libcamera: geometry: Correct the string representation of RectangleHan-Lin Chen
2022-04-22libcamera: geometry: Add operator<< for classes in geometryHan-Lin Chen
2022-04-14libcamera: framebuffer: Make FrameBuffer::cancel() privateDorota Czaplejewicz
2022-04-13ipa: vimc: Synchronise parameter buffer ops namingUmang Jain
2022-04-12libcamera: camera: Ensure requests belong to the cameraKieran Bingham
2022-04-08ipa: ipu3: Replace event-based ops with dedicated functionsUmang Jain
2022-04-07libcamera: v4l2_videodevice: Fix uninitialised watchdogDuration_Umang Jain
2022-04-07libcamera: base: utils: Add missing constructor for DurationLaurent Pinchart
2022-04-06libcamera: camera_sensor: Drop const on the return value of sizes()Laurent Pinchart
2022-04-06libcamera: v4l2_videodevice: Fix typos in a commentNaushir Patuck
2022-04-06pipeline: raspberrypi: Add a Unicam dequeue timeoutNaushir Patuck
2022-04-06libcamera: v4l2_videodevice: Add a dequeue timerNaushir Patuck
2022-04-02ipa: vimc: Rename processControls() to queueRequest()Umang Jain
2022-04-02ipa: rkisp1: Split queuing of request and parameter fillingUmang Jain
2022-04-01libcamera: v4l2_videodevice: Fix potential errno overwriteLaurent Pinchart
2022-03-29libcamera: camera_sensor: Add IMX290 sensor propertiesLaurent Pinchart
2022-03-28libcamera: v4l2_videodevice: Empty the V4L2 buffer cache on streamOff()Naushir Patuck
2022-03-28libcamera: v4l2_videodevice: Do not allow buffer queueing in stopping stateNaushir Patuck
2022-03-28libcamera: v4l2_videodevice: Better tracking of the device stateNaushir Patuck
2022-03-28pipeline: raspberrypi: Repurpose RPi::Stream::reset()Naushir Patuck
2022-03-28pipeline: raspberrypi: Free buffers in the RPiCamera destructor and re-configureNaushir Patuck
2022-03-28pipeline: raspberrypi: Move freeBuffers() to the RPiCameraData classNaushir Patuck
2022-03-28pipeline: raspberrypi: Avoid over-allocation for ISP Output 1Naushir Patuck
2022-03-25libcamera: base: timer: Drop start() overload with int argumentLaurent Pinchart
2022-03-25pipeline: rkisp1: Match sensor aspect ratio when generating configurationsLaurent Pinchart
2022-03-23ipa: rkisp1: Replace event-based ops with dedicated functionsUmang Jain
2022-03-23libcamera: framebuffer: Add a missing space in documentationUmang Jain
2022-03-23libcamera: v4l2_videodevice: Clarify setting of v4l2_buffer timestampUmang Jain
2022-03-23libcamera: v4l2_videodevice: Remove setting of buffer sequenceUmang Jain
2022-03-23libcamera: camera_sensor: Add OV5640 sensor propertiesPaul Elder
2022-03-23libcamera: camera_sensor: Add IMX296 sensor propertiesLaurent Pinchart
2022-03-17libcamera: Add OV2740 camera sensor propertiesDaniel Scally
2022-03-15libcamera: ipu3: Pass lens controls to config infoDaniel Scally
2022-03-15libcamera: camera_lens: Add function to fetch subdev controlsDaniel Scally
2022-03-15libcamera: camera_sensor: Discover VCMs through ancillary linksDaniel Scally
2022-03-15libcamera: media_device: Handle ancillary links in populateLinks()Daniel Scally
2022-03-15libcamera: Add members to MediaEntity to support ancillary entitiesDaniel Scally
2022-03-11libcamera: Fix typo in a function name for camera lens classJean-Michel Hautbois
2022-03-04libcamera: pipeline: raspberrypi: Fix scaler crop when sensor is configuredDavid Plowman
2022-02-10pipeline: raspberrypi: Simplify image/embedded buffer matching logicNaushir Patuck
2022-02-10pipeline: raspberrypi: Allow Stream::returnBuffer() to handle internal buffersNaushir Patuck
2022-02-04libcamera: base: object: Prevent the same signal being connected more than onceKieran Bingham
2022-02-04libcamera: pipeline_handler: Register requestsKieran Bingham
2022-02-03libcamera: pipeline: raspberrypi: Do not mark the Embedded Data stream as ext...Naushir Patuck
2022-02-01pipeline: raspberrypi: Fix the buffer count calculation for the ISP input streamNaushir Patuck
2022-02-01pipeline: raspberrypi: Fix log messageNaushir Patuck
2022-01-19pipeline: raspberrypi: Return all ISP resolutions from generateConfiguration()Naushir Patuck
2022-01-19pipeline: raspberrypi: Simplify calculation of sensor's native Bayer orderDavid Plowman