summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2022-08-03libcamera: pipeline: simple: Don't disable links carrying other streamsLaurent Pinchart
2022-08-03libcamera: pipeline: simple: Walk pipeline using subdev internal routingPhi-Bang Nguyen
2022-08-03libcamera: pipeline: simple: Setup links in the context of sink entitiesLaurent Pinchart
2022-08-03libcamera: pipeline: simple: Reset routing table of subdevsJacopo Mondi
2022-08-03libcamera: v4l2_subdevice: Add support for the V4L2 subdev routing APIJacopo Mondi
2022-08-03libcamera: v4l2_subdevice: Collect subdev capabilitiesJacopo Mondi
2022-08-03libcamera: v4l2_subdevice: Change V4L2Subdevice::WhenceJacopo Mondi
2022-08-03libcamera: formats: Add AVUY8888 and XVUY8888 formatsLaurent Pinchart
2022-08-03libcamera: yaml_parser: Return nullopt on errorJacopo Mondi
2022-08-03libcamera: formats: Map V4L2_PIX_FMT_JPEG to formats::MJPEGJacopo Mondi
2022-08-03libcamera: v4l2_videodevice: Match formats supported by the deviceJacopo Mondi
2022-08-03libcamera: v4l2_pixelformat: Return the list of V4L2 formatsJacopo Mondi
2022-08-03libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat()Jacopo Mondi
2022-08-03libcamera: formats: Merge V4L2 single and multi formatsJacopo Mondi
2022-08-03libcamera: formats: Reimplement V4L2 PixelFormatInfo::info()Jacopo Mondi
2022-07-28libcamera: Drop unnecessary typename keyword used with std::enable_if_tLaurent Pinchart
2022-07-28ipa: rkisp1: Add support of ColorProcessing controlFlorian Sylvestre
2022-07-28ipa: rkisp1: Add support of Filter controlFlorian Sylvestre
2022-07-28libcamera: base: utils: Provide defopt to simplify std::optional::value_or() ...Laurent Pinchart
2022-07-28libcamera: yaml_parser: Add getList() functionFlorian Sylvestre
2022-07-28libcamera: yaml_parser: Preserve order of items in dictionaryLaurent Pinchart
2022-07-28libcamera: yaml_parser: Replace ok flag to get() with std::optionalLaurent Pinchart
2022-07-27raspberrypi: Update Copyright statement in all Raspberry Pi source filesNaushir Patuck
2022-07-27libcamera: camera: Fix documentation typoUmang Jain
2022-07-22pipeline: raspberrypi: Improve image/embedded buffer matching logicNaushir Patuck
2022-07-21libcamera: pipeline: simple: converter: Handle unsupported input formatXavier Roumegue
2022-07-20libcamera: controls: Drop ControlList::contains()Laurent Pinchart
2022-07-20licamera: controls: Update ControlList::get() documentationLaurent Pinchart
2022-07-20licamera: controls: Drop unnecessary template qualifiers in documentationLaurent Pinchart
2022-07-20libcamera: Remove extra ':' after '\todo'Laurent Pinchart
2022-07-20pipeline: rkisp1: Support devices without self pathPaul Elder
2022-07-19libcamera: controls: Avoid double lookupsLaurent Pinchart
2022-07-19libcamera: controls: Use std::optional to handle invalid control valuesChristian Rauch
2022-07-18libcamera: raspberry: Fix format validationJacopo Mondi
2022-07-14pipeline: raspberrypi: Fix incorrect advertising of ScalerCropNaushir Patuck
2022-07-14pipeline: rkisp1: Support media graph with separate CSI RXPaul Elder
2022-07-13libcamera: base: Suppress clang-11 compile error on ARM32Naushir Patuck
2022-07-05libcamera: camera: Reset request sequence number on stop/startUmang Jain
2022-07-05delayed_controls: Remove reduandant firstSequence_Kieran Bingham
2022-06-29pipeline: rkisp1: Support IPA tuning fileFlorian Sylvestre
2022-06-29pipeline: raspberrypi: Advertise ScalerCrop from the pipeline handlerNaushir Patuck
2022-06-29pipeline: ipa: raspberrypi: Correctly report available control limitsNaushir Patuck
2022-06-29pipeline: ipa: raspberrypi: Move ControlInfoMap to the IPANaushir Patuck
2022-06-29libcamera: controls: Add SensorTemperature controlNaushir Patuck
2022-06-27libcamera: v4l2_videodevice: Identify non-zero stream startsKieran Bingham
2022-06-20libcamera: yaml_parser: Add get() specializations for 16-bit integersLaurent Pinchart
2022-06-20libcamera: yaml_parser: Fix range checks for 32-bit integersLaurent Pinchart
2022-06-20libcamera: yaml_parser: Remove memberNames() functionLaurent Pinchart
2022-06-20libcamera: yaml_parser: Add iterator APILaurent Pinchart
2022-06-16libcamera: pipeline: simple: Support scaling on the sensorLaurent Pinchart