summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2024-04-24pipeline: raspberrypi: vc4: Fix configuration of the embedded data nodeLaurent Pinchart
2024-04-24pipeline: raspberrypi: vc4: Configure format on Unicam subdevLaurent Pinchart
2024-04-24pipeline: raspberrypi: vc4: Unconditionally create embedded data streamLaurent Pinchart
2024-04-24pipeline: raspberrypi: vc4: Use the CameraSensor embedded data APILaurent Pinchart
2024-04-24pipeline: raspberrypi: vc4: Reorganize platformConfigure()Laurent Pinchart
2024-04-24pipeline: raspberrypi: vc4: Use operator<<(V4L2VideoFormat)Laurent Pinchart
2024-04-24pipeline: raspberrypi: common: Configure sensor embedded dataLaurent Pinchart
2024-04-24libcamera: camera_sensor: Add support for embedded dataLaurent Pinchart
2024-04-24libcamera: Add CameraSensor implementation for raw V4L2 sensorsLaurent Pinchart
2024-04-24libcamera: camera_sensor: Sort factories by priorityLaurent Pinchart
2024-04-24libcamera: camera_sensor: Create abstract base classLaurent Pinchart
2024-04-24libcamera: camera_sensor: Introduce CameraSensorFactoryJacopo Mondi
2024-04-24libcamera: v4l2_videodevice: Update to the new kernel metadata APILaurent Pinchart
2024-04-24libcamera: v4l2_subdevice: Add new metadata formatsLaurent Pinchart
2024-04-24libcamera: v4l2_subdevice: Update to the new kernel routing APILaurent Pinchart
2024-04-20libcamera: device_enumerator: Fix spell errorUmang Jain
2024-04-16libcamera: software_isp: Apply black level compensationMilan Zamazal
2024-04-16libcamera: debayer_cpu: Add BGR888 output supportHans de Goede
2024-04-16libcamera: debayer_cpu: Add support for 8, 10 and 12 bpp unpacked bayer inputHans de Goede
2024-04-16libcamera: swstats_cpu: Add support for 8, 10 and 12 bpp unpacked bayer inputHans de Goede
2024-04-16libcamera: pipeline: simple: Enable use of Soft ISP and Soft IPAAndrey Konovalov
2024-04-16libcamera: pipeline: simple: Rename converterBuffers_ and related varsAndrey Konovalov
2024-04-16libcamera: Introduce SoftwareIspAndrey Konovalov
2024-04-16libcamera: ipa: Add Soft IPAAndrey Konovalov
2024-04-16libcamera: software_isp: Add DebayerCpu classHans de Goede
2024-04-16libcamera: software_isp: Add Debayer base classHans de Goede
2024-04-16libcamera: software_isp: Add SwStatsCpu classHans de Goede
2024-04-16libcamera: shared_mem_object: Reorganize the code and document the SharedMemO...Andrei Konovalov
2024-04-16libcamera: internal: Move SharedMemObject class to a common directoryAndrey Konovalov
2024-04-16libcamera: dma_heaps: extend DmaHeap class to support system heapAndrey Konovalov
2024-04-16libcamera: internal: Move dma_heaps.[h, cpp] to common directoriesAndrey Konovalov
2024-04-16libcamera: pipeline: simple: fix size adjustment in validate()Andrey Konovalov
2024-03-26libcamera: pipeline: Add Mali-C55 ISP pipelineJacopo Mondi
2024-03-15libcamera: camera_sensor: Expose the Bayer orderLaurent Pinchart
2024-03-15libcamera: camera_sensor: Test for read-only HBLANK with READ_ONLY flagLaurent Pinchart
2024-03-15libcamera: camera_sensor: Reorder functionsLaurent Pinchart
2024-03-15libcamera: camera_sensor: Drop updateControlInfo() functionLaurent Pinchart
2024-03-15libcamera: camera_sensor: Move related classes to subdirectoryLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Add V4L2Subdevice::Route structureLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Replace Routing::toString() with operator<<()Laurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Add stream support to get/set functionsLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Rename V4L2SubdeviceFormat::mbus_code to codeLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Drop V4L2SubdeviceFormat::bitsPerPixel()Laurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Extend MediaBusFormatInfo with metadata formatsLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Expose media bus format info as internal APILaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Add code member to MediaBusFormatInfoLaurent Pinchart
2024-03-15libcamera: v4l2_subdevice: Rename V4L2SubdeviceFormatInfoLaurent Pinchart
2024-03-12libcamera: controls: Add policy parameter to ControlList::merge()Stefan Klug
2024-03-12libcamera: framebuffer_allocator: Remove entry if allocation failsBarnabás Pőcze
2024-03-12libcamera: framebuffer_allocator: Use default destructorBarnabás Pőcze