Age | Commit message (Expand) | Author |
2020-08-03 | libcamera: geometry: Add isNull() function to Rectangle class | Jacopo Mondi |
2020-08-03 | libcamera: utils: Add alignUp and alignDown functions | Jacopo Mondi |
2020-08-03 | libcamera: device_enumerator_udev: Align class final declaration with sysfs s... | Niklas Söderlund |
2020-07-31 | libcamera: camera: Ensure deletion via deleteLater() | Umang Jain |
2020-07-31 | libcamera: object: Add deleteLater() support | Umang Jain |
2020-07-31 | libcamera: thread: Support selective message dispatch to thread | Umang Jain |
2020-07-27 | include: drm_fourcc: Add 16-bit Bayer FourCC | Niklas Söderlund |
2020-07-25 | libcamera: raspberrypi: Add ColourCorrectionMatrix control | David Plowman |
2020-07-23 | libcamera: v4l2_videodevice: Add using statement for format map | Niklas Söderlund |
2020-07-23 | libcamera: formats: Remove ImageFormats | Niklas Söderlund |
2020-07-23 | libcamera: v4l2_subdevice: Replace ImageFormats with a map | Niklas Söderlund |
2020-07-17 | libcamera: pipeline: ipa: raspberrypi: Use dma heap allocs for LS tables | Naushir Patuck |
2020-07-17 | include: linux: Add dma-buf.h and dma-heap.h UAPI headers | Naushir Patuck |
2020-07-17 | libcamera: ipa_proxy: Allow stop() on a stopped IPA | Laurent Pinchart |
2020-07-17 | ipa: raspberrypi: Pass sensor config back from configure() | Laurent Pinchart |
2020-07-17 | ipa: raspberrypi: Pass lens shading table through configure() function | Laurent Pinchart |
2020-07-17 | libcamera: ipa_interface: Add support for custom IPA data to configure() | Laurent Pinchart |
2020-07-15 | libcamera: file: Add read/write support | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Provide in-place versions of the Size helpers | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Make Size and Rectangle usable as constexpr | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Turn Size and Rectangle into classes | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Give constructors to Rectangle | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Define Rectangle after Size | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Add helper functions to the Size class | Laurent Pinchart |
2020-07-10 | libcamera: PixelFormatInfo: Add functions stride and frameSize | Paul Elder |
2020-07-10 | libcamera: StreamConfiguration: Add frameSize field | Paul Elder |
2020-07-10 | libcamera: formats: PixelFormatInfo: Add v4l2 lookup function | Paul Elder |
2020-07-10 | libcamera: V4L2VideoDevice: Add tryFormat | Paul Elder |
2020-07-10 | libcamera: formats: Add fields to info to ease calculating stride | Paul Elder |
2020-07-09 | libcamera: utils: Add map_keys() function | Laurent Pinchart |
2020-07-06 | libcamera: camera: Allow unspecified roles for generateConfiguration | Kieran Bingham |
2020-06-29 | libcamera: geometry: Add isNull() function to Size class | Laurent Pinchart |
2020-06-25 | libcamera: ipa: raspberrypi: Plumb in the libcamera sharpness control | David Plowman |
2020-06-25 | libcamera: pixel_format: Replace hex with format names | Kaaira Gupta |
2020-06-18 | include: linux: Remove drm.h and drm_mode.h | Laurent Pinchart |
2020-06-18 | libcamera: Replace explicit DRM FourCCs with libcamera formats | Laurent Pinchart |
2020-06-18 | libcamera: Define constants for pixel formats in the public API | Laurent Pinchart |
2020-06-17 | libcamera: camera_manager: Introduce signals when a camera is added or removed | Umang Jain |
2020-06-17 | libcamera: device_enumerator: Emit a signal when new devices are added | Umang Jain |
2020-06-09 | libcamera: Add missing SPDX headers to miscellaneous small files | Laurent Pinchart |
2020-06-09 | libcamera: CameraManager, PipelineHandler: Automatically map devnums to Camera | Paul Elder |
2020-06-08 | libcamera: IPAManager: remove instance() and make createIPA() static | Paul Elder |
2020-06-08 | libcamera: IPAManager: make IPAManager lifetime explicitly managed | Paul Elder |
2020-06-06 | libcamera: pixel_format: Make PixelFormat usable as a constexpr | Laurent Pinchart |
2020-06-06 | libcamera: Rename header guards for internal headers | Laurent Pinchart |
2020-06-06 | libcamera: Replace C++ comments with C comments | Laurent Pinchart |
2020-06-06 | libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h} | Laurent Pinchart |
2020-06-05 | libcamera: Mark logPrefix() implementations with override | Laurent Pinchart |
2020-06-02 | libcamera: Declare functions before variables in class definitions | Laurent Pinchart |
2020-05-22 | libcamera: geometry: Set steps to 0 in default SizeRange constructor | Laurent Pinchart |