Age | Commit message (Expand) | Author |
2020-03-08 | v4l2: v4l2_camera_proxy: Fix sign compare compilation error | Laurent Pinchart |
2020-03-08 | v4l2: v4l2_compat: Use correct libcamera_dep dependency | Laurent Pinchart |
2020-03-08 | cam: Link against libatomic if needed | Laurent Pinchart |
2020-03-08 | libcamera: meson: Make libatomic and libdl dependencies reusable | Laurent Pinchart |
2020-03-08 | include: libcamera: meson: Add libcamera.h to the libcamera_api array | Laurent Pinchart |
2020-03-07 | gst: Fix GLib detection | Laurent Pinchart |
2020-03-07 | gst: Turn the top-level plugin file gstlibcamera.c into a C++ file | Laurent Pinchart |
2020-03-07 | gst: libcamerasrc: Prevent src task deadlock on exhausted buffer pool | Jakub Adam |
2020-03-07 | gst: utils: Factor-out the task resume helper | Jakub Adam |
2020-03-07 | gst: libcamerasrc: Add a TODO comment | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Implement timestamp support | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Implement initial streaming | Nicolas Dufresne |
2020-03-07 | gst: pad: Add method to store retrieve pending buffers | Nicolas Dufresne |
2020-03-07 | gst: Add getters for Stream and FrameBuffer | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Allocate and release buffers | Nicolas Dufresne |
2020-03-07 | gst: libcamerapad: Allow storing a pool | Nicolas Dufresne |
2020-03-07 | gst: Add a pool and an allocator implementation | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Push segment event | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Implement minimal caps negotiation | Nicolas Dufresne |
2020-03-07 | gst: utils: Add StreamConfiguration helpers | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Send stream start event | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Store the srcpad in a vector | Nicolas Dufresne |
2020-03-07 | gst: libcamerapad: Add a method to access the role | Nicolas Dufresne |
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 | 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 |