summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2021-08-30libcamera: framebuffer: Add assertion to detect offset is unfilledHirokazu Honda
2021-08-30libcamera: v4l2_videodevice: Create color-format planes in createBuffer()Hirokazu Honda
2021-08-30libcamera: mapped_framebuffer: Return plane begin address by MappedBuffer::ma...Hirokazu Honda
2021-08-30libcamera: framebuffer: Add offset to FrameBuffer::PlaneHirokazu Honda
2021-08-27libcamera: camera configuration: Add at() function in docJacopo Mondi
2021-08-19libcamera: ipc_pipe: Do not run memcpy with null argumentsUmang Jain
2021-08-19libcamera: ipc_unixsocket: Do not run memcpy with null argumentsUmang Jain
2021-08-19ipa: Use FileDescriptor instead of int in layers above IPC payloadPaul Elder
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 controls() and properties() functionsLaurent 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: camera: Fix minor issues in Camera::Private documentationLaurent 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-16libcamera: base: extensible: Pass private pointer as unique_ptr<>Laurent 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: Use ControlIdMap in deserializationJacopo Mondi
2021-08-12libcamera: controls: Create ControlInfoMap with ControlIdMapJacopo Mondi
2021-08-10libcamera: MappedFrameBuffer: Print errno on mmap() failureUmang Jain
2021-08-10libcamera: MappedFrameBuffer: Use typed Flags<MapModes>Kieran Bingham
2021-08-10libcamera: Give MappedFrameBuffer its own implementationKieran Bingham
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-08-03libcamera: camera: Move Camera::Private to header fileLaurent Pinchart
2021-08-03libcamera: frame_buffer: Document the FrameBuffer::Private classLaurent Pinchart
2021-08-03libcamera: base: class: Don't pass Extensible pointer to Private constructorLaurent Pinchart
2021-08-03libcamera: base: class: Link LIBCAMERA_O_PTR to Extensible documentationLaurent Pinchart
2021-08-03libcamera: base: class: Document Extensible::_d() functionsLaurent Pinchart
2021-08-03libcamera: file: Turn MapFlag and OpenModeFlag into enum classLaurent Pinchart
2021-08-03libcamera: file: Use Flags<> class for open flagsLaurent Pinchart
2021-08-03libcamera: file: Use Flags<> class for map flagsLaurent Pinchart
2021-08-03libcamera: flags: Add type-safe enum-based flagsLaurent Pinchart
2021-08-02android, controls: Add and plumb MaxLatency controlPaul Elder
2021-08-02controls: Add boolean constructors for ControlInfoPaul Elder
2021-07-28pipeline: raspberrypi: Fix a bug when clearing out Request buffers on stopNaushir Patuck
2021-07-26libcamera: CameraSensorProperties: Sort entriesLaurent Pinchart
2021-07-25libcamera: Add OV8865 sensor propertiesDaniel Scally