summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-08libcamera: controls: Fix strict aliasing violationLaurent Pinchart
2020-03-08v4l2: v4l2_camera_proxy: Fix sign compare compilation errorLaurent Pinchart
2020-03-08v4l2: v4l2_compat: Use correct libcamera_dep dependencyLaurent Pinchart
2020-03-08cam: Link against libatomic if neededLaurent Pinchart
2020-03-08libcamera: meson: Make libatomic and libdl dependencies reusableLaurent Pinchart
2020-03-08include: libcamera: meson: Add libcamera.h to the libcamera_api arrayLaurent Pinchart
2020-03-07gst: Fix GLib detectionLaurent Pinchart
2020-03-07gst: Turn the top-level plugin file gstlibcamera.c into a C++ fileLaurent Pinchart
2020-03-07gst: libcamerasrc: Prevent src task deadlock on exhausted buffer poolJakub Adam
2020-03-07gst: utils: Factor-out the task resume helperJakub Adam
2020-03-07gst: libcamerasrc: Add a TODO commentNicolas Dufresne
2020-03-07gst: libcamerasrc: Implement timestamp supportNicolas Dufresne
2020-03-07gst: libcamerasrc: Implement initial streamingNicolas Dufresne
2020-03-07gst: pad: Add method to store retrieve pending buffersNicolas Dufresne
2020-03-07gst: Add getters for Stream and FrameBufferNicolas Dufresne
2020-03-07gst: libcamerasrc: Allocate and release buffersNicolas Dufresne
2020-03-07gst: libcamerapad: Allow storing a poolNicolas Dufresne
2020-03-07gst: Add a pool and an allocator implementationNicolas Dufresne
2020-03-07gst: libcamerasrc: Push segment eventNicolas Dufresne
2020-03-07gst: libcamerasrc: Implement minimal caps negotiationNicolas Dufresne
2020-03-07gst: utils: Add StreamConfiguration helpersNicolas Dufresne
2020-03-07gst: libcamerasrc: Send stream start eventNicolas Dufresne
2020-03-07gst: libcamerasrc: Store the srcpad in a vectorNicolas Dufresne
2020-03-07gst: libcamerapad: Add a method to access the roleNicolas Dufresne
2020-03-07gst: libcamerasrc: Add a task for the streaming threadNicolas Dufresne
2020-03-07gst: libcamerasrc: Implement selection and acquisitionNicolas Dufresne
2020-03-07gst: libcamerasrc: Add a debug categoryNicolas Dufresne
2020-03-07gst: libcamerasrc: Add camera-name propertyNicolas Dufresne
2020-03-07gst: libcamerasrc: Allocate and add static padNicolas Dufresne
2020-03-07gst: Add pads to the sourceNicolas Dufresne
2020-03-07gst: utils: Add simple scoped lockers for GMutex and GRectMutexNicolas Dufresne
2020-03-07gst: Add initial device providerNicolas Dufresne
2020-03-07gst: Add utility to convert StreamFormats to GstCapsNicolas Dufresne
2020-03-07Add GStreamer plugin and element skeletonNicolas Dufresne
2020-03-07libcamera: v4l2_videodevice: Don't use std::atomic specializationLaurent Pinchart
2020-03-06libcamera: V4L2BufferCache: Improve cache eviction strategyNiklas Söderlund
2020-03-06libcamera: V4L2BufferCache: Check for hot hit firstNiklas Söderlund
2020-03-06libcamera: V4L2BufferCache: Use the entry referenceNiklas Söderlund
2020-03-06libcamera: V4L2BufferCache: Mark Entry::operator==() as constNiklas Söderlund
2020-03-06cam: Add option to list camera propertiesJacopo Mondi
2020-03-06libcamera: control_serializer: Add support for array controlsJacopo Mondi
2020-03-06libcamera: control_serializer: Use zero-copy ByteStreamBuffer::read()Laurent Pinchart
2020-03-06libcamera: control_serializer: Simplify serialization of ControlValueLaurent Pinchart
2020-03-06libcamera: control_serializer: Use explicit ControlTypeNone caseLaurent Pinchart
2020-03-06libcamera: byte_stream_buffer: Add zero-copy read() variantLaurent Pinchart
2020-03-06libcamera: byte_stream_buffer: Add Span<> supportJacopo Mondi
2020-03-06libcamera: byte_stream_buffer: Fix documentation of read() and write()Jacopo Mondi
2020-03-06libcamera: ipa: Support array controls in ipa_control_value_entryLaurent Pinchart
2020-03-06libcamera: controls: Convert bool ControlValue to lowercase stringsLaurent Pinchart
2020-03-06libcamera: controls: Add support for byte controlsJacopo Mondi