Age | Commit message (Expand) | Author |
2021-10-15 | libcamera: base: Add Backtrace class | Laurent Pinchart |
2021-10-15 | libcamera: pipeline: ipu3: Use new Size grownBy() and shrunkBy() helpers | Laurent Pinchart |
2021-10-15 | libcamera: geometry: Add Size members to grown or shrink by a margin | Laurent Pinchart |
2021-10-13 | android: Check if Stream configurations were generated correctly | Javier Martinez Canillas |
2021-10-12 | android: camera_device: Fix crash in calling CameraDevice::close() | Hirokazu Honda |
2021-10-10 | android: camera_stream: Fix error message for buffer creation | Laurent Pinchart |
2021-10-07 | pipeline: raspberrypi: Create empty control lists correctly | David Plowman |
2021-10-06 | ipa: ipu3: Replace ipa::ipu3::algorithms::Ipu3AwbCell | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: agc: Rewrite and simplify the brightness loop | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Introduce Black Level Correction | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Use the line stride for the stats | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Correct the gain multipliers | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Correct the relevant zones proportion | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Change limits and split loops in calculateBdsGrid() | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Change the limits of the AWB stats | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: awb: Make the naming consistent | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Change Accumulator structure layout | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Rename IspStatsRegion to Accumulator | Jean-Michel Hautbois |
2021-10-06 | ipa: ipu3: Move the AWB stats structures | Jean-Michel Hautbois |
2021-10-06 | android: camera_stream: Set right format for processor output buffer | Hirokazu Honda |
2021-10-05 | libcamera: Fix crash caused by reading uninitialised delayed controls | David Plowman |
2021-10-05 | cam: kms_sink: Print display pipeline configuration | Laurent Pinchart |
2021-10-05 | libcamera: camera_sensor: Reverse the key and value of test pattern mode map | Hirokazu Honda |
2021-10-05 | gstreamer: Check if Stream configurations were generated correctly | Javier Martinez Canillas |
2021-09-30 | android: camera_device: Send capture results by inspecting the queue | Umang Jain |
2021-09-30 | android: camera_device: Mark abortRequest() and notifyError() as const | Umang Jain |
2021-09-30 | android: camera_device: Transform descriptors_ map to queue | Umang Jain |
2021-09-30 | android: camera_worker: Use Camera3RequestDescriptor as cookie | Umang Jain |
2021-09-29 | android: Wait on fences in CameraStream::process() | Jacopo Mondi |
2021-09-28 | meson: Set a SONAME version in the libcamera libraries | Javier Martinez Canillas |
2021-09-28 | android: camera_device: Fix race on queuing capture request | Umang Jain |
2021-09-28 | gstreamer: Fix spelling of the work manager used in a util function | Vedant Paranjape |
2021-09-28 | libcamera: control_serializer: Fix usage of uninitialized variable | Laurent Pinchart |
2021-09-27 | android: Fix generation of thumbnail for EXIF data | Umang Jain |
2021-09-27 | android: camera_capabilities: Clarify CameraMetadata allocation | Umang Jain |
2021-09-27 | libcamera: control_serializer: Separate the handles space | Jacopo Mondi |
2021-09-27 | libcamera: control_serializer: Serialize info::def() | Jacopo Mondi |
2021-09-27 | libcamera: control_serializer: Use the right idmap | Jacopo Mondi |
2021-09-27 | libcamera: ipu3: Drop entityControls map | Jacopo Mondi |
2021-09-26 | libcamera: camera_manager: Fix utils.h #include location | Laurent Pinchart |
2021-09-24 | android: camera_device: Return unique_ptr from createFrameBuffer | Laurent Pinchart |
2021-09-24 | libcamera: v4l2_videodevice: Don't move planes to construct FrameBuffer | Laurent Pinchart |
2021-09-22 | gstreamer: Convert cm_singleton_ptr to static variable | Vedant Paranjape |
2021-09-22 | gstreamer: Support planar formats | Kieran Bingham |
2021-09-22 | qcam: viewfinder_gl: Support configurable stride in shaders | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Add fully-planar YUV formats support | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Rename YUV and NV to YUVPacked and YUVSemiPlanar | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Add configurable stride support | Laurent Pinchart |
2021-09-22 | qcam: viewfinder: Pass stride value to viewfinder | Laurent Pinchart |
2021-09-22 | android: camera_device: Configure one stream for identical stream requests | Hirokazu Honda |