summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline
AgeCommit message (Expand)Author
2021-10-15libcamera: pipeline: ipu3: Use new Size grownBy() and shrunkBy() helpersLaurent Pinchart
2021-10-07pipeline: raspberrypi: Create empty control lists correctlyDavid Plowman
2021-09-27libcamera: ipu3: Drop entityControls mapJacopo Mondi
2021-09-07libcamera: Use V4L2PixelFormat::fromPixelFormat()Laurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Drop toV4L2PixelFormat()Laurent Pinchart
2021-08-31libcamera: pipeline: simple: Remove SimplePipelineHandler::activeCamera_Laurent Pinchart
2021-08-31libcamera: pipeline: simple: Move bufferReady handler to SimpleCameraDataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Move converter to SimpleCameraDataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Add pipeline pad reservation mechanismLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Open all video devices at match() timeLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Store all entity devices in common mapLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Store video node entity in camera dataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Delay opening of video device until init()Laurent Pinchart
2021-08-31libcamera: pipeline: simple: Add sink and source pads to entity dataLaurent Pinchart
2021-08-31ipu3: cio2: Tweak sensor size selection policyUmang Jain
2021-08-31ipu3: cio2: Change sensor size selection policyUmang Jain
2021-08-31ipu3: cio2: Replicate CameraSensor::getFormats() to a member functionUmang Jain
2021-08-31libcamera: camera_sensor: Transform CameraSensor::sizes()Umang Jain
2021-08-17pipeline: ipu3: Skip recording timestamp for cancelled buffersUmang Jain
2021-08-17libcamera: pipeline: Cast to derived pipeline handler with helpersLaurent Pinchart
2021-08-17libcamera: pipeline_handler: Drop CameraData classLaurent Pinchart
2021-08-17libcamera: pipeline: ipu3: Migrate to Camera::PrivateLaurent Pinchart
2021-08-17libcamera: pipeline: raspberrypi: Migrate to Camera::PrivateLaurent Pinchart
2021-08-17libcamera: pipeline: rkisp1: Migrate to Camera::PrivateLaurent Pinchart
2021-08-17libcamera: pipeline: vimc: Migrate to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: pipeline: uvcvideo: Migrate to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: pipeline: simple: Migrate to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: pipeline_handler: Move CameraData members to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: camera: Pass Private pointer to Camera constructorLaurent Pinchart
2021-08-16pipeline: vimc: Force complete of request on cancelled buffersUmang Jain
2021-08-16ipa: vimc: Send and retrieve FrameBuffers from IPAUmang Jain
2021-08-16ipa: vimc: Map and unmap buffersUmang Jain
2021-08-16pipeline: vimc: Allocate mock IPA buffersUmang Jain
2021-08-16ipa: vimc: Add configure() functionLaurent Pinchart
2021-08-12libcamera: ipu3: Initialize controls in the IPAJacopo Mondi
2021-08-12libcamera: controls: Create ControlInfoMap with ControlIdMapJacopo Mondi
2021-08-10src: Remove all unused sys/mman.h inclusionsKieran Bingham
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-09ipu3: Disallow raw only camera configurationUmang Jain
2021-07-28pipeline: raspberrypi: Fix a bug when clearing out Request buffers on stopNaushir Patuck
2021-07-12libcamera: raspberrypi: Allow the tuning file to be set by an environment var...David Plowman
2021-07-12libcamera: framebuffer: Make FrameBuffer class ExtensibleLaurent Pinchart
2021-07-12pipeline: raspberrypi: Use priority write for vblank when writing sensor ctrlsNaushir Patuck
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-06-29libcamera: pipeline: simple: converter: Improve error messageLaurent Pinchart
2021-06-29libcamera: pipeline: simple: Log pipeline topologyLaurent Pinchart
2021-06-25libcamera/base: Move span to base libraryKieran Bingham
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-06-23pipeline: raspberrypi: Simplify RPiCameraData::clearIncompleteRequests()Naushir Patuck