Age | Commit message (Expand) | Author |
2022-07-04 | gstreamer: Fix pads locking | Laurent Pinchart |
2022-07-04 | gstreamer: Use dedicated lock for request queues | Laurent Pinchart |
2022-07-04 | gstreamer: Combine the two pad loops in the task run handler | Laurent Pinchart |
2022-07-04 | gstreamer: Handle completed requests in the libcamerasrc task | Laurent Pinchart |
2022-07-04 | gstreamer: Rename queued requests queue to queuedRequests_ | Laurent Pinchart |
2022-07-04 | gstreamer: Move timestamp calculation out of pad loop | Laurent Pinchart |
2022-07-04 | gstreamer: Pass Stream to RequestWrap::addBuffer() | Laurent Pinchart |
2022-07-04 | gstreamer: Move variable to loop scope | Laurent Pinchart |
2022-07-04 | gstreamer: Use gst_task_resume() when available | Laurent Pinchart |
2022-03-29 | gstreamer: Fix typo in comment | Laurent Pinchart |
2022-01-19 | gstreamer: gstlibcamerasrc: Fix include ordering | Kieran Bingham |
2021-09-28 | gstreamer: Fix spelling of the work manager used in a util function | Vedant Paranjape |
2021-08-26 | gstreamer: Fix usage of default size for fixation | Nicolas Dufresne |
2021-08-26 | libcamerasrc: Fix deadlock on EOS | Nicolas Dufresne |
2021-08-26 | gstreamer: Fix concurrent access issues to CameraManager | Nicolas Dufresne |
2021-08-05 | gstreamer: Update format specifier in Request Pad template | Vedant Paranjape |
2021-07-28 | gstreamer: Store group_id in GstLibcameraSrcState | Vedant Paranjape |
2021-06-25 | gstreamer: Added virtual functions needed to support request pads | Vedant Paranjape |
2021-06-07 | gstreamer: Add error checking in gst_libcamera_src_task_enter() | Vedant Paranjape |
2021-03-15 | gst: Use the streams of CameraConfiguration when allocating buffers | Dafna Hirschfeld |
2021-03-12 | libcamera: gst: Fix double-free when acquire_buffer fails | Marian Cichy |
2020-11-07 | gstreamer: libcamerasrc: Delete configuration before stopping camera manager | Laurent Pinchart |
2020-10-20 | gstreamer: Omit extra semicolons | Hirokazu Honda |
2020-10-12 | libcamera, android, cam, gstreamer, qcam, v4l2: Reuse Request | Paul Elder |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-08-05 | libcamera: camera: Rename name() to id() | Niklas Söderlund |
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: libcamerasrc: Allocate and release buffers | 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: libcamerasrc: Send stream start event | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Store the srcpad in a vector | 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 | Add GStreamer plugin and element skeleton | Nicolas Dufresne |