summaryrefslogtreecommitdiff
path: root/src/libcamera/camera.cpp
AgeCommit message (Expand)Author
2021-12-13libcamera: camera: Add validateColorSpaces to CameraConfiguration classDavid Plowman
2021-10-25libcamera: camera: Create a CameraControlValidatorKieran Bingham
2021-09-02libcamera: Drop emitter object pointer from signal argumentsLaurent Pinchart
2021-08-27libcamera: camera configuration: Add at() function in docJacopo Mondi
2021-08-17libcamera: pipeline_handler: Drop controls() and properties() functionsLaurent Pinchart
2021-08-16libcamera: camera: Fix minor issues in Camera::Private documentationLaurent Pinchart
2021-08-16libcamera: pipeline_handler: Move CameraData members to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: camera: Pass Private pointer to Camera constructorLaurent Pinchart
2021-08-16libcamera: base: extensible: Pass private pointer as unique_ptr<>Laurent Pinchart
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-03libcamera: camera: Move Camera::Private to header fileLaurent Pinchart
2021-08-03libcamera: base: class: Don't pass Extensible pointer to Private constructorLaurent Pinchart
2021-07-12libcamera: Drop the LIBCAMERA_D_PTR macro in favour of the _d() functionLaurent Pinchart
2021-07-06libcamera: camera: Make stop() idempotentNícolas F. R. A. Prado
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-04-22libcamera: camera: Assert pipelines complete all requestsKieran Bingham
2021-04-03libcamera: pipeline_handler: Make queueRequest() void functionHirokazu Honda
2021-03-29libcamera: camera: Extend with a Stopping stateKieran Bingham
2021-03-29libcamera: camera: Report function which fails access controlKieran Bingham
2021-03-29libcamera: camera: Validate requests are completed in Running stateKieran Bingham
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
2021-01-05libcamera: camera: Fix-typoSebastian Fricke
2020-12-28libcamera: pipeline_handler: Remove Camera argument from request handlingNiklas Söderlund
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-08libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()Naushir Patuck
2020-11-24libcamera: camera: Document the camera and pipeline modelLaurent Pinchart
2020-11-08libcamera: camera: Inherit from ExtensibleLaurent Pinchart
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-09-29libcamera: Add user Transform to CameraConfigurationDavid Plowman
2020-09-20libcamera: camera: Optimize camera deletionLaurent Pinchart
2020-08-16libcamera: camera: Mark controls() and properties() as const operationsNiklas Söderlund
2020-08-14libcamera: request: Make Stream pointer constNiklas Söderlund
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-08-03libcamera: camera: Zero streams before validate()Jacopo Mondi
2020-07-31libcamera: camera: Ensure deletion via deleteLater()Umang Jain
2020-06-05libcamera: camera: Order parameter documentation correctlyMarvin Schmidt
2020-06-04libcamera: camera: Return -EINVAL if any stream is null while configure()Umang Jain
2020-06-04libcamera: camera: Drop full stop from \returnJacopo Mondi
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-03-18libcamera: framebuffer_allocator: Lift camera restrictions on allocatorLaurent Pinchart
2020-03-18libcamera: pipeline_handler: Fold buffer management with start/stopLaurent Pinchart
2020-03-18libcamera: pipeline_handler: Decouple buffer import and exportLaurent Pinchart
2020-03-18libcamera: camera: Propagate error value from importFrameBufferLaurent Pinchart
2020-02-14libcamera: camera: Add Camera propertiesJacopo Mondi
2020-02-13libcamera: camera: Implement the threading modelLaurent Pinchart
2020-01-23libcamera: camera: Centralize state checks in Private classLaurent Pinchart
2020-01-23libcamera: camera: Move private data members to private implementationLaurent Pinchart
2020-01-12libcamera: camera: Remove the prepared stateNiklas Söderlund
2020-01-12libcamera: pipeline: Remove explicit buffer handlingNiklas Söderlund
2020-01-12libcamera: Switch to FrameBuffer interfaceNiklas Söderlund