summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline
AgeCommit message (Expand)Author
2020-03-18libcamera: PixelFormat: Make constructor explicitLaurent Pinchart
2020-03-18libcamera: PixelFormat: Turn into a classNiklas Söderlund
2020-03-18libcamera: pipeline: uvcvideo: Translate from V4L2 to DRM pixel formatsNiklas Söderlund
2020-03-18libcamera: pipeline: vimc: Remove internal usage of ImageFormatsNiklas Söderlund
2020-03-18libcamera: pixelformats: include linux/drm_fourcc.hNiklas Söderlund
2020-03-18libcamera: Use PixelFormat instead of unsigned int where appropriateNiklas Söderlund
2020-02-14libcamera: pipeline_handler: Add Camera propertiesJacopo Mondi
2020-02-13libcamera: pipeline: rkisp1: sync topology with upstream driverHelen Koike
2020-01-16libcamera: Remove std::piecewise_construct where not necessaryLaurent Pinchart
2020-01-14libcamera: Switch from utils::make_unique to std::make_uniqueLaurent Pinchart
2020-01-12libcamera: pipeline: Remove explicit buffer handlingNiklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Remove Buffer interfaceNiklas Söderlund
2020-01-12libcamera: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: pipeline: Add FrameBuffer handlersNiklas Söderlund
2020-01-12libcamera: pipeline: ipu3: Switch to FrameBuffer interface for cio2 and statNiklas Söderlund
2020-01-12libcamera: pipeline: rkisp1: Switch to FrameBuffer interface for stat and paramNiklas Söderlund
2020-01-12libcamera: pipeline: rkisp1: Destroy frame information before completing requestNiklas Söderlund
2020-01-12libcamera: buffer: Move captured metadata to FrameMetadataNiklas Söderlund
2020-01-12libcamera: buffer: Switch from Plane to FrameBuffer::PlaneNiklas Söderlund
2020-01-12ipa: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-03libcamera: pipeline_handler: uvcvideo: register all Cameras along with a devnumPaul Elder
2020-01-03libcamera: pipeline: uvcvideo: Fix crash when default entity is not foundLaurent Pinchart
2019-12-16libcamera: pipelines: Align bookkeeping in queueRequest()Niklas Söderlund
2019-11-20ipa: Pass ControlInfoMap references to IPAInterface::configure()Laurent Pinchart
2019-11-20libcamera: controls: Index ControlList by unsigned intLaurent Pinchart
2019-10-28libcamera: Switch PixelFormat to DRM FourCC valuesJacopo Mondi
2019-10-25libcamera: pipeline: vimc: Support format enumerationLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Remove V4L2ControlList classLaurent Pinchart
2019-10-15libcamera: controls: Merge ControlInfoMap and V4L2ControlInfoMapLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Store a ControlRange in V4L2ControlInfoMapLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Replace V4L2ControlInfo with V4L2ControlRangeLaurent Pinchart
2019-10-15libcamera: v4l2_controls: Index V4L2ControlInfoMap by ControlId *Laurent Pinchart
2019-10-13libcamera: ipa: Merge controls and v4l2controls in IPAOperationDataLaurent Pinchart
2019-10-13libcamera: v4l2_device: Replace V4L2ControlList with ControlListLaurent Pinchart
2019-10-13libcamera: pipeline: rkisp1: Avoid copy assignment of V4L2 control mapLaurent Pinchart
2019-10-11libamera: pipeline: rkisp1: timeline: Fix compilation with gcc-[56]Laurent Pinchart
2019-10-11libcamera: pipeline: rkisp1: Attach to an IPANiklas Söderlund
2019-10-10libcamera: pipeline: Move IPA from pipeline to camera dataNiklas Söderlund
2019-10-05libcamera: v4l2_controls: Use the ControlRange class for control infoLaurent Pinchart
2019-10-05libcamera: v4l2_controls: Use the ControlValue class for data storageLaurent Pinchart
2019-10-05libcamera: controls: Remove ControlInfo::idLaurent Pinchart
2019-10-04libcamera: controls: Improve the API towards applicationsLaurent Pinchart
2019-10-04libcamera: controls: Use explicit 32-bit integer typesLaurent Pinchart
2019-10-04libcamera: controls: Make ControlValue get/set accessors template methodsLaurent Pinchart
2019-09-15libcamera: Move ipa includes to the same level as libcameraLaurent Pinchart
2019-08-11libcamera: pipeline: vimc: Switch to using the RGB/YUV Capture video nodeNiklas Söderlund
2019-08-11libcamera: pipeline: vimc: Initialize device pointersNiklas Söderlund
2019-08-09libcamera: pipeline: RKISP1 configure isp output padHelen Koike
2019-07-30libcamera: pipeline: ipu3: Fix argument name mismatchLaurent Pinchart
2019-07-17libcamera: ipu3: Do not re-queue cancelled buffersJacopo Mondi