summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
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
2021-12-13libcamera: video_device: Support passing ColorSpaces to V4L2 video devicesDavid Plowman
2021-12-13libcamera: video_device: Convert between ColorSpace class and V4L2 formatsDavid Plowman
2021-12-13libcamera: stream: Add ColorSpace fields to StreamConfigurationDavid Plowman
2021-12-13libcamera: Add ColorSpace classDavid Plowman
2021-12-11libcamera: pipeline_handler: Prepare RequestJacopo Mondi
2021-12-11libcamera: request: Add Request::Private::prepare()Jacopo Mondi
2021-12-11libcamera: pipeline: Introduce stopDevice()Jacopo Mondi
2021-12-11libcamera: pipeline_handler: Split request queueingJacopo Mondi
2021-12-11libcamera: request: Add Fence to Request::addBuffer()Jacopo Mondi
2021-12-11libcamera: framebuffer: Add Fence to FrameBufferJacopo Mondi