Age | Commit message (Expand) | Author |
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 | 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 | cam: Add option to list camera properties | Jacopo Mondi |
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: 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-02-24 | libcamera: ipa_manager: Search for IPA libraries in build tree | Kieran Bingham |
2020-02-24 | libcamera: ipa_manager: Allow recursive parsing | Kieran Bingham |
2020-02-24 | libcamera: ipa_manager: Simplify addDir() usage | Kieran Bingham |
2020-02-24 | libcamera: ipa_manager: Re-arrange IPA precedence | Kieran Bingham |
2020-02-24 | libcamera: utils: Add a C++ dirname implementation | Kieran Bingham |
2020-02-19 | qcam: Fix compilation errors with clang-10 | Laurent Pinchart |
2020-02-19 | qcam: Use standard PicturesLocation path for capture | Kieran Bingham |
2020-02-19 | libcamera: media_device: Use Loggable interface | Kieran Bingham |
2020-02-19 | libcamera: media_device: prevent sign extension on casts | Kieran Bingham |
2020-02-18 | libcamera: Use C++14 std::*_t type traits | Laurent Pinchart |
2020-02-18 | libcamera: device_enumerator: Don't stop if one device fails | Laurent Pinchart |
2020-02-14 | android: camera_device: Use Camera properties for static Metadata | Jacopo Mondi |
2020-02-14 | libcamera: camera: Add Camera properties | Jacopo Mondi |
2020-02-14 | libcamera: pipeline_handler: Add Camera properties | Jacopo Mondi |
2020-02-14 | libcamera: camera_sensor: Parse camera properties | Jacopo Mondi |