summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
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
2022-01-19libcamera: camera_sensor: Clear camera flips after opening the deviceDavid Plowman
2022-01-10pipeline: raspberrypi: Demote the category of a logging messageNaushir Patuck
2022-01-08libcamera: pipeline: raspberrypi: Update sensor's V4L2_CID_NOTIFY_GAINS controlDavid Plowman
2022-01-08libcamera: v4l2_device: Add support for integer array controlsDavid Plowman
2022-01-06pipeline: raspberrypi: Add support for Video Mux and Bridge devicesNaushir Patuck
2022-01-06pipeline: raspberrypi: Move sensor entity detection out of registerCamera()Naushir Patuck
2022-01-06libcamera: pkg-config: Do not hardcode versionKieran Bingham
2022-01-03libcamera: pipeline_handler: Make lock() and unlock() thread-safeLaurent Pinchart
2022-01-03libcamera: media_device: Move recursive lock handling to pipeline handlerLaurent Pinchart
2022-01-03libcamera: controls: Use ASSERT() instead of assert()Laurent Pinchart
2021-12-29libcamera: pipeline: simple: Rename Entity::link to sourceLinkLaurent Pinchart
2021-12-13libcamera: pipeline: raspberrypi: Support color spacesDavid Plowman
2021-12-13libcamera: camera: Add validateColorSpaces to CameraConfiguration classDavid Plowman
2021-12-13libcamera: v4l2_subdevice: Support passing ColorSpaces to V4L2 subdevicesDavid Plowman
2021-12-13libcamera: v4l2_subdevice: Add colorSpace field to V4L2SubdeviceFormatDavid Plowman