summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline
AgeCommit message (Expand)Author
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: Turn Size and Rectangle into classesLaurent Pinchart
2020-07-15libcamera: geometry: Give constructors to RectangleLaurent Pinchart
2020-07-15libcamera: geometry: Don't default-initialize Size unnecessarilyLaurent Pinchart
2020-07-15libcamera: pipeline: simple: Use std::make_tuple()Laurent Pinchart
2020-07-10libcamera: pipeline: raspberrypi: Fix initial value for scoring routineNaushir Patuck
2020-07-10libcamera: vimc: Fill stride and frameSize at config validationPaul Elder
2020-07-10libcamera: uvcvideo: Fill stride and frameSize at config validationPaul Elder
2020-07-10libcamera: simple: Fill stride and frameSize at config validationPaul Elder
2020-07-10libcamera: rkisp1: Fill stride and frameSize at config validationPaul Elder
2020-07-10libcamera: raspberrypi: Fill stride and frameSize at config validationPaul Elder
2020-07-10libcamera: ipu3: Fill stride and frameSize at config validationPaul Elder
2020-07-10libcamera: pipeline: uvcvideo: Filter out unsupported formatsPaul 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-09libcamera: ipu3: cio2: Make use of utils::map_keys() helperNiklas Söderlund
2020-07-08libcamera: Use Size::isNull()Laurent Pinchart
2020-07-03libcamera: ipu3: cio2: Do not proxy signalNiklas Söderlund
2020-07-03libcamera: ipu3: Make it easier to read when a request may be completedNiklas Söderlund
2020-07-03libcamera: raspberrypi: Document vc_sm_cma pointer sharing with IPANiklas Söderlund
2020-07-01ipa/pipeline: rkisp1: Fix spellingAndrej Shadura
2020-06-29libcamera: ipu3: cio2: Use Size::isNull()Niklas Söderlund
2020-06-29libcamera: raspberrypi: Fail on unsupported stream roleJacopo Mondi
2020-06-29libcamera: raspberrypi: Refuse invalid roles configurationJacopo Mondi
2020-06-29libcamera: ipu3: Fix wrong indentationJacopo Mondi
2020-06-29libcamera: ipu3: Accept an empty roles listJacopo Mondi
2020-06-29libcamera: ipu3: Improve error on multiple raw streams requestJacopo Mondi
2020-06-28libcamera: ipu3: imgu: Use unique_ptr for video and subdevicesNiklas Söderlund
2020-06-28libcamera: ipu3: imgu: Remove ImgUOutputNiklas Söderlund
2020-06-28libcamera: ipu3: Remove IPU3StreamNiklas Söderlund
2020-06-28libcamera: ipu3: Remove the active flag from IPU3StreamNiklas Söderlund
2020-06-28libcamera: ipu3: Do not duplicate data in IPU3StreamNiklas Söderlund
2020-06-28libcamera: ipu3: imgu: Use specific functions to configure each sinkNiklas Söderlund
2020-06-28libcamera: ipu3: imgu: Mark things that are internal as privateNiklas Söderlund
2020-06-28libcamera: ipu3: imgu: Do not cache indexNiklas Söderlund
2020-06-28libcamera: ipu3: imgu: Move the ImgUDevice class to separate filesNiklas Söderlund
2020-06-28libcamera: ipu3: Remove usage of IPU3CameraData from ImgUDeviceNiklas Söderlund
2020-06-28libcamera: ipu3: Always import buffers for ImgU sinksNiklas Söderlund
2020-06-28libcamera: ipu3: Import instead of allocate statistic buffersNiklas Söderlund
2020-06-28libcamera: ipu3: Remove unused name_ filed from IPU3StreamNiklas Söderlund