Age | Commit message (Expand) | Author |
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-02 | libcamera: Drop emitter object pointer from signal arguments | 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-08-31 | libcamera: media_object: Expose entity type | Laurent Pinchart |
2021-08-31 | libcamera: mapped_framebuffer: Rename maps() to planes() | Hirokazu Honda |
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 |
2021-08-30 | libcamera: v4l2_videodevice: Create color-format planes in createBuffer() | Hirokazu Honda |
2021-08-30 | libcamera: mapped_framebuffer: Return plane begin address by MappedBuffer::ma... | Hirokazu Honda |
2021-08-30 | libcamera: framebuffer: Add offset to FrameBuffer::Plane | Hirokazu Honda |
2021-08-27 | base: class: Remove undesired semi-colon from LIBCAMERA_O_PTR | Kieran Bingham |
2021-08-23 | libcamera: controls: Initialize ControlInfoMap::idmap_ | Jacopo Mondi |
2021-08-19 | ipa: Use FileDescriptor instead of int in layers above IPC payload | Paul Elder |
2021-08-17 | libcamera: pipeline_handler: Drop controls() and properties() functions | Laurent Pinchart |
2021-08-17 | libcamera: pipeline_handler: Drop CameraData class | Laurent Pinchart |
2021-08-16 | libcamera: pipeline_handler: Move CameraData members to Camera::Private | Laurent Pinchart |
2021-08-16 | libcamera: camera: Pass Private pointer to Camera constructor | Laurent Pinchart |
2021-08-16 | libcamera: base: extensible: Pass private pointer as unique_ptr<> | Laurent Pinchart |
2021-08-16 | ipa: vimc: Send and retrieve FrameBuffers from IPA | Umang Jain |
2021-08-16 | ipa: vimc: Map and unmap buffers | Umang Jain |
2021-08-16 | ipa: vimc: Add configure() function | Laurent Pinchart |
2021-08-12 | libcamera: ipu3: Initialize controls in the IPA | Jacopo Mondi |
2021-08-12 | libcamera: controls: Use ControlIdMap in deserialization | Jacopo Mondi |
2021-08-12 | libcamera: controls: Create ControlInfoMap with ControlIdMap | Jacopo Mondi |
2021-08-10 | libcamera: MappedFrameBuffer: Use typed Flags<MapModes> | Kieran Bingham |
2021-08-10 | libcamera: Give MappedFrameBuffer its own implementation | Kieran Bingham |
2021-08-09 | libcamera: Rename 'method' to 'function' | Laurent Pinchart |
2021-08-03 | libcamera: camera: Make Camera::Private members private | Laurent Pinchart |
2021-08-03 | libcamera: camera: Move Camera::Private to header file | Laurent Pinchart |
2021-08-03 | libcamera: base: class: Don't pass Extensible pointer to Private constructor | Laurent Pinchart |
2021-08-03 | libcamera: base: class: Document Extensible::_d() functions | Laurent Pinchart |
2021-08-03 | libcamera: file: Turn MapFlag and OpenModeFlag into enum class | Laurent Pinchart |
2021-08-03 | libcamera: file: Use Flags<> class for open flags | Laurent Pinchart |
2021-08-03 | libcamera: file: Use Flags<> class for map flags | Laurent Pinchart |
2021-08-03 | libcamera: flags: Add type-safe enum-based flags | Laurent Pinchart |
2021-08-02 | controls: Add boolean constructors for ControlInfo | Paul Elder |
2021-07-27 | ipa: core.mojom: Rework core file documentation | Jacopo Mondi |
2021-07-19 | libcamera: ipa_manager: Split common code out of createIPA() | Laurent Pinchart |
2021-07-19 | libcamera: ipa_manager: Fix IPA module min/max version check | Laurent Pinchart |
2021-07-12 | libcamera: framebuffer: Make FrameBuffer class Extensible | Laurent Pinchart |
2021-07-12 | libcamera: Drop the LIBCAMERA_D_PTR macro in favour of the _d() function | Laurent Pinchart |
2021-07-12 | libcamera: base: class: Expose Extensible private data to other classes | Laurent Pinchart |
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart |
2021-07-06 | libcamera: device_enumerator: Drop inclusion of linux/media.h | Laurent Pinchart |
2021-07-06 | libcamera: media_device: Rename valid() function to isValid() | Laurent Pinchart |
2021-06-28 | libcamera: Add support for monochrome sensors | David Plowman |
2021-06-28 | libcamera: utils: Only enable utils::hex() for integer arguments | Laurent Pinchart |