summaryrefslogtreecommitdiff
path: root/src/libcamera/camera.cpp
AgeCommit message (Expand)Author
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
2019-05-23libcamera: camera: Simplify create() implementationLaurent Pinchart
2019-05-23libcamera: camera: Add a validation API to the CameraConfiguration classLaurent Pinchart
2019-05-23libcamera: camera: Return a pointer from generateConfiguration()Laurent Pinchart
2019-05-23libcamera: Refactor the camera configuration storage and APILaurent Pinchart
2019-05-23libcamera: Use stream roles directly instead of StreamUsageLaurent Pinchart
2019-05-23libcamera: camera: Rename configureStreams() and streamConfiguration()Laurent Pinchart
2019-05-18libcamera: camera: Fix std::ostringstream initialisationLaurent Pinchart
2019-05-17libcamera: camera: Lock the pipeline handler in acquire()Niklas Söderlund
2019-04-30libcamera: pipeline: Unify naming of configurations in pipeline handlersLaurent Pinchart
2019-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-28libcamera: camera: Log proposed configuration in streamConfiguration()Laurent Pinchart
2019-04-28libcamera: camera: Check requests before queueing themNiklas Söderlund
2019-04-19libcamera: camera: Reset basefield to decimalJacopo Mondi
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-19libcamera: stream: Add and use toString() method to StreamConfigurationLaurent Pinchart
2019-04-19libcamera: Document documentation style and update the code accordinglyLaurent Pinchart
2019-04-18libcamera: camera: Log requested configuration in configureStreams()Laurent Pinchart
2019-04-18libcamera: camera: Validate Request before queueing itJacopo Mondi
2019-04-18libcamera: camera: Don't call freeBuffer() on allocateBuffer() errorJacopo Mondi