Show patches with: none      |   19624 patches
« 1 2 3 4196 197 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,37/37] pipeline: simple: Turn devices configuration option into dictionary libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,36/37] pipeline: simple: Rename supported_devices configuration option to devices libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,35/37] libcamera: software_isp: Rename "measure" option to "benchmark" libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,34/37] Documentation: Rename runtime configuration title libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,33/37] libcamera: global_configuration: Override options with environment variables libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,32/37] libcamera: global_configuration: Populate empty configuration libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,31/37] libcamera: global_configuration: Drop Option type libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,30/37] libcamera: global_configuration: Rename Configuration to Option libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,29/37] libcamera: global_configuration: Rename yamlConfiguration_ libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,28/37] libcamera: global_configuration: Add missing include and comment libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,27/37] libcamera: global_configuration: Reorder functions libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,26/37] libcamera: Pass CameraManager around instead of GlobalConfiguration libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,25/37] test: yaml-parser: Replace "object" with "node" libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,24/37] test: yaml-parser: Fix typos in error messages libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,23/37] test: yaml-parser: Standardize on explicitly qualifying std namespace libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,22/37] test: yaml-parser: Simplify test libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,21/37] test: Add ValueNode unit test libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,20/37] libcamera: value_node: Add functions to erase child nodes libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,19/37] libcamera: value_node: Support looking up descendant node by path libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,18/37] libcamera: value_node: Support adding nested children in one operation libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,17/37] libcamera: value_node: Add mutable children accessors libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,16/37] libcamera: value_node: Add mutable adapters libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,15/37] libcamera: value_node: Rework templates to prepare for mutable views libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,14/37] libcamera: value_node: Add constructor with value libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,13/37] libcamera: Rename YamlObject to ValueNode libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,12/37] libcamera: yaml_object: Miscellaneous documentation improvements libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,11/37] libcamera: yaml_parser: Split YamlObject from YamlParser libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,10/37] libcamera: yaml_parser: Drop unneeded \fn Doxygen commands libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,09/37] libcamera: yaml_parser: Move Size handling to geometry.cpp libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,08/37] libcamera: yaml_parser: Un-friend YamlParserContext from YamlObject libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,07/37] libcamera: yaml_parser: Add functions to add children libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,06/37] libcamera: yaml_parser: Add function to set a YamlObject value libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,05/37] libcamera: yaml_parser: Replace getList() with get() specializations libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,04/37] libcamera: yaml_parser: Rename Getter to Accessor libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,03/37] libcamera: yaml_parser: Rename Container to ValueContainer libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,02/37] libcamera: yaml_parser: Use std::make_unique<> libcamera: Global configuration file improvements - 2 - 0 0 0 2026-04-23 Laurent Pinchart New
[v3,01/37] libcamera: utils: Add overloaded visitor helpers libcamera: Global configuration file improvements - 3 - 0 0 0 2026-04-23 Laurent Pinchart New
cam: Add option to report libcamera version cam: Add option to report libcamera version - 3 - 0 0 0 2026-04-16 Kieran Bingham Accepted
Documentation: Enable treeview generation for doxygen < 1.13.0 Documentation: Enable treeview generation for doxygen < 1.13.0 - 2 1 0 0 0 2026-04-16 Stefan Klug Accepted
[v1,3/3] libcamera: software_isp: debayer_egl: Remove unnecessary declarations [v1,1/3] libcamera: egl: Remove `eGLImage::image_` - 1 - 0 0 0 2026-04-13 Barnabás Pőcze Accepted
[v1,2/3] libcamera: software_isp: debayer: Add missing `override` [v1,1/3] libcamera: egl: Remove `eGLImage::image_` - 1 - 0 0 0 2026-04-13 Barnabás Pőcze Accepted
[v1,1/3] libcamera: egl: Remove `eGLImage::image_` [v1,1/3] libcamera: egl: Remove `eGLImage::image_` - 1 - 0 0 0 2026-04-13 Barnabás Pőcze Accepted
gstreamer: Add sensor-mode property to libcamerasrc gstreamer: Add sensor-mode property to libcamerasrc - - - 0 0 0 2026-04-09 Fabien Danieau Superseded
[RFC,3/3] camss: Add Offline Processing Engine ISP support camss: Add CAMSS pipeline handler - - - 0 0 0 2026-04-08 Hans de Goede New
[RFC,2/3] camss: Use finer grained locking / disableLinks() camss: Add CAMSS pipeline handler - - - 0 0 0 2026-04-08 Hans de Goede New
[RFC,1/3] camss: Add CAMSS pipeline handler camss: Add CAMSS pipeline handler - - - 0 0 0 2026-04-08 Hans de Goede New
[3/3] libcamera: v4l2_device: add lock() and unlock() methods libcamera: Finer grained MediaDevice locking - - - 0 0 0 2026-04-08 Hans de Goede New
[2/3] libcamera: media_object: Add MediaEntity::disableLinks() libcamera: Finer grained MediaDevice locking - - - 0 0 0 2026-04-08 Hans de Goede New
[1/3] libcamera: pipeline: Allow pipeline-handlers to opt out of locking the media devices libcamera: Finer grained MediaDevice locking - - - 0 0 0 2026-04-08 Hans de Goede New
[v4,4/4] libcamera: software_isp: Explicitly load "simple" IPA ipa: Allow IPA creation by name - - - 0 0 0 2026-04-08 Hans de Goede New
[v4,3/4] ipa: Allow pipelines to have differently named IPA ipa: Allow IPA creation by name - 1 - 0 0 0 2026-04-08 Hans de Goede New
[v4,2/4] ipa: ipa_module: Remove pipelineName ipa: Allow IPA creation by name - 3 - 0 0 0 2026-04-08 Hans de Goede New
[v4,1/4] libcamera: ipa_manager: Create IPA by name ipa: Allow IPA creation by name - 1 1 0 0 0 2026-04-08 Hans de Goede New
[4/4] meson: Add "fips" meson option to enable ML-DSA Implement ML-DSA-65 for Post-Quantum Cryptographic compliance - - - 0 0 0 2026-04-08 Kate Hsuan Superseded
[3/4] ipa: ipa-sign: Sign IPA according to the signature algorithm of the key Implement ML-DSA-65 for Post-Quantum Cryptographic compliance - - - 0 0 0 2026-04-08 Kate Hsuan Superseded
[2/4] utils: codegen: gen-ipa-pub-key: replace openssl rsa with openssl pkey Implement ML-DSA-65 for Post-Quantum Cryptographic compliance - 1 - 0 0 0 2026-04-08 Kate Hsuan Superseded
[1/4] libcamera: pub_key: Add ML-DSA-65 signature algorithm for PQC compliance Implement ML-DSA-65 for Post-Quantum Cryptographic compliance - - - 0 0 0 2026-04-08 Kate Hsuan Superseded
[13/13] ipa: libipa: awb: factor out common prepare ipa: simple: Convert to libipa AWB implementation - 1 - 0 0 0 2026-04-07 Kieran Bingham New
[12/13] ipa: libipa: awb: convert to common queueRequest ipa: simple: Convert to libipa AWB implementation - 1 - 0 0 0 2026-04-07 Kieran Bingham New
[11/13] ipa: libipa: awb: Move configure to common ipa: simple: Convert to libipa AWB implementation - - - 0 0 0 2026-04-07 Kieran Bingham New
[10/13] ipa: simple: Convert awb to libipa implementation ipa: simple: Convert to libipa AWB implementation - - - 0 0 0 2026-04-07 Kieran Bingham New
[09/13] libcamera: vector: Convertor Constructor ipa: simple: Convert to libipa AWB implementation - - - 0 0 0 2026-04-07 Kieran Bingham New
[08/13] ipa: libipa: Awb: Provide common context storage ipa: simple: Convert to libipa AWB implementation - 1 - 0 0 0 2026-04-07 Kieran Bingham New
[07/13] ipa: simple: Add lux algorithm to the SoftIPA ipa: simple: Convert to libipa AWB implementation - - - 0 0 0 2026-04-07 Kieran Bingham New
[06/13] ipa: libipa: provide lux context structures ipa: simple: Convert to libipa AWB implementation - 1 - 0 0 0 2026-04-07 Kieran Bingham New
[05/13] shaders: bayer: Use native matrix multiplication ipa: simple: Convert to libipa AWB implementation - - - 0 0 0 2026-04-07 Kieran Bingham New
[04/13] libcamera: software_isp: Apply gains in CPU ISP ipa: simple: Convert to libipa AWB implementation - - - 0 0 0 2026-04-07 Kieran Bingham New
[03/13] libcamera: software_isp: Fix black level handling in CPU ISP ipa: simple: Convert to libipa AWB implementation - - - 0 0 0 2026-04-07 Kieran Bingham New
[02/13] softisp: Split AWB from Combined Matrix ipa: simple: Convert to libipa AWB implementation - - - 0 0 0 2026-04-07 Kieran Bingham New
[01/13] libcamera: shaders: unpacked: Fix indentations ipa: simple: Convert to libipa AWB implementation - 1 - 0 0 0 2026-04-07 Kieran Bingham New
[v2,42/42] pipeline: simple: Turn devices configuration option into dictionary libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,41/42] pipeline: simple: Rename supported_devices configuration option to devices libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,40/42] libcamera: software_isp: Rename "measure" option to "benchmark" libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,39/42] Documentation: Rename runtime configuration title libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,38/42] libcamera: global_configuration: Override options with environment variables libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,37/42] libcamera: global_configuration: Populate empty configuration libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,36/42] libcamera: global_configuration: Drop Option type libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,35/42] libcamera: global_configuration: Rename Configuration to Option libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,34/42] libcamera: global_configuration: Rename yamlConfiguration_ libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,33/42] libcamera: global_configuration: Add missing include and comment libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,32/42] libcamera: global_configuration: Reorder functions libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,31/42] libcamera: Pass CameraManager around instead of GlobalConfiguration libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,30/42] test: yaml-parser: Replace "object" with "node" libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,29/42] test: yaml-parser: Standardize on explicitly qualifying std namespace libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,28/42] test: yaml-parser: Simplify test libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,27/42] test: Add ValueNode unit test libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,26/42] libcamera: value_node: Add functions to erase child nodes libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,25/42] libcamera: value_node: Support looking up descendant node by path libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,24/42] libcamera: value_node: Support adding nested children in one operation libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,23/42] libcamera: value_node: Add mutable children accessors libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,22/42] libcamera: value_node: Add mutable adapters libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,21/42] libcamera: value_node: Rework templates to prepare for mutable views libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,20/42] libcamera: value_node: Add constructor with value libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,19/42] libcamera: Rename YamlObject to ValueNode libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,18/42] libcamera: yaml_object: Miscellaneous documentation improvements libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,17/42] libcamera: yaml_parser: Split YamlObject from YamlParser libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,16/42] libcamera: yaml_parser: Drop unneeded \fn Doxygen commands libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,15/42] libcamera: yaml_parser: Move Size handling to geometry.cpp libcamera: Global configuration file improvements - 1 - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,14/42] libcamera: yaml_parser: Un-friend YamlParserContext from YamlObject libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
[v2,13/42] libcamera: yaml_parser: Add functions to add children libcamera: Global configuration file improvements - - - 0 0 0 2026-04-07 Laurent Pinchart Superseded
« 1 2 3 4196 197 »