Age | Commit message (Expand) | Author |
2021-09-22 | gstreamer: Support planar formats | Kieran Bingham |
2021-09-22 | qcam: viewfinder_gl: Support configurable stride in shaders | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Add fully-planar YUV formats support | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Rename YUV and NV to YUVPacked and YUVSemiPlanar | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Add configurable stride support | Laurent Pinchart |
2021-09-22 | qcam: viewfinder: Pass stride value to viewfinder | Laurent Pinchart |
2021-09-22 | android: camera_device: Configure one stream for identical stream requests | Hirokazu Honda |
2021-09-22 | android: camera_stream: Support PostProcessorYuv in CameraStream | Hirokazu Honda |
2021-09-22 | android: camera_stream: Create post processor in configure() | Hirokazu Honda |
2021-09-21 | android: jpeg: Rectify variable naming style. | Umang Jain |
2021-09-21 | android: yuv: Remove CameraDevice forward-declare | Umang Jain |
2021-09-19 | libcamera: base: Add libatomic dependency | Fabrice Fontaine |
2021-09-19 | test: v4l2_compat: Report test as skipped if no compatible driver found | Laurent Pinchart |
2021-09-15 | test: serialization: Prevent parallelisation | Kieran Bingham |
2021-09-14 | libcamera: v4l2_videodevice: Handle unexpected buffers | Kieran Bingham |
2021-09-14 | ipa: ipu3: Clear incoming parameter use flags | Kieran Bingham |
2021-09-14 | README: Fix android dependencies | Kieran Bingham |
2021-09-10 | utils: ipc: proxy worker: Fix indentation in call deserialization | Paul Elder |
2021-09-10 | test: v4l2_compat_test: Fix v4l2-compliance version parsing | Paul Elder |
2021-09-10 | v4l2: v4l2_camera_proxy: Set the compressed flag in enum_fmt | Paul Elder |
2021-09-10 | v4l2: v4l2_camera_proxy: Report the proper format name in enum_fmt | Paul Elder |
2021-09-10 | libcamera: v4l2_pixelformat: Add helper function to get the description | Paul Elder |
2021-09-10 | libcamera: v4l2_pixelformat: Add entries for NV24 and NV42 | Paul Elder |
2021-09-10 | libcamera: v4l2_pixelformat: Add V4L2 description strings | Paul Elder |
2021-09-10 | v4l2: v4l2_compat_manager: Don't print "camera not found" on openat() | Paul Elder |
2021-09-09 | android: jpeg: Split and pass the thumbnail planes to encoder | Umang Jain |
2021-09-09 | libcamera: controls: Use a const ControlValidator | Kieran Bingham |
2021-09-09 | test: gstreamer: Fix the destructor of GstreamerTest base class | Vedant Paranjape |
2021-09-09 | android: mm: cros_camera_buffer: Log failure error on cleanup | Umang Jain |
2021-09-08 | test: gstreamer: Factor out code into a base class | Vedant Paranjape |
2021-09-07 | v4l2: Sum bytesused for all planes when dequeuing buffer | Laurent Pinchart |
2021-09-07 | qcam: viewfinder_qt: Support multi-planar buffers | Laurent Pinchart |
2021-09-07 | qcam: viewfinder_gl: Support multi-planar buffers | Laurent Pinchart |
2021-09-07 | qcam: Use Image class to access pixel data | Laurent Pinchart |
2021-09-07 | qcam: Print bytesused for all planes | Laurent Pinchart |
2021-09-07 | cam: drm: Avoid importing the same dmabuf multiple times | Laurent Pinchart |
2021-09-07 | cam: drm: Set per-plane offsets when creating DRM frame buffer | Laurent Pinchart |
2021-09-07 | cam: drm: Support per-plane stride values | Laurent Pinchart |
2021-09-07 | cam: file_sink: Use Image class to access pixel data | Laurent Pinchart |
2021-09-07 | cam: Add Image class | Laurent Pinchart |
2021-09-07 | android: jpeg: Support multi-planar buffers | Laurent Pinchart |
2021-09-07 | android: jpeg: Use stride instead of image width for line address | Laurent Pinchart |
2021-09-07 | android: camera_device: Don't assume all planes use the same fd | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Prevent modifying the number of metadata planes | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Allocate metadata planes at construction time | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Use utils::enumerate() | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Split planes when dequeuing buffer | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Coalesce planes when queuing buffer | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Take stride into account to compute offsets | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Document plane handling in createBuffer() | Laurent Pinchart |