Age | Commit message (Expand) | Author |
2020-10-26 | libcamera: span: Make constructors explicit as required by C++20 | Laurent Pinchart |
2020-10-26 | ipa: raspberry: Initialize ControlInfo with values list | Jacopo Mondi |
2020-10-26 | libcamera: controls: Generate an array of valid values | Jacopo Mondi |
2020-10-26 | libcamera: controls: Construct from valid values | Jacopo Mondi |
2020-10-26 | libcamera: Support draft controls and properties | Kieran Bingham |
2020-10-26 | libcamera: controls: Disable ControlValue<T> construction from unsupported T | Laurent Pinchart |
2020-10-23 | libcamera: Declare empty virtual destructors as defaulted | Laurent Pinchart |
2020-10-23 | libcamera: Drop unneeded empty default constructors and destructors | Laurent Pinchart |
2020-10-23 | libcamera: media_object: Remove unneeded destructors | Laurent Pinchart |
2020-10-21 | libcamera: v4l2_videodevice: Prevent shadowing of V4L2BufferCache members | Kieran Bingham |
2020-10-20 | ipa: Skip doxygen parsing for pipeline-specific IPA headers | Laurent Pinchart |
2020-10-20 | ipa: Rename ipa_vimc.h to vimc.h | Laurent Pinchart |
2020-10-20 | include: libcamera: Omit extra semicolons | Hirokazu Honda |
2020-10-19 | include: linux: Update V4L2_CID_USER_BCM2835_ISP_BASE to match upstream tree | Naushir Patuck |
2020-10-12 | libcamera, android, cam, gstreamer, qcam, v4l2: Reuse Request | Paul Elder |
2020-10-07 | libcamera: ProcessManager: make ProcessManager lifetime explicitly managed | Paul Elder |
2020-10-02 | libcamera: utils: Add method to remove non-ASCII characters | Niklas Söderlund |
2020-09-30 | libcamera: span: Use default copy assignemnt operator | Laurent Pinchart |
2020-09-30 | libcamera: stream: Rename StillCaptureRaw to Raw | Niklas Söderlund |
2020-09-29 | ipa: raspberrypi: Tidy up variable names to be consistent | Naushir Patuck |
2020-09-29 | ipa: raspberrypi: Move IPA parameters to the RPi namespace | Naushir Patuck |
2020-09-29 | libcamera: Add user Transform to CameraConfiguration | David Plowman |
2020-09-29 | libcamera: Add BayerFormat type | David Plowman |
2020-09-29 | libcamera: Add Transform enum to represent 2D plane transforms. | David Plowman |
2020-09-29 | libcamera: Allow access to v4l2_query_ext_ctrl structure for a V4L2 control | David Plowman |
2020-09-29 | include: linux: Update rkisp1 header | Niklas Söderlund |
2020-09-29 | FrameBufferAllocator: fix non-copyability | Tomi Valkeinen |
2020-09-24 | libcamera: Move Header generation utilities to utils | Kieran Bingham |
2020-09-22 | libcamera: buffer: Remove copyFrom() | Niklas Söderlund |
2020-09-21 | pipeline: ipa: raspberrypi: Handle any externally allocated FrameBuffer | Naushir Patuck |
2020-09-21 | libcamera: pipeline: ipa: raspberrypi: Rework drop frame signalling | Naushir Patuck |
2020-09-21 | libcamera: Don't unnecessarily include event_notifier.h | Laurent Pinchart |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-08-25 | libcamera: Replace utils::clamp() with std::clamp() | Laurent Pinchart |
2020-08-25 | libcamera: Remove void specifier for functions that take no arguments | Laurent Pinchart |
2020-08-16 | libcamera: camera: Mark controls() and properties() as const operations | Niklas Söderlund |
2020-08-16 | libcamera: pipeline_handler: Mark controls() and properties() as const operat... | Niklas Söderlund |
2020-08-16 | libcamera: pipeline_handler: Add const version of cameraData() | Niklas Söderlund |
2020-08-14 | libcamera: request: Make Stream pointer const | Niklas Söderlund |
2020-08-14 | libcamera: request: Declare a using directive for map of buffers | Niklas Söderlund |
2020-08-06 | libcamera: buffer: Create a MappedBuffer | Kieran Bingham |
2020-08-06 | libcamera: formats: add numPlanes helper | Kieran Bingham |
2020-08-05 | libcamera: camera: Rename name() to id() | Niklas Söderlund |
2020-08-05 | libcamera: camera_sensor: Add accessors for sensor ID | Niklas Söderlund |
2020-08-05 | libcamera: camera_sensor: Generate a sensor ID | Niklas Söderlund |
2020-08-05 | libcamera: v4l2_device: Add method to lookup device path | Niklas Söderlund |
2020-08-05 | libcamera: sysfs: Add helper to lookup device firmware node path | Niklas Söderlund |
2020-08-05 | libcamera: sysfs: Add helper to lookup sysfs path of a character device | Niklas Söderlund |
2020-08-03 | libcamera: pixel_format: Add a function to return format based on string | Kaaira Gupta |
2020-08-03 | libcamera: formats: PixelFormatInfo: Add name lookup function | Kaaira Gupta |