summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/simple
AgeCommit message (Expand)Author
2021-12-29libcamera: pipeline: simple: Rename Entity::link to sourceLinkLaurent Pinchart
2021-12-13libcamera: v4l2_subdevice: Add colorSpace field to V4L2SubdeviceFormatDavid Plowman
2021-12-11libcamera: pipeline: Introduce stopDevice()Jacopo Mondi
2021-11-24libcamera: pipeline: Convert to pragma onceKieran Bingham
2021-09-07libcamera: v4l2_videodevice: Drop toV4L2PixelFormat()Laurent Pinchart
2021-08-31libcamera: pipeline: simple: Remove SimplePipelineHandler::activeCamera_Laurent Pinchart
2021-08-31libcamera: pipeline: simple: Move bufferReady handler to SimpleCameraDataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Move converter to SimpleCameraDataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Add pipeline pad reservation mechanismLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Open all video devices at match() timeLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Store all entity devices in common mapLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Store video node entity in camera dataLaurent Pinchart
2021-08-31libcamera: pipeline: simple: Delay opening of video device until init()Laurent Pinchart
2021-08-31libcamera: pipeline: simple: Add sink and source pads to entity dataLaurent Pinchart
2021-08-17libcamera: pipeline: Cast to derived pipeline handler with helpersLaurent Pinchart
2021-08-17libcamera: pipeline_handler: Drop CameraData classLaurent Pinchart
2021-08-16libcamera: pipeline: simple: Migrate to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: camera: Pass Private pointer to Camera constructorLaurent Pinchart
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-06-29libcamera: pipeline: simple: converter: Improve error messageLaurent Pinchart
2021-06-29libcamera: pipeline: simple: Log pipeline topologyLaurent Pinchart
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-06-17libcamera: pipeline: simple: Fix crash when storing timestamp in metadataLaurent Pinchart
2021-05-25pipeline: simple: Rework the supportedDevices listPhi-Bang Nguyen
2021-05-06libcamera: simple: Report sensor timestampJacopo Mondi
2021-04-14pipeline: simple: Fix an issue in breadth-first searchPhi-Bang Nguyen
2021-03-20pipeline: simple: Update documentation on pipeline setupMarian Cichy
2021-03-16pipeline: simple: Use breadth-first search to setup media pipelineMarian Cichy
2021-03-04libcamera: pipeline: simple: Support camera sensors that contain an ISPLaurent Pinchart
2021-03-04libcamera: pipeline: simple: Walk the pipeline by following the first linkDafna Hirschfeld
2021-03-03libcamera: pipeline: simple: Enable multiple streams for compatible devicesLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Support usage of multiple streamsLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Support configuration of multiple streamsLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Hardcode the number of internal buffersLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Move converter data to camera dataLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Add output formats to ConfigurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Cache pipeline config in SimpleCameraConfigurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Rename Configuration::pixelFormatLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Document the pipeline handler designLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Drop unused members of configurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Store streams in a vectorLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Add multi-stream supportLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Decouple input and output completionLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Replace open() with isValid()Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Differentiate input and output buffer...Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Configure input strideLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Use StreamConfiguration for input con...Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Group query functions togetherLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Don't override stride at configure timeLaurent Pinchart