summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-21libcamera: Add support for planar YVU420 formatNiklas Söderlund
2020-07-17libcamera: pipeline: ipa: raspberrypi: Use dma heap allocs for LS tablesNaushir Patuck
2020-07-17libcamera: ipa_proxy: Allow stop() on a stopped IPALaurent Pinchart
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-17ipa: raspberrypi: Drop CameraHelper::GetOrientation()Laurent 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-17libcamera: ipa_context_wrapper: Fix bad copy&paste in commentLaurent Pinchart
2020-07-17libcamera: ipa: Document the parameters of the IPA C configure functionLaurent Pinchart
2020-07-15libcamera: file: Create the file on open() if it doesn't existLaurent Pinchart
2020-07-15libcamera: file: Add read/write supportLaurent Pinchart
2020-07-15libcamera: geometry: Provide in-place versions of the Size helpersLaurent 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: Define Rectangle after SizeLaurent 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-15libcamera: geometry: Add helper functions to the Size classLaurent Pinchart
2020-07-10libcamera: pipeline: raspberrypi: Fix initial value for scoring routineNaushir Patuck
2020-07-10v4l2: v4l2_camera_proxy: Use stream config in tryFormatPaul Elder
2020-07-10v4l2: v4l2_camera_proxy: Get stride and frameSize from stream configPaul Elder
2020-07-10v4l2: v4l2_camera: Fix stream selection for buffer operationsPaul Elder
2020-07-10libcamera: StreamConfiguration: Update stride documentationPaul Elder
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_handler: Fatal if registering camera without media devicesPaul Elder
2020-07-10libcamera: pipeline: raspberrypi: Acquire media devices with acquireMediaDevicePaul Elder
2020-07-10libcamera: pipeline: raspberrypi: Simplify format fetchingPaul Elder
2020-07-10libcamera: PixelFormatInfo: Add functions stride and frameSizePaul Elder
2020-07-10libcamera: StreamConfiguration: Add frameSize fieldPaul Elder
2020-07-10libcamera: formats: PixelFormatInfo: Add v4l2 lookup functionPaul Elder
2020-07-10libcamera: V4L2VideoDevice: Add tryFormatPaul Elder
2020-07-10libcamera: formats: Add fields to info to ease calculating stridePaul Elder
2020-07-10libcamera: formats: Add NV24 and NV42, and reorder NV formatsPaul Elder
2020-07-09libcamera: ipu3: cio2: Make use of utils::map_keys() helperNiklas Söderlund
2020-07-09libcamera: utils: Add map_keys() functionLaurent Pinchart
2020-07-08libcamera: Use Size::isNull()Laurent Pinchart
2020-07-07android: camera_device: Remove single buffer restriction.Kieran Bingham
2020-07-07android: camera_device: Add buffers for each stream to RequestsKieran Bingham