Age | Commit message (Expand) | Author |
2021-10-19 | android: camera_request: Turn struct into a class | Laurent Pinchart |
2021-10-19 | camera_device: Remove private scope of Camera3RequestDescriptor | Umang Jain |
2021-10-19 | android: Re-order out-of-order completion path | Jacopo Mondi |
2021-10-19 | Revert "android: camera_device: Configure one stream for identical stream req... | Jacopo Mondi |
2021-10-15 | android: capabilities: Cap frame rate to 30 FPS | Jacopo Mondi |
2021-10-15 | android: capabilties: Fix ANDROID_CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES | Jacopo Mondi |
2021-10-15 | android: Populate streams and duration in the same loop | Jacopo Mondi |
2021-10-15 | android: capabilities: Print output stream list | Jacopo Mondi |
2021-10-15 | android: Filter preview streams on FPS | Jacopo Mondi |
2021-10-15 | android: capabilities: Collect absolute max frame durations | Jacopo Mondi |
2021-10-15 | android: capabilties: Correctly populate STALL durations | Jacopo Mondi |
2021-10-15 | android: capabilities: Use per-configuration durations | Jacopo Mondi |
2021-10-15 | android: capabilties: Assume controls::FrameDurationLimits is supported | Jacopo Mondi |
2021-10-15 | android: capabilities: Initialize camera state when building properties | Jacopo Mondi |
2021-10-15 | android: capabilities: Collect per-stream frame durations | Jacopo Mondi |
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-06 | android: camera_stream: Set right format for processor output buffer | Hirokazu Honda |
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 | android: camera_device: Fix race on queuing capture request | Umang Jain |
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-24 | android: camera_device: Return unique_ptr from createFrameBuffer | Laurent Pinchart |
2021-09-22 | android: camera_device: Configure one stream for identical stream requests | Hirokazu Honda |
2021-09-22 | android: camera_stream: Support PostProcessorYuv in CameraStream | Hirokazu Honda |
2021-09-22 | android: camera_stream: Create post processor in configure() | Hirokazu Honda |
2021-09-21 | android: jpeg: Rectify variable naming style. | Umang Jain |
2021-09-21 | android: yuv: Remove CameraDevice forward-declare | Umang Jain |
2021-09-09 | android: jpeg: Split and pass the thumbnail planes to encoder | Umang Jain |
2021-09-09 | android: mm: cros_camera_buffer: Log failure error on cleanup | Umang Jain |
2021-09-07 | android: jpeg: Support multi-planar buffers | Laurent Pinchart |
2021-09-07 | android: jpeg: Use stride instead of image width for line address | Laurent Pinchart |
2021-09-07 | android: camera_device: Don't assume all planes use the same fd | Laurent Pinchart |
2021-09-07 | libcamera: formats: Add planeSize() helpers to PixelFormatInfo | Laurent Pinchart |
2021-09-06 | android: Cleanup libcamera namespace usage | Umang Jain |
2021-08-31 | libcamera: mapped_framebuffer: Rename maps() to planes() | Hirokazu Honda |
2021-08-31 | android: generic_camera_buffer: Fix bufferLength_ initialization | Laurent Pinchart |
2021-08-31 | android: Refuse Manual template if not supported | Jacopo Mondi |
2021-08-30 | android: camera_device: Fill offset and right length in CreateFrameBuffer() | Hirokazu Honda |
2021-08-30 | libcamera: mapped_framebuffer: Return plane begin address by MappedBuffer::ma... | Hirokazu Honda |
2021-08-27 | android: camera_buffer: Add stride/offset/size function | Hirokazu Honda |
2021-08-27 | android: camera_buffer: Map buffer in the first plane() call | Hirokazu Honda |
2021-08-27 | android: generic_camera_buffer: Correct buffer mapping | Hirokazu Honda |
2021-08-16 | libcamera: base: extensible: Pass private pointer as unique_ptr<> | Laurent Pinchart |
2021-08-10 | libcamera: MappedFrameBuffer: Use typed Flags<MapModes> | Kieran Bingham |