summaryrefslogtreecommitdiff
path: root/src/libcamera/camera.cpp
AgeCommit message (Expand)Author
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
2020-01-12libcamera: allocator: Add FrameBufferAllocator to help applications allocate ...Niklas Söderlund
2020-01-12libcamera: request: remove prepare()Niklas Söderlund
2019-11-19libcamera: camera: Remove explicit stream to buffer map in requestCompleted s...Niklas Söderlund
2019-07-15libcamera: Fix spellings and grammarKieran Bingham
2019-07-14libcamera: stream: Map external buffers to indexesJacopo Mondi
2019-07-14libcamera: buffer: Add an accessor to the BufferMemoryLaurent Pinchart
2019-07-14libcamera: stream: Add Stream memory typeJacopo Mondi
2019-07-14libcamera: stream: Shorten access to the bufferPoolJacopo Mondi
2019-07-14libcamera: request: Add cookie to make request tracking easierLaurent Pinchart
2019-07-14libcamera: camera: Don't check buffer count before freeing buffersLaurent Pinchart
2019-07-14libcamera: camera: Don't move buffers away from request at completionLaurent Pinchart
2019-07-02libcamera: camera: Provide a list of ControlInfoKieran Bingham