Age | Commit message (Expand) | Author |
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 |
2021-06-25 | libcamera/base: Validate internal headers as private | Kieran Bingham |
2021-06-25 | libcamera/base: Move span to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move event_notifier to base | Kieran Bingham |
2021-06-25 | libcamera/base: Move File to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-06-25 | libcamera/base: Move class helpers to the base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move utils to the base library | Kieran Bingham |
2021-06-25 | libcamera/base: Introduce new base library | Kieran Bingham |
2021-06-25 | libcamera: Separate source and build path helpers | Kieran Bingham |
2021-06-15 | libcamera: log: Destroy LogCategory instances in a controlled way | Laurent Pinchart |
2021-06-14 | libcamera: CameraSensor: Enable retrieving supported test pattern modes | Hirokazu Honda |
2021-06-14 | libcamera: CameraSensorProperties: Add table of v4l2 index and test pattern | Hirokazu Honda |
2021-06-14 | libcamera: V4L2Device: Support v4l2 menu control | Hirokazu Honda |
2021-06-14 | libcamera: request: Add Request::cancel() | Jacopo Mondi |
2021-06-14 | ipa: ipu3: Support return values from configure() | Kieran Bingham |
2021-06-08 | libcamera: utils: Add helper class for std::chrono::duration | Naushir Patuck |
2021-05-31 | android: Update Android headers | Laurent Pinchart |
2021-05-27 | meson: ipa: Pass core.mojom to the docs generator | Paul Elder |
2021-05-27 | ipa: core: Move documentation from cpp file back into the mojom file | Paul Elder |
2021-05-27 | meson: ipa: Use files() to locate the mojom files | Paul Elder |
2021-05-27 | controls: Split FrameDurations into FrameDuration and FrameDurationLimits | Paul Elder |