Age | Commit message (Expand) | Author |
2020-03-18 | libcamera: PixelFormat: Make constructor explicit | Laurent Pinchart |
2020-03-18 | libcamera: PixelFormat: Turn into a class | Niklas Söderlund |
2020-03-18 | libcamera: pipeline: uvcvideo: Translate from V4L2 to DRM pixel formats | Niklas Söderlund |
2020-03-18 | libcamera: pipeline: vimc: Remove internal usage of ImageFormats | Niklas Söderlund |
2020-03-18 | libcamera: pixelformats: include linux/drm_fourcc.h | Niklas Söderlund |
2020-03-18 | libcamera: Use PixelFormat instead of unsigned int where appropriate | Niklas Söderlund |
2020-03-18 | libcamera: ipa_proxy: search for proxy in build tree | Kaaira Gupta |
2020-03-18 | libcamera: utils: Move libcamera build path lookup to utils | Kaaira Gupta |
2020-03-18 | libcamera: ipa_proxy: rearrange proxies precedence | Kaaira Gupta |
2020-03-18 | libcamera: ipa_proxy: use utils::split() | Kaaira Gupta |
2020-03-18 | cam: Create stream names after configuring the camera | Niklas Söderlund |
2020-03-16 | qcam: format_convertor: Extend 32 bit ARGB format combinations | Kieran Bingham |
2020-03-08 | libcamera: controls: Fix strict aliasing violation | Laurent Pinchart |
2020-03-08 | v4l2: v4l2_camera_proxy: Fix sign compare compilation error | Laurent Pinchart |
2020-03-08 | v4l2: v4l2_compat: Use correct libcamera_dep dependency | Laurent Pinchart |
2020-03-08 | cam: Link against libatomic if needed | Laurent Pinchart |
2020-03-08 | libcamera: meson: Make libatomic and libdl dependencies reusable | Laurent Pinchart |
2020-03-08 | include: libcamera: meson: Add libcamera.h to the libcamera_api array | Laurent Pinchart |
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 |
2020-03-07 | libcamera: v4l2_videodevice: Don't use std::atomic specialization | Laurent Pinchart |
2020-03-06 | libcamera: V4L2BufferCache: Improve cache eviction strategy | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Check for hot hit first | Niklas Söderlund |
2020-03-06 | libcamera: V4L2BufferCache: Use the entry reference | Niklas Söderlund |