summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline_handler.cpp
AgeCommit message (Expand)Author
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-17libcamera: pipeline_handler: Add functions to lock a whole pipelineNiklas Söderlund
2019-05-17libcamera: pipeline_handler: Keep track of MediaDeviceNiklas Söderlund
2019-04-30libcamera: pipeline: Unify naming of configurations in pipeline handlersLaurent Pinchart
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-19libcamera: Document documentation style and update the code accordinglyLaurent Pinchart
2019-04-17libcamera: camera: Pass the stream set to allocate/freeBuffers()Jacopo Mondi
2019-04-09libcamera: Switch to CameraConfigurationNiklas Söderlund
2019-04-05libcamera: camera: Add support for stream usagesNiklas Söderlund
2019-03-01libcamera: Handle request completion explicitly in pipeline handlersLaurent Pinchart
2019-03-01libcamera: pipeline_handler: Make pipeline-specific data mandatoryLaurent Pinchart
2019-03-01libcamera: pipeline_handler: Store pipe and camera in CameraDataLaurent Pinchart
2019-02-27libcamera: align the documentation for numeric error codesNiklas Söderlund
2019-02-25libcamera: pipeline_handler: extend documentation for configureStreams()Niklas Söderlund
2019-02-13libcamera: pipeline_handler: Disconnect MediaDevice::disconnected signalLaurent Pinchart
2019-02-11libcamera: pipeline_handler: Reorder member declaration orderLaurent Pinchart
2019-02-06libcamera: pipeline_handler: Extend the interface to support captureNiklas Söderlund
2019-02-01libcamera: pipeline: extend pipelines to support stream configurationNiklas Söderlund
2019-01-26libcamera: pipeline: Refuse to substitute camera dataJacopo Mondi
2019-01-26libcamera: pipeline: Misc comments updateJacopo Mondi
2019-01-26libcamera: pipeline: Rework class destructorJacopo Mondi
2019-01-26libcamera: pipeline: Remove duplicated includeJacopo Mondi
2019-01-25libcamera: pipeline_handler: Add CameraDataJacopo Mondi
2019-01-25libcamera: pipeline_handler: Add camera disconnection supportNiklas Söderlund
2019-01-24libcamera: camera: Associate cameras with their pipeline handlerNiklas Söderlund
2019-01-24libcamera: pipeline_handler: Store the camera manager pointerLaurent Pinchart
2019-01-21libcamera: Use log categoriesLaurent Pinchart
2019-01-21libcamera: camera_manager: Register cameras with the camera managerLaurent Pinchart
2019-01-16libcamera: pipeline_handler: Rename handlers() method to factories()Laurent Pinchart
2019-01-16libcamera: pipeline_handler: Don't index factories by nameLaurent Pinchart
2019-01-15libcamera: Debug printouts fixesJacopo Mondi
2019-01-15libcamera: Add debug printoutsJacopo Mondi
2019-01-10libcamera: Document missing parameters and return valuesLaurent Pinchart
2019-01-04libcamera: pipeline_handler: Improve documentationLaurent Pinchart
2018-12-31libcamera: pipeline_handler: add PipelineHandler classNiklas Söderlund