summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/ipu3/ipu3.cpp
AgeCommit message (Expand)Author
4 dayslibcamera: pipeline: Rename pipelines to a shorter nameJulien Vuillaumier
10 dayslibcamera: Drop file name from header comment blocksLaurent Pinchart
2023-10-23libcamera: Use CameraConfiguration::orientationJacopo Mondi
2023-07-04libcamera: camera: Take span of StreamRole instead of vectorBarnabás Pőcze
2023-02-09pipeline: ipu3: Drop unused codeLaurent Pinchart
2023-01-30libcamera: camera_sensor: Apply flips at setFormat()Jacopo Mondi
2023-01-30libcamera: camera_sensor: Validate TransformJacopo Mondi
2022-11-09libcamera: pipeline_handler: Return unique_ptr from generateConfiguration()Laurent Pinchart
2022-10-10pipeline: ipu3: Set bytesused before queuing parameters bufferLaurent Pinchart
2022-08-25libcamera: ipu3: Use std::max() instead of expandTo() to get the max resolutionHan-Lin Chen via libcamera-devel
2022-08-09pipeline: ipu3: Support IPA tuning fileLaurent Pinchart
2022-07-20libcamera: Remove extra ':' after '\todo'Laurent Pinchart
2022-07-19libcamera: controls: Avoid double lookupsLaurent Pinchart
2022-07-19libcamera: controls: Use std::optional to handle invalid control valuesChristian Rauch
2022-06-05libcamera: ipu3: Fix rogue whitespaceChristian Rauch
2022-04-14libcamera: framebuffer: Make FrameBuffer::cancel() privateDorota Czaplejewicz
2022-04-08ipa: ipu3: Replace event-based ops with dedicated functionsUmang Jain
2022-03-15libcamera: ipu3: Pass lens controls to config infoDaniel Scally
2022-03-11libcamera: Fix typo in a function name for camera lens classJean-Michel Hautbois
2021-12-11libcamera: pipeline: Introduce stopDevice()Jacopo Mondi
2021-12-06libcamera: pipeline: ipu3: Apply a requested test pattern modeHirokazu Honda
2021-12-06libcamera: camera_sensor: Reference test pattern modes by enum typeHirokazu Honda
2021-12-06libcamera: ipu3: Only process focus if we have a lensKieran Bingham
2021-12-03ipu3: ipa: Allow IPA to apply controls to the lens deviceHan-Lin Chen
2021-11-15ipa: ipu3: Move ExposureTime to IPAJean-Michel Hautbois
2021-11-15ipu3: ipa: Report effective sensor controls with statistics to IPAHan-Lin Chen
2021-11-15ipa: ipu3: Extend ipu3 ipa interface for sensor controlsHan-Lin Chen
2021-11-11libcamera: pipeline: ipu3: Fix minCrop indentationKieran Bingham
2021-10-15ipa: ipu3: Update camera controls in configure()Jacopo Mondi
2021-10-15libcamera: ipu3: Split controls init/updateJacopo Mondi
2021-10-15libcamera: ipu3: Rationalize constant expressions namesJacopo Mondi
2021-10-15libcamera: ipu3: Centralize ImgU sizes definitionJacopo Mondi
2021-10-15libcamera: ipu3: Use the optimal sensor sizeJacopo Mondi
2021-10-15libcamera: pipeline: ipu3: Use new Size grownBy() and shrunkBy() helpersLaurent Pinchart
2021-09-27libcamera: ipu3: Drop entityControls mapJacopo Mondi
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_handler: Drop CameraData classLaurent Pinchart
2021-08-17libcamera: pipeline: ipu3: Migrate to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: camera: Pass Private pointer to Camera constructorLaurent Pinchart
2021-08-12libcamera: ipu3: Initialize controls in the IPAJacopo Mondi
2021-08-12libcamera: controls: Create ControlInfoMap with ControlIdMapJacopo Mondi
2021-08-09ipu3: Disallow raw only camera configurationUmang Jain
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-06-16pipeline: ipu3: Report error when failing to configureKieran Bingham
2021-06-14libcamera: pipeline: ipu3: Report available sensor test pattern modeHirokazu Honda
2021-06-14ipa: ipu3: Support return values from configure()Kieran Bingham
2021-05-27controls: Split FrameDurations into FrameDuration and FrameDurationLimitsPaul Elder
2021-05-26ipa: ipu3: Provide frame timestamps through IPU3EventUmang Jain