summaryrefslogtreecommitdiff
path: root/src/gstreamer/gstlibcamerasrc.cpp
AgeCommit message (Expand)Author
2022-11-12gstreamer: Provide framerate support for libcamerasrcRishikesh Donadkar
2022-11-12gstreamer: Do not expose the caps before configuring the cameraRishikesh Donadkar
2022-07-19gstreamer: Be pedantic on srcpads accessUmang Jain
2022-07-19libcamera: controls: Use std::optional to handle invalid control valuesChristian Rauch
2022-07-04gstreamer: Fix race conditions in task pause/resumeLaurent Pinchart
2022-07-04gstreamer: Split completed request processing to a separate functionLaurent Pinchart
2022-07-04gstreamer: Split request creation to a separate functionLaurent Pinchart
2022-07-04gstreamer: Fix pads lockingLaurent Pinchart
2022-07-04gstreamer: Use dedicated lock for request queuesLaurent Pinchart
2022-07-04gstreamer: Combine the two pad loops in the task run handlerLaurent Pinchart
2022-07-04gstreamer: Handle completed requests in the libcamerasrc taskLaurent Pinchart
2022-07-04gstreamer: Rename queued requests queue to queuedRequests_Laurent Pinchart
2022-07-04gstreamer: Move timestamp calculation out of pad loopLaurent Pinchart
2022-07-04gstreamer: Pass Stream to RequestWrap::addBuffer()Laurent Pinchart
2022-07-04gstreamer: Move variable to loop scopeLaurent Pinchart
2022-07-04gstreamer: Use gst_task_resume() when availableLaurent Pinchart
2022-03-29gstreamer: Fix typo in commentLaurent Pinchart
2022-01-19gstreamer: gstlibcamerasrc: Fix include orderingKieran Bingham
2021-09-28gstreamer: Fix spelling of the work manager used in a util functionVedant Paranjape
2021-08-26gstreamer: Fix usage of default size for fixationNicolas Dufresne
2021-08-26libcamerasrc: Fix deadlock on EOSNicolas Dufresne
2021-08-26gstreamer: Fix concurrent access issues to CameraManagerNicolas Dufresne
2021-08-05gstreamer: Update format specifier in Request Pad templateVedant Paranjape
2021-07-28gstreamer: Store group_id in GstLibcameraSrcStateVedant Paranjape
2021-06-25gstreamer: Added virtual functions needed to support request padsVedant Paranjape
2021-06-07gstreamer: Add error checking in gst_libcamera_src_task_enter()Vedant Paranjape
2021-03-15gst: Use the streams of CameraConfiguration when allocating buffersDafna Hirschfeld
2021-03-12libcamera: gst: Fix double-free when acquire_buffer failsMarian Cichy
2020-11-07gstreamer: libcamerasrc: Delete configuration before stopping camera managerLaurent Pinchart
2020-10-20gstreamer: Omit extra semicolonsHirokazu Honda
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
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: libcamerasrc: Allocate and release buffersNicolas Dufresne
2020-03-07gst: libcamerasrc: Push segment eventNicolas Dufresne
2020-03-07gst: libcamerasrc: Implement minimal caps negotiationNicolas Dufresne
2020-03-07gst: libcamerasrc: Send stream start eventNicolas Dufresne
2020-03-07gst: libcamerasrc: Store the srcpad in a vectorNicolas 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-07Add GStreamer plugin and element skeletonNicolas Dufresne