summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-23ipa: ipu3: awb: remove local storage of the gridJean-Michel Hautbois
2021-08-23ipa: ipu3: agc: remove local storage of the gridJean-Michel Hautbois
2021-08-21qcam: Replace MappedBuffer with Span<uint8_t>Laurent Pinchart
2021-08-20ipa: ipu3: Move IPU3 agc into algorithmsJean-Michel Hautbois
2021-08-20ipa: ipu3: Move IPU3 awb into algorithmsJean-Michel Hautbois
2021-08-20ipa: ipu3: convert AGC to the new algorithm interfaceJean-Michel Hautbois
2021-08-20ipa: ipu3: convert AWB to the new algorithm interfaceJean-Michel Hautbois
2021-08-20ipa: ipu3: Introduce a modular tone mapping algorithmJean-Michel Hautbois
2021-08-20ipa: ipu3: Introduce modular algorithmJean-Michel Hautbois
2021-08-20ipa: ipu3: Add the functions to the Algorithm classJean-Michel Hautbois
2021-08-20ipa: ipu3: Introduce a Context structureJean-Michel Hautbois
2021-08-20ipa: move libipa::Algorithm to ipa/ipu3/algorithmsJean-Michel Hautbois
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-17ipa: raspberrypi: Fix bcm2835-isp inclusion type.Kieran Bingham
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-14raspberrypi: ipa: Add tuning files for "NOIR" ov5647, imx219, imx477 modulesDavid Plowman
2021-08-12ipa: ipu3: Tidy-up includesJacopo Mondi
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-06android: mm: cros_camera_buffer: Fix unused parameterHirokazu Honda
2021-08-06android: camera_device: Propagate the requested test pattern modeHirokazu Honda
2021-08-05ipa: raspberrypi: AGC: handle modes with different sensitivitiesDavid Plowman
2021-08-05ipa: raspberrypi: Add sensitivity field to camera modeDavid Plowman