Age | Commit message (Expand) | Author |
2021-06-25 | libcamera: rename public libcamera dependency | Kieran Bingham |
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-05-31 | gst: Fix compilation warning with GLib >= 2.62 | Laurent Pinchart |
2021-03-28 | meson: Summarize which applications and adaptation layers are built | Laurent Pinchart |
2021-03-23 | meson: Use subdir_done() to reduce indentation | Laurent Pinchart |
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 |
2021-03-12 | gst: pool: Fix GstBuffer leak on error | Nicolas Dufresne |
2021-03-12 | gst: provider: Fix crash in finalize | Nicolas Dufresne |
2021-02-11 | meson: Fix coding style when declaring arrays | Laurent Pinchart |
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-25 | libcamera: Remove void specifier for functions that take no arguments | Laurent Pinchart |
2020-08-05 | libcamera: camera: Rename name() to id() | Niklas Söderlund |
2020-06-18 | gst: Replace explicit DRM FourCCs with libcamera formats | Laurent Pinchart |
2020-05-13 | licenses: License all meson files under CC0-1.0 | Laurent Pinchart |
2020-03-18 | libcamera: framebuffer_allocator: Lift camera restrictions on allocator | Laurent Pinchart |
2020-03-18 | libcamera: PixelFormat: Make constructor explicit | Laurent Pinchart |
2020-03-18 | libcamera: Use PixelFormat instead of unsigned int where appropriate | Niklas Söderlund |
2020-03-07 | gst: Fix GLib detection | Laurent Pinchart |
2020-03-07 | gst: Turn the top-level plugin file gstlibcamera.c into a C++ file | Laurent Pinchart |
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: pad: Add method to store retrieve pending buffers | Nicolas Dufresne |
2020-03-07 | gst: Add getters for Stream and FrameBuffer | Nicolas Dufresne |
2020-03-07 | gst: libcamerasrc: Allocate and release buffers | Nicolas Dufresne |
2020-03-07 | gst: libcamerapad: Allow storing a pool | Nicolas Dufresne |
2020-03-07 | gst: Add a pool and an allocator implementation | 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: utils: Add StreamConfiguration helpers | 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: libcamerapad: Add a method to access the role | 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 | gst: utils: Add simple scoped lockers for GMutex and GRectMutex | Nicolas Dufresne |
2020-03-07 | gst: Add initial device provider | Nicolas Dufresne |
2020-03-07 | gst: Add utility to convert StreamFormats to GstCaps | Nicolas Dufresne |
2020-03-07 | Add GStreamer plugin and element skeleton | Nicolas Dufresne |