summaryrefslogtreecommitdiff
path: root/src/libcamera/camera.cpp
AgeCommit message (Expand)Author
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
2019-04-17libcamera: camera: Pass the stream set to allocate/freeBuffers()Jacopo Mondi
2019-04-09libcamera: Switch to CameraConfigurationNiklas Söderlund
2019-04-09libcamera: camera: Add CameraConfigurationNiklas Söderlund
2019-04-05libcamera: camera: Add support for stream usagesNiklas Söderlund
2019-03-10libcamera: camera: Fix access bug in configureStreams()Niklas Söderlund
2019-03-05libcamera: camera: ensure streams belong to cameraNiklas Söderlund
2019-03-05libcamera: camera: Unmap buffers before releaseKieran Bingham
2019-03-01libcamera: Handle request completion explicitly in pipeline handlersLaurent Pinchart