summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/raspberrypi
AgeCommit message (Expand)Author
2020-09-29pipeline: raspberrypi: Rename RPi::RPiStream and RPi::RPiDeviceNaushir Patuck
2020-09-29libcamera: raspberrypi: Plumb user transform through to IPADavid Plowman
2020-09-29libcamera: raspberrypi: Set camera flips correctly from user transformDavid Plowman
2020-09-29libcamera: Add user Transform to CameraConfigurationDavid Plowman
2020-09-29libcamera: pipeline: raspberrypi: Revert "Set sensor default orientation befo...David Plowman
2020-09-21pipeline: ipa: raspberrypi: Handle any externally allocated FrameBufferNaushir Patuck
2020-09-21pipeline: raspberrypi: Use an unordered_set to store IPA buffer idsNaushir Patuck
2020-09-21pipeline: raspberrypi: Use an unordered_map for the stream buffer listNaushir Patuck
2020-09-21libcamera: pipeline: ipa: raspberrypi: Remove use of FrameBuffer cookieNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Add more robust stream buffer logicNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Fix bug in passing configuration to IPANaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Rework stream buffer logic for zero-copyNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Remove const qualifier from RPiStreamNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Increase the number of RAW buffersNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Add some debug loggingNaushir Patuck
2020-09-21libcamera: pipeline: ipa: raspberrypi: Rework drop frame signallingNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Move RPiStream into a separate fileNaushir Patuck
2020-08-28libcamera: raspberrypi: Check dma heap allocatorJacopo Mondi
2020-08-28libcamera: raspberrypi: dmaheaps: Add isValid()Jacopo Mondi
2020-08-28libcamera: raspberrypi: dmaheaps: Improve device openJacopo Mondi
2020-08-27pipeline: raspberrypi: Set sensor default orientation before configure()Naushir Patuck
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-25libcamera: Drop explicit construction of std::queueLaurent Pinchart
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-08-05libcamera: pipelines: Use sensor ID as camera nameNiklas Söderlund
2020-07-23libcamera: v4l2_videodevice: Add using statement for format mapNiklas Söderlund
2020-07-17libcamera: pipeline: ipa: raspberrypi: Use dma heap allocs for LS tablesNaushir Patuck
2020-07-17libcamera: pipeline: raspberrypi: Start IPA when starting cameraLaurent Pinchart
2020-07-17ipa: raspberrypi: Pass sensor config back from configure()Laurent Pinchart
2020-07-17ipa: raspberrypi: Pass lens shading table through configure() functionLaurent Pinchart
2020-07-17libcamera: pipeline: raspberrypi: Set sensor flip based on rotationLaurent Pinchart
2020-07-17libcamera: pipeline: raspberrypi: Move configureIPA() to RPiCameraDataLaurent Pinchart
2020-07-17libcamera: pipeline: raspberrypi: Constify parameter to StaggeredCtrl::set()Laurent Pinchart
2020-07-17libcamera: pipeline: raspberrypi: Drop unused local variableLaurent Pinchart
2020-07-17libcamera: ipa_interface: Add support for custom IPA data to configure()Laurent Pinchart
2020-07-15libcamera: geometry: Give constructors to RectangleLaurent Pinchart
2020-07-15libcamera: geometry: Don't default-initialize Size unnecessarilyLaurent Pinchart
2020-07-10libcamera: pipeline: raspberrypi: Fix initial value for scoring routineNaushir Patuck
2020-07-10libcamera: raspberrypi: Fill stride and frameSize at config validationPaul Elder
2020-07-10libcamera: pipeline: raspberrypi: Filter out unsupported formatsPaul Elder
2020-07-10libcamera: pipeline: raspberrypi: Acquire media devices with acquireMediaDevicePaul Elder
2020-07-10libcamera: pipeline: raspberrypi: Simplify format fetchingPaul Elder
2020-07-03libcamera: raspberrypi: Document vc_sm_cma pointer sharing with IPANiklas Söderlund
2020-06-29libcamera: raspberrypi: Fail on unsupported stream roleJacopo Mondi
2020-06-29libcamera: raspberrypi: Refuse invalid roles configurationJacopo Mondi
2020-06-25libcamera: pipeline: raspberrypi: Add StreamFormats to StreamConfigurationNaushir Patuck
2020-06-18libcamera: pipeline: Replace explicit DRM FourCCs with libcamera formatsLaurent Pinchart
2020-06-09libcamera: pipeline: raspberrypi: Use LGPL-2.1 licenseNaushir Patuck
2020-06-08libcamera: IPAManager: remove instance() and make createIPA() staticPaul Elder
2020-06-05libcamera: raspberrypi: Align include guardNiklas Söderlund