Age | Commit message (Expand) | Author |
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 |
2021-09-07 | libcamera: v4l2_videodevice: Cache PixelFormatInfo | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Add a function to check if planes are contiguous | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Move planes check to constructor | Laurent Pinchart |
2021-09-07 | libcamera: formats: Support V4L2 non-contiguous formats | Laurent Pinchart |
2021-09-07 | libcamera: formats: Add planeSize() helpers to PixelFormatInfo | Laurent Pinchart |
2021-09-07 | libcamera: formats: Move plane info structure to PixelFormatInfo | Laurent Pinchart |
2021-09-07 | libcamera: Use V4L2PixelFormat::fromPixelFormat() | Laurent Pinchart |
2021-09-07 | libcamera: v4l2_videodevice: Drop toV4L2PixelFormat() | Laurent Pinchart |
2021-09-07 | libcamera: file_descriptor: Add a function to retrieve the inode | Laurent Pinchart |
2021-09-07 | libcamera: base: utils: Use size_t for index in utils::enumerate() | Laurent Pinchart |
2021-09-07 | libcamera: Add hi846 camera sensor properties | Martin Kepplinger |
2021-09-06 | android: Cleanup libcamera namespace usage | Umang Jain |
2021-09-05 | v4l2: Use V4L2PixelFormat::toPixelFormat() | Laurent Pinchart |
2021-09-02 | libcamera: Drop emitter object pointer from signal arguments | Laurent Pinchart |
2021-09-02 | libcamera: Don't use emitter object pointer argument to slot | Laurent Pinchart |
2021-09-02 | libcamera: base: signal: Support connecting signals to functors | Laurent Pinchart |
2021-09-02 | libcamera: base: bound_method: Remove BoundMethodArgs specialization | Laurent Pinchart |
2021-09-02 | libcamera: base: bound_method: Remove BoundMethodMember specialization | Laurent Pinchart |
2021-09-02 | libcamera: Use simpler Signal::disconnect() function | Laurent Pinchart |
2021-09-01 | test: v4l2_compat: Disable test when ASan is enabled | Laurent Pinchart |
2021-09-01 | libcamera: base: log: Don't crash when logging after Logger destruction | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Remove SimplePipelineHandler::activeCamera_ | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Move bufferReady handler to SimpleCameraData | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Move converter to SimpleCameraData | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Add pipeline pad reservation mechanism | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Open all video devices at match() time | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Store all entity devices in common map | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Store video node entity in camera data | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Delay opening of video device until init() | Laurent Pinchart |
2021-08-31 | libcamera: pipeline: simple: Add sink and source pads to entity data | Laurent Pinchart |
2021-08-31 | libcamera: media_object: Expose entity type | Laurent Pinchart |
2021-08-31 | ipa: libipa: histogram: Fix typo | Laurent Pinchart |
2021-08-31 | libcamera: mapped_framebuffer: Rename maps() to planes() | Hirokazu Honda |
2021-08-31 | android: generic_camera_buffer: Fix bufferLength_ initialization | Laurent Pinchart |
2021-08-31 | android: Refuse Manual template if not supported | Jacopo Mondi |
2021-08-31 | ipu3: cio2: Tweak sensor size selection policy | Umang Jain |
2021-08-31 | ipu3: cio2: Change sensor size selection policy | Umang Jain |
2021-08-31 | ipu3: cio2: Replicate CameraSensor::getFormats() to a member function | Umang Jain |
2021-08-31 | libcamera: camera_sensor: Transform CameraSensor::sizes() | Umang Jain |
2021-08-30 | libcamera: framebuffer: Add assertion to detect offset is unfilled | Hirokazu Honda |