summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline
AgeCommit message (Expand)Author
2020-09-21pipeline: ipa: raspberrypi: Handle any externally allocated FrameBufferNaushir Patuck
2020-09-21pipeline: raspberrypi: Use an unordered_set to store IPA buffer idsNaushir Patuck
2020-09-21pipeline: raspberrypi: Use an unordered_map for the stream buffer listNaushir Patuck
2020-09-21libcamera: pipeline: ipa: raspberrypi: Remove use of FrameBuffer cookieNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Add more robust stream buffer logicNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Fix bug in passing configuration to IPANaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Rework stream buffer logic for zero-copyNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Remove const qualifier from RPiStreamNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Increase the number of RAW buffersNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Add some debug loggingNaushir Patuck
2020-09-21libcamera: pipeline: ipa: raspberrypi: Rework drop frame signallingNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Move RPiStream into a separate fileNaushir Patuck
2020-09-18libcamera: ipu3: Always use sensor full frame sizeJacopo Mondi
2020-09-14libcamera: pipeline: rkisp1: Fix line length typoNiklas Söderlund
2020-08-28libcamera: raspberrypi: Check dma heap allocatorJacopo Mondi
2020-08-28libcamera: raspberrypi: dmaheaps: Add isValid()Jacopo Mondi
2020-08-28libcamera: raspberrypi: dmaheaps: Improve device openJacopo Mondi
2020-08-27pipeline: raspberrypi: Set sensor default orientation before configure()Naushir Patuck
2020-08-26libcamera: pipeline: vimc: Fix configuration validationLaurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-25libcamera: Drop explicit construction of std::queueLaurent Pinchart
2020-08-25libcamera: Replace utils::clamp() with std::clamp()Laurent Pinchart
2020-08-25libcamera: pipeline: ipu3: Remove stray "imgu." fileLaurent Pinchart
2020-08-23libcamera: pipeline: uvcvideo: Treat all UVC cameras as externalUmang Jain
2020-08-14libcamera: request: Make Stream pointer constNiklas Söderlund
2020-08-10libcamera: pipeline: rkisp1: Fix array size of formatsNiklas Söderlund
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-08-05libcamera: pipeline: uvcvideo: Generate unique camera namesNiklas Söderlund
2020-08-05libcamera: pipelines: Use sensor ID as camera nameNiklas Söderlund
2020-08-05libcamera: ipu3: Fix compilation issues with gcc5Jacopo Mondi
2020-08-03libcamera: ipu3: imgu: Rename configureInput()Jacopo Mondi
2020-08-03libcamera: ipu3: Configure ImgU with the computed parametersJacopo Mondi
2020-08-03libcamera: ipu3: Validate the pipe configurationJacopo Mondi
2020-08-03libcamera: ipu3: imgu: Calculate ImgU pipe configurationJacopo Mondi
2020-08-03libcamera: ipu3: Remove camera_ from IPU3CameraConfigurationJacopo Mondi
2020-08-03libcamera: ipu3: Remove streams from IPU3CameraConfigurationJacopo Mondi
2020-08-03libcamera: ipu3: Adjust and assign streams in validate()Jacopo Mondi
2020-08-03libcamera: ipu3: cio2: Add a const sensor() methodJacopo Mondi
2020-08-03libcamera: ipu3: Validate the stream combinationJacopo Mondi
2020-08-03libcamera: ipu3: Remove initialization of SizeJacopo Mondi
2020-08-03libcamera: ipu3: Report StreamFormatsJacopo Mondi
2020-08-03libcamera: ipu3: Do not overwrite StreamConfigurationJacopo Mondi
2020-08-03libcamera: ipu3: cio2: Report format and sizesJacopo Mondi
2020-08-03libcamera: ipu3: Make sure the config is validJacopo Mondi
2020-08-03libcamera: ipu3: Remove streams from generateConfigurationJacopo Mondi
2020-08-03libcamera: ipu3: Rename mbusCodesToInfoJacopo Mondi
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