Age | Commit message (Expand) | Author |
2020-03-07 | gst: libcamerasrc: Add a task for the streaming thread | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Implement selection and acquisition | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Add a debug category | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Add camera-name property | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Allocate and add static pad | Nicolas Dufresne |
2020-03-07 | gst: Add pads to the source | Nicolas Dufresne |
2020-03-07 | gst: utils: Add simple scoped lockers for GMutex and GRectMutex | Nicolas Dufresne |
2020-03-07 | gst: Add initial device provider | Nicolas Dufresne |
2020-03-07 | gst: Add utility to convert StreamFormats to GstCaps | Nicolas Dufresne |
2020-03-07 | Add GStreamer plugin and element skeleton | Nicolas Dufresne |
2020-03-07 | libcamera: v4l2_videodevice: Don't use std::atomic specialization | Laurent Pinchart |
2020-03-06 | libcamera: V4L2BufferCache: Improve cache eviction strategy | Niklas Söderlund |
2020-03-06 | test: v4l2_videodevice: Add test for V4L2BufferCache | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Check for hot hit first | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Use the entry reference | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Mark Entry::operator==() as const | Niklas Söderlund |
2020-03-06 | test: Extract BufferSource class out of camera tests to libtest | Niklas Söderlund |
2020-03-06 | test: camera: buffer_import: Fix error messages | Niklas Söderlund |
2020-03-06 | cam: Add option to list camera properties | Jacopo Mondi |
2020-03-06 | test: controls: control_value: Expand test to cover array controls | Laurent Pinchart |
2020-03-06 | test: controls: control_value: Expand test to cover all control types | Laurent Pinchart |
2020-03-06 | libcamera: control_serializer: Add support for array controls | Jacopo Mondi |
2020-03-06 | libcamera: control_serializer: Use zero-copy ByteStreamBuffer::read() | Laurent Pinchart |
2020-03-06 | libcamera: control_serializer: Simplify serialization of ControlValue | Laurent Pinchart |
2020-03-06 | libcamera: control_serializer: Use explicit ControlTypeNone case | Laurent Pinchart |
2020-03-06 | libcamera: byte_stream_buffer: Add zero-copy read() variant | Laurent Pinchart |
2020-03-06 | libcamera: byte_stream_buffer: Add Span<> support | Jacopo Mondi |
2020-03-06 | libcamera: byte_stream_buffer: Fix documentation of read() and write() | Jacopo Mondi |
2020-03-06 | libcamera: ipa: Support array controls in ipa_control_value_entry | Laurent Pinchart |
2020-03-06 | libcamera: controls: Convert bool ControlValue to lowercase strings | Laurent Pinchart |
2020-03-06 | libcamera: controls: Add support for byte controls | Jacopo Mondi |
2020-03-06 | libcamera: controls: Add support for float controls | Jacopo Mondi |
2020-03-06 | libcamera: controls: Add a 'size' yaml property | Jacopo Mondi |
2020-03-06 | libcamera: controls: Allow passing an std::initializer list to set() | Laurent Pinchart |
2020-03-06 | libcamera: controls: Support array controls in ControlValue | Jacopo Mondi |
2020-03-06 | libcamera: controls: Expose raw data in ControlValue | Laurent Pinchart |
2020-03-06 | libcamera: controls: Move Control constructor to controls.h | Laurent Pinchart |
2020-03-06 | libcamera: controls: Move ControlValue constructor to controls.h | Laurent Pinchart |
2020-03-06 | libcamera: controls: Move ControlValue get() and set() to controls.h | Laurent Pinchart |
2020-03-06 | libcamera: controls: Add templates to convert a type T to a ControlType | Laurent Pinchart |
2020-03-06 | libcamera: controls: Return control by value | Laurent Pinchart |
2020-03-06 | libcamera: controls: Decouple control and value type in ControlList::set() | Laurent Pinchart |
2020-03-06 | libcamera: controls: Don't convert 32-bit and 64-bit implicitly | Laurent Pinchart |
2020-03-06 | libcamera: controls: Reorder ControlValue methods | Jacopo Mondi |
2020-03-06 | libcamera: ipa: Test control structure size with static_assert | Laurent Pinchart |
2020-03-06 | libcamera: ipa: Make <ipa/ipa_controls.h> self-contained | Laurent Pinchart |
2020-03-06 | libcamera: ipa: Remove unused IPA control types | Jacopo Mondi |
2020-03-06 | libcamera: gen-controls: Fix documentation issue with << | Jacopo Mondi |
2020-03-06 | test: Add Span test | Laurent Pinchart |
2020-03-06 | libcamera: Add a C++20-compliant std::span<> implementation | Jacopo Mondi |