summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/simple
AgeCommit message (Expand)Author
2020-08-05libcamera: pipelines: Use sensor ID as camera nameNiklas Söderlund
2020-07-27libcamera: pipeline: simple: Try next mbus code if setupFormats() failsAndrey Konovalov
2020-07-27libcamera: pipeline: simple: Make sure the formats at the link's pads matchAndrey Konovalov
2020-07-27libcamera: pipeline: simple: Setup links outside for format try loopLaurent Pinchart
2020-07-23libcamera: v4l2_videodevice: Add using statement for format mapNiklas Söderlund
2020-07-15libcamera: geometry: Turn Size and Rectangle into classesLaurent Pinchart
2020-07-15libcamera: pipeline: simple: Use std::make_tuple()Laurent Pinchart
2020-07-10libcamera: simple: Fill stride and frameSize at config validationPaul Elder
2020-06-06libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h}Laurent Pinchart
2020-05-22libcamera: pipeline: simple: Add scaling supportLaurent Pinchart
2020-05-22libcamera: pipeline: simple: converter: Add scaling supportLaurent Pinchart
2020-05-22libcamera: pipeline: simple: Add stride supportLaurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-05-13licenses: License all meson files under CC0-1.0Laurent Pinchart
2020-05-10libcamera: pipeline: simple: Support multiple capture video nodesLaurent Pinchart
2020-05-10libcamera: pipeline: simple: Integrate converter supportLaurent Pinchart
2020-05-10libcamera: pipeline: simple: Add simple format converterLaurent Pinchart
2020-05-10libcamera: pipeline: Add a simple pipeline handlerMartijn Braam