Age | Commit message (Expand) | Author |
2020-03-06 | libcamera: ipa: Support array controls in ipa_control_value_entry | Laurent Pinchart |
2020-03-06 | libcamera: controls: Add support for byte controls | Jacopo Mondi |
2020-03-06 | libcamera: controls: Add support for float controls | Jacopo Mondi |
2020-03-06 | libcamera: controls: Allow passing an std::initializer list to set() | Laurent Pinchart |
2020-03-06 | libcamera: controls: Support array controls in ControlValue | Jacopo Mondi |
2020-03-06 | libcamera: controls: Expose raw data in ControlValue | Laurent Pinchart |
2020-03-06 | libcamera: controls: Move Control constructor to controls.h | Laurent Pinchart |
2020-03-06 | libcamera: controls: Move ControlValue constructor to controls.h | Laurent Pinchart |
2020-03-06 | libcamera: controls: Move ControlValue get() and set() to controls.h | Laurent Pinchart |
2020-03-06 | libcamera: controls: Add templates to convert a type T to a ControlType | Laurent Pinchart |
2020-03-06 | libcamera: controls: Return control by value | Laurent Pinchart |
2020-03-06 | libcamera: controls: Decouple control and value type in ControlList::set() | Laurent Pinchart |
2020-03-06 | libcamera: controls: Reorder ControlValue methods | Jacopo Mondi |
2020-03-06 | libcamera: ipa: Make <ipa/ipa_controls.h> self-contained | Laurent Pinchart |
2020-03-06 | libcamera: ipa: Remove unused IPA control types | Jacopo Mondi |
2020-03-06 | libcamera: Add a C++20-compliant std::span<> implementation | Jacopo Mondi |
2020-02-18 | libcamera: Use C++14 std::*_t type traits | Laurent Pinchart |
2020-02-14 | libcamera: camera: Add Camera properties | Jacopo Mondi |
2020-02-14 | libcamera: controls: Add default to ControlRange | Jacopo Mondi |
2020-02-14 | libcamera: properties: Add location property | Jacopo Mondi |
2020-02-14 | include: linux: Update v4l2-controls.h | Jacopo Mondi |
2020-01-23 | libcamera: camera: Move private data members to private implementation | Laurent Pinchart |
2020-01-23 | libcamera: camera_manager: Return a copy of the vector from cameras() | Laurent Pinchart |
2020-01-23 | libcamera: camera_manager: Move private data members to private implementation | Laurent Pinchart |
2020-01-22 | libcamera: signal: Make slots list private | Laurent Pinchart |
2020-01-22 | libcamera: bound_method: Use std::index_sequence | Laurent Pinchart |
2020-01-12 | libcamera: camera: Remove the prepared state | Niklas Söderlund |
2020-01-12 | libcamera: Remove dead code after switch to FrameBuffer | Niklas Söderlund |
2020-01-12 | libcamera: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: allocator: Add FrameBufferAllocator to help applications allocate ... | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Move captured metadata to FrameMetadata | Niklas Söderlund |
2020-01-12 | libcamera: request: In addBuffer() do not fetch stream from Buffer | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Drop private function setRequest() | Niklas Söderlund |
2020-01-12 | libcamera: buffers: Remove Plane class | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Switch from Plane to FrameBuffer::Plane | Niklas Söderlund |
2020-01-12 | ipa: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Add FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Add FrameMetadata container for metadata information | Niklas Söderlund |
2020-01-12 | libcamera: Add FileDescriptor to help pass numerical fds around | Niklas Söderlund |
2020-01-12 | libcamera: request: remove prepare() | Niklas Söderlund |
2020-01-07 | libcamera: bound_method: Rename Bound*Method to BoundMethod* | Laurent Pinchart |
2020-01-07 | libcamera: bound_method: Propagate method return value | Laurent Pinchart |
2020-01-07 | libcamera: bound_method: Manage BoundMethodPack through std::shared_ptr | Laurent Pinchart |
2020-01-07 | libcamera: bound_method: Support bindings to non-void methods | Laurent Pinchart |
2020-01-07 | libcamera: bound_method: Store method arguments in a class | Laurent Pinchart |
2020-01-07 | libcamera: bound_method: Move sequence and generator to BoundMethodBase | Laurent Pinchart |
2020-01-07 | libcamera: bound_method: Drop unused BoundMethodBase::connectionType() | Laurent Pinchart |
2020-01-07 | libcamera: bound_method: Mark overriden methods with override | Laurent Pinchart |
2020-01-07 | libcamera: object: Use activate() in invokeMethod() | Laurent Pinchart |
2020-01-03 | libcamera: camera_manager, pipeline_handler: allow retrieving cameras by devi... | Paul Elder |