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-14 | gstreamer: Fix string memory leak | Barnabás Pőcze |
2024-05-09 | libcamera: Drop remaining file name from header comment blocks | Laurent Pinchart |
2024-05-08 | libcamera: Drop file name from header comment blocks | Laurent Pinchart |
2024-02-02 | gstreamer: Map 10/12/14/16 bayer formats supports | Nicolas Dufresne |
2024-02-02 | gstreamer: Map R8/R16 pixel format | Nicolas Dufresne |
2024-01-23 | gstreamer: Add meson devenv support | Nicolas Dufresne |
2024-01-09 | gstreamer: Support for pre-1.16 GstEvent | 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-07 | meson: Fix space around colon issues | Laurent Pinchart |
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 |
2023-01-05 | libcamera: Use C++17 [[fallthrough]] everywhere | Matti Lehtimäki |
2022-12-24 | gstreamer: Add bayer8 support to libcamerasrc element | Pavel Machek |
2022-11-25 | libcamera: stream: Turn StreamRole into scoped enumeration | Laurent Pinchart |
2022-11-21 | gstreamer: Do not lookup controls by id | Jacopo Mondi |
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-09-12 | gstreamer: Check gstreamer version before using newer macros | Vedant Paranjape |
2022-09-01 | gstreamer: Provide colorimetry <> ColorSpace mappings | Rishikesh Donadkar |
2022-08-24 | gstreamer: Add support for additional RGB formats | Laurent Pinchart |
2022-08-16 | libcamera: base: Make message.h and mutex.h private | Laurent Pinchart |
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-12-04 | libcamera: base: shared_fd: Rename fd() to get() | Laurent Pinchart |
2021-11-24 | gstreamer: Convert to pragma once | Kieran Bingham |
2021-10-05 | gstreamer: Check if Stream configurations were generated correctly | Javier Martinez Canillas |
2021-09-28 | gstreamer: Fix spelling of the work manager used in a util function | Vedant Paranjape |
2021-09-22 | gstreamer: Convert cm_singleton_ptr to static variable | Vedant Paranjape |
2021-09-22 | gstreamer: Support planar formats | Kieran Bingham |