Age | Commit message (Expand) | Author |
2024-11-05 | gstreamer: Generate controls from control_ids_*.yaml files | Jaslo Ziska |
2024-11-05 | gstreamer: Remove auto-focus-mode property from libcamerasrc | Jaslo Ziska |
2024-11-05 | gstreamer: Remove auto-focus-mode property from device provider | Jaslo Ziska |
2024-11-04 | gstreamer: Implement caps negotiation for video/x-bayer | Johannes Kirchmair |
2024-08-12 | libcamera: Fix header grouping | Laurent Pinchart |
2024-08-07 | gstreamer: Fix missing "greater than" symbol in author string | Jaslo Ziska |
2024-07-26 | gstreamer: Fix width and height range handling | Hou Qi |
2024-07-25 | gst: Add child proxy support to libcamerasrc | Nicolas Dufresne |
2024-07-25 | gstreamer: allocator: Ensure camera manager stay alive | Nicolas Dufresne |
2024-07-25 | gstreamer: pool: Replace GstAtomicQueue with deque and mutex | Nicolas Dufresne |
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 |