Age | Commit message (Expand) | Author |
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 |
2020-01-03 | libcamera: object: Support reference arguments in invokeMethod() | Laurent Pinchart |
2019-12-08 | include: linux: Update Linux headers readme to v5.2 | Paul Elder |
2019-11-20 | ipa: Allow short-circuiting the ipa_context_ops | Laurent Pinchart |
2019-11-20 | ipa: Declare the ipaCreate() function prototype | Laurent Pinchart |
2019-11-20 | ipa: Define a plain C API | Laurent Pinchart |
2019-11-20 | ipa: Pass ControlInfoMap references to IPAInterface::configure() | Laurent Pinchart |
2019-11-20 | ipa: Define serialized controls | Jacopo Mondi |
2019-11-20 | libcamera: buffer: Add const accessor to Buffer planes | Laurent Pinchart |
2019-11-20 | libcamera: controls: Store reference to the InfoMap | Jacopo Mondi |
2019-11-20 | libcamera: controls: Make ControList constructor public | Laurent Pinchart |
2019-11-20 | libcamera: controls: Make ControlId constructor public | Jacopo Mondi |
2019-11-20 | libcamera: controls: Add move constructor to ControlInfoMap | Laurent Pinchart |
2019-11-20 | libcamera: controls: Index ControlList by unsigned int | Laurent Pinchart |
2019-11-20 | libcamera: controls: Add operator== and operator!= to ControlRange | Laurent Pinchart |
2019-11-19 | libcamera: camera: Remove explicit stream to buffer map in requestCompleted s... | Niklas Söderlund |
2019-11-19 | libcamera: buffer: Drop friend statement | Niklas Söderlund |
2019-11-19 | libcamera: buffer: Plane: Drop friend statement | Niklas Söderlund |
2019-11-19 | libcamera: buffer: Drop forward declaration of BufferPool | Niklas Söderlund |
2019-11-08 | libcamera: Remove unneeded semicolons | Laurent Pinchart |
2019-10-29 | libcamera: object: Add connection type parameter to invokeMethod() | Jacopo Mondi |
2019-10-29 | libcamera: object: Use bound method activePack() for invokeMethod() | Laurent Pinchart |
2019-10-29 | libcamera: signal: Specify connection type for signals | Laurent Pinchart |
2019-10-29 | libcamera: bound_method: Store connection type in BoundMethodBase | Laurent Pinchart |
2019-10-29 | libcamera: bound_method: Define connection type for method invocation | Jacopo Mondi |
2019-10-28 | libcamera: stream: Use the newly defined PixelFormat | Jacopo Mondi |
2019-10-28 | libcamera: Define a PixelFormat type for application-facing formats | Jacopo Mondi |
2019-10-28 | include: drm_fourcc: Add Motion-JPEG FourCC | Jacopo Mondi |
2019-10-28 | include: linux: Import DRM/KMS headers from Linux v5.2 | Jacopo Mondi |