Age | Commit message (Expand) | Author |
2020-03-18 | libcamera: framebuffer_allocator: Lift camera restrictions on allocator | Laurent Pinchart |
2020-03-18 | libcamera: PixelFormat: Make constructor explicit | Laurent Pinchart |
2020-03-18 | libcamera: Use PixelFormat instead of unsigned int where appropriate | Niklas Söderlund |
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 |