Age | Commit message (Expand) | Author |
2024-05-21 | treewide: Query list of cameras just once | Barnabás Pőcze |
2024-05-14 | gstreamer: Use copied camera name | Barnabás Pőcze |
2024-05-08 | libcamera: Drop file name from header comment blocks | Laurent Pinchart |
2023-12-07 | gstreamer: Implement renegotiation | Jaslo Ziska |
2023-12-07 | gstreamer: Add GstLibcameraSrcState::clearRequests method | Jaslo Ziska |
2023-12-07 | gstreamer: Move negotiation logic to separate function | Jaslo Ziska |
2023-11-23 | gstreamer: Fix unused variable error | Jaslo Ziska |
2023-11-22 | gstreamer: Implement element EOS handling | Jaslo Ziska |
2023-07-04 | libcamera: Remove `StreamRoles` alias | Barnabás Pőcze |
2023-06-28 | gstreamer: Drop libcamera_private dependency | Umang Jain |
2023-06-18 | gstreamer: Add enable_auto_focus option to the GStreamer plugin | Cedric Nugteren |
2022-12-24 | gstreamer: Add bayer8 support to libcamerasrc element | Pavel Machek |
2022-11-12 | gstreamer: Provide framerate support for libcamerasrc | Rishikesh Donadkar |
2022-11-12 | gstreamer: Do not expose the caps before configuring the camera | Rishikesh Donadkar |
2022-07-19 | gstreamer: Be pedantic on srcpads access | Umang Jain |
2022-07-19 | libcamera: controls: Use std::optional to handle invalid control values | Christian Rauch |
2022-07-04 | gstreamer: Fix race conditions in task pause/resume | Laurent Pinchart |
2022-07-04 | gstreamer: Split completed request processing to a separate function | Laurent Pinchart |
2022-07-04 | gstreamer: Split request creation to a separate function | Laurent Pinchart |
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 |