summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-09-27libcamera: control_serializer: Separate the handles spaceJacopo Mondi
2021-09-27libcamera: control_serializer: Use the right idmapJacopo Mondi
2021-09-27libcamera: ipu3: Drop entityControls mapJacopo Mondi
2021-09-10libcamera: v4l2_pixelformat: Add helper function to get the descriptionPaul Elder
2021-09-10libcamera: v4l2_pixelformat: Add V4L2 description stringsPaul Elder
2021-09-09libcamera: controls: Use a const ControlValidatorKieran Bingham
2021-09-07libcamera: framebuffer: Prevent modifying the number of metadata planesLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Cache PixelFormatInfoLaurent Pinchart
2021-09-07libcamera: framebuffer: Add a function to check if planes are contiguousLaurent Pinchart
2021-09-07libcamera: framebuffer: Move planes check to constructorLaurent Pinchart
2021-09-07libcamera: formats: Support V4L2 non-contiguous formatsLaurent Pinchart
2021-09-07libcamera: formats: Add planeSize() helpers to PixelFormatInfoLaurent Pinchart
2021-09-07libcamera: formats: Move plane info structure to PixelFormatInfoLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Drop toV4L2PixelFormat()Laurent Pinchart
2021-09-07libcamera: file_descriptor: Add a function to retrieve the inodeLaurent Pinchart
2021-09-07libcamera: base: utils: Use size_t for index in utils::enumerate()Laurent Pinchart
2021-09-02libcamera: Drop emitter object pointer from signal argumentsLaurent Pinchart
2021-09-02libcamera: base: signal: Support connecting signals to functorsLaurent Pinchart
2021-09-02libcamera: base: bound_method: Remove BoundMethodArgs specializationLaurent Pinchart
2021-09-02libcamera: base: bound_method: Remove BoundMethodMember specializationLaurent Pinchart
2021-08-31libcamera: media_object: Expose entity typeLaurent Pinchart
2021-08-31libcamera: mapped_framebuffer: Rename maps() to planes()Hirokazu Honda
2021-08-31libcamera: camera_sensor: Transform CameraSensor::sizes()Umang Jain
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-27base: class: Remove undesired semi-colon from LIBCAMERA_O_PTRKieran Bingham
2021-08-23libcamera: controls: Initialize ControlInfoMap::idmap_Jacopo Mondi
2021-08-19ipa: Use FileDescriptor instead of int in layers above IPC payloadPaul Elder
2021-08-17libcamera: pipeline_handler: Drop controls() and properties() functionsLaurent Pinchart
2021-08-17libcamera: pipeline_handler: Drop CameraData classLaurent 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-16ipa: vimc: Send and retrieve FrameBuffers from IPAUmang Jain
2021-08-16ipa: vimc: Map and unmap 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: Use typed Flags<MapModes>Kieran Bingham
2021-08-10libcamera: Give MappedFrameBuffer its own implementationKieran Bingham
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-03libcamera: camera: Make Camera::Private members privateLaurent Pinchart
2021-08-03libcamera: camera: Move Camera::Private to header fileLaurent Pinchart
2021-08-03libcamera: base: class: Don't pass Extensible pointer to Private constructorLaurent 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