List patches.

GET /api/patches/?format=api&page=538
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: <https://patchwork.libcamera.org/api/patches/?format=api&page=539>; rel="next", <https://patchwork.libcamera.org/api/patches/?format=api&page=537>; rel="prev"
Vary: Accept

[
    {
        "id": 22618,
        "url": "https://patchwork.libcamera.org/api/patches/22618/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22618/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-4-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:40:53",
        "name": "[v2,03/17] libipa: Add AWB algorithm base class",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "e8e57f559a08f8d17479b374018193ec87805cef",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22618/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22618/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22618/checks/",
        "tags": {}
    },
    {
        "id": 22619,
        "url": "https://patchwork.libcamera.org/api/patches/22619/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22619/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-5-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:40:54",
        "name": "[v2,04/17] libipa: awb: Add helper functions for AWB mode support",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "1e88969823a1cbc878327c25494bb3a7c0e5b615",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22619/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22619/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22619/checks/",
        "tags": {}
    },
    {
        "id": 22620,
        "url": "https://patchwork.libcamera.org/api/patches/22620/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22620/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-6-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:40:55",
        "name": "[v2,05/17] libipa: Add grey world AWB algorithm",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "0bb2fc2e3d8fce79d1897ddcf919dddd84324395",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22620/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22620/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22620/checks/",
        "tags": {}
    },
    {
        "id": 22621,
        "url": "https://patchwork.libcamera.org/api/patches/22621/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22621/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-7-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:40:56",
        "name": "[v2,06/17] ipa: rkisp1: Move calculation of RGB means into own function",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "cbe13f7417d76b3f036bdbd956bb5f2f7f01a529",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22621/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22621/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22621/checks/",
        "tags": {}
    },
    {
        "id": 22622,
        "url": "https://patchwork.libcamera.org/api/patches/22622/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22622/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-8-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:40:57",
        "name": "[v2,07/17] ipa: rkisp1: Use grey world algorithm from libipa",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "4cb5dc3adf0e9471998fb83830e6f0d17a79f9ca",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22622/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22622/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22622/checks/",
        "tags": {}
    },
    {
        "id": 22623,
        "url": "https://patchwork.libcamera.org/api/patches/22623/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22623/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-9-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:40:58",
        "name": "[v2,08/17] libtuning: module: awb: Add bayes AWB support",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "ba0e745ebcd83e537ab3256335c40f3935c3f474",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22623/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22623/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22623/checks/",
        "tags": {}
    },
    {
        "id": 22624,
        "url": "https://patchwork.libcamera.org/api/patches/22624/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22624/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-10-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:40:59",
        "name": "[v2,09/17] libipa: Add bayesian AWB algorithm",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "7eb6a681bd0c68b2f7b8a7ce95ae9f0716221b64",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22624/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22624/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22624/checks/",
        "tags": {}
    },
    {
        "id": 22625,
        "url": "https://patchwork.libcamera.org/api/patches/22625/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22625/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-11-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:41:00",
        "name": "[v2,10/17] ipa: rkisp1: Add support for bayes AWB algorithm from libipa",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "7d5db56380816754dc8792f98f063cef5f8f5a7f",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22625/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22625/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22625/checks/",
        "tags": {}
    },
    {
        "id": 22626,
        "url": "https://patchwork.libcamera.org/api/patches/22626/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22626/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-12-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:41:01",
        "name": "[v2,11/17] ipa: rkisp1: awb: Apply gains based on default colour temperature on start",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "771bb19841002387a6e419a847751d47418fdb15",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22626/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22626/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22626/checks/",
        "tags": {}
    },
    {
        "id": 22627,
        "url": "https://patchwork.libcamera.org/api/patches/22627/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22627/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-13-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:41:02",
        "name": "[v2,12/17] libtuning: Add module for lux calibration",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "507ee47552d4d09720cbeff1bc09af5fe5c07bcc",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22627/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22627/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22627/checks/",
        "tags": {}
    },
    {
        "id": 22628,
        "url": "https://patchwork.libcamera.org/api/patches/22628/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22628/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-14-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:41:03",
        "name": "[v2,13/17] utils: tuning: rkisp1: Add lux module",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "754dd249066114249ab959cff4f289693da5d210",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22628/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22628/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22628/checks/",
        "tags": {}
    },
    {
        "id": 22629,
        "url": "https://patchwork.libcamera.org/api/patches/22629/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22629/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-15-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:41:04",
        "name": "[v2,14/17] libipa: lux: Update for a normalized referenceY to 1",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "71feb5fc3db64f0dbd1eac49093fb7c1dd451520",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22629/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22629/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22629/checks/",
        "tags": {}
    },
    {
        "id": 22630,
        "url": "https://patchwork.libcamera.org/api/patches/22630/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22630/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-16-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:41:05",
        "name": "[v2,15/17] libipa: awb_bayes: Add logging of value limits",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "25bf22924730b27a4c6f7e157a8ebaa04974ae6e",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22630/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22630/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22630/checks/",
        "tags": {}
    },
    {
        "id": 22631,
        "url": "https://patchwork.libcamera.org/api/patches/22631/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22631/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-17-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:41:06",
        "name": "[v2,16/17] libipa: awb_bayes: Remove overly verbose log messages",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "e1bc7e5da5fcc4de38c2d96b8acfc66fcbb57168",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22631/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22631/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22631/checks/",
        "tags": {}
    },
    {
        "id": 22632,
        "url": "https://patchwork.libcamera.org/api/patches/22632/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22632/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123114204.79321-18-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T11:41:07",
        "name": "[v2,17/17] libipa: awb_bayes: Change the probabilities from log space into linear space",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "d525e58bbacd62b9c472b85c5b64a9382b10324b",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22632/mbox/",
        "series": [
            {
                "id": 4966,
                "url": "https://patchwork.libcamera.org/api/series/4966/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4966",
                "date": "2025-01-23T11:40:50",
                "name": "Add Bayesian AWB algorithm to libipa and rkisp1",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4966/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22632/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22632/checks/",
        "tags": {}
    },
    {
        "id": 22633,
        "url": "https://patchwork.libcamera.org/api/patches/22633/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22633/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123120918.86780-1-stefan.klug@ideasonboard.com>",
        "date": "2025-01-23T12:09:14",
        "name": "[RFC] ipa: rkisp1: agc: Initialize enum controls with a list of values",
        "commit_ref": "ee918b370a08b362de75ee590cfc46fe8e38a0f0",
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "7be9cfcfe5948e60ebf0326e4184b1639ddf01e2",
        "submitter": {
            "id": 184,
            "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
            "name": "Stefan Klug",
            "email": "stefan.klug@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22633/mbox/",
        "series": [
            {
                "id": 4967,
                "url": "https://patchwork.libcamera.org/api/series/4967/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4967",
                "date": "2025-01-23T12:09:14",
                "name": "[RFC] ipa: rkisp1: agc: Initialize enum controls with a list of values",
                "version": 1,
                "mbox": "https://patchwork.libcamera.org/series/4967/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22633/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22633/checks/",
        "tags": {}
    },
    {
        "id": 22635,
        "url": "https://patchwork.libcamera.org/api/patches/22635/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22635/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123140727.458567-2-dan.scally@ideasonboard.com>",
        "date": "2025-01-23T14:07:25",
        "name": "[v2,1/3] ipa: ipu3: Add skeleton Agc::queueRequest() function",
        "commit_ref": null,
        "pull_url": null,
        "state": "new",
        "archived": false,
        "hash": "592e961bb459a7ebc05673dec0e0bb147e4994de",
        "submitter": {
            "id": 156,
            "url": "https://patchwork.libcamera.org/api/people/156/?format=api",
            "name": "Dan Scally",
            "email": "dan.scally@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22635/mbox/",
        "series": [
            {
                "id": 4968,
                "url": "https://patchwork.libcamera.org/api/series/4968/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4968",
                "date": "2025-01-23T14:07:24",
                "name": "Add flicker mitigation controls to AgcMeanLuminance",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4968/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22635/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22635/checks/",
        "tags": {}
    },
    {
        "id": 22636,
        "url": "https://patchwork.libcamera.org/api/patches/22636/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22636/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123140727.458567-3-dan.scally@ideasonboard.com>",
        "date": "2025-01-23T14:07:26",
        "name": "[v2,2/3] ipa: libipa: Adjust for flicker in ExposureModeHelper",
        "commit_ref": null,
        "pull_url": null,
        "state": "new",
        "archived": false,
        "hash": "b3b0e81a52adc4387b1419beed6554469f81ab75",
        "submitter": {
            "id": 156,
            "url": "https://patchwork.libcamera.org/api/people/156/?format=api",
            "name": "Dan Scally",
            "email": "dan.scally@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22636/mbox/",
        "series": [
            {
                "id": 4968,
                "url": "https://patchwork.libcamera.org/api/series/4968/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4968",
                "date": "2025-01-23T14:07:24",
                "name": "Add flicker mitigation controls to AgcMeanLuminance",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4968/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22636/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22636/checks/",
        "tags": {}
    },
    {
        "id": 22637,
        "url": "https://patchwork.libcamera.org/api/patches/22637/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22637/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123140727.458567-4-dan.scally@ideasonboard.com>",
        "date": "2025-01-23T14:07:27",
        "name": "[v2,3/3] ipa: libipa: Add flicker controls to AgcMeanLuminance",
        "commit_ref": null,
        "pull_url": null,
        "state": "new",
        "archived": false,
        "hash": "eb408fafd22fcf188f568c5ecb3da9609e44b385",
        "submitter": {
            "id": 156,
            "url": "https://patchwork.libcamera.org/api/people/156/?format=api",
            "name": "Dan Scally",
            "email": "dan.scally@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22637/mbox/",
        "series": [
            {
                "id": 4968,
                "url": "https://patchwork.libcamera.org/api/series/4968/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4968",
                "date": "2025-01-23T14:07:24",
                "name": "Add flicker mitigation controls to AgcMeanLuminance",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4968/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22637/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22637/checks/",
        "tags": {}
    },
    {
        "id": 22638,
        "url": "https://patchwork.libcamera.org/api/patches/22638/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22638/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250123143818.29703-1-laurent.pinchart@ideasonboard.com>",
        "date": "2025-01-23T14:38:18",
        "name": "libcamera: pipeline: Move tuning file override handling to IPAProxy",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "5e01d583c0933a3cc951f09a791963038fb850d5",
        "submitter": {
            "id": 2,
            "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
            "name": "Laurent Pinchart",
            "email": "laurent.pinchart@ideasonboard.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22638/mbox/",
        "series": [
            {
                "id": 4969,
                "url": "https://patchwork.libcamera.org/api/series/4969/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4969",
                "date": "2025-01-23T14:38:18",
                "name": "libcamera: pipeline: Move tuning file override handling to IPAProxy",
                "version": 1,
                "mbox": "https://patchwork.libcamera.org/series/4969/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22638/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22638/checks/",
        "tags": {}
    },
    {
        "id": 22640,
        "url": "https://patchwork.libcamera.org/api/patches/22640/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22640/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-2-mzamazal@redhat.com>",
        "date": "2025-01-24T21:57:52",
        "name": "[RFC,v2,01/13] libcamera: software_isp: Move a non-loop condition out of the loop",
        "commit_ref": null,
        "pull_url": null,
        "state": "accepted",
        "archived": false,
        "hash": "8e9016e2c3f4f5a8682752e73a6b604d85630c76",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22640/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22640/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22640/checks/",
        "tags": {}
    },
    {
        "id": 22641,
        "url": "https://patchwork.libcamera.org/api/patches/22641/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22641/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-3-mzamazal@redhat.com>",
        "date": "2025-01-24T21:57:53",
        "name": "[RFC,v2,02/13] libcamera: simple: Increase the default number of streams to 2",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "82e76dd8f5340b09eda1677cbf3cfb22cce3ed5a",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22641/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22641/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22641/checks/",
        "tags": {}
    },
    {
        "id": 22642,
        "url": "https://patchwork.libcamera.org/api/patches/22642/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22642/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-4-mzamazal@redhat.com>",
        "date": "2025-01-24T21:57:54",
        "name": "[RFC,v2,03/13] libcamera: simple: Don't use raw output formats with conversions",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "cc918bb82203b87316e20e9916c79d177626df87",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22642/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22642/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22642/checks/",
        "tags": {}
    },
    {
        "id": 22643,
        "url": "https://patchwork.libcamera.org/api/patches/22643/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22643/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-5-mzamazal@redhat.com>",
        "date": "2025-01-24T21:57:55",
        "name": "[RFC,v2,04/13] libcamera: simple: Add plain output configurations to software ISP",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "0ad343c143d3bf0b1b51263dd1eb22fa18900633",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22643/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22643/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22643/checks/",
        "tags": {}
    },
    {
        "id": 22644,
        "url": "https://patchwork.libcamera.org/api/patches/22644/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22644/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-6-mzamazal@redhat.com>",
        "date": "2025-01-24T21:57:56",
        "name": "[RFC,v2,05/13] libcamera: simple: Identify requested stream roles",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "adb37869fe642ecb1794a996cf8ce3c1f1feb811",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22644/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22644/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22644/checks/",
        "tags": {}
    },
    {
        "id": 22645,
        "url": "https://patchwork.libcamera.org/api/patches/22645/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22645/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-7-mzamazal@redhat.com>",
        "date": "2025-01-24T21:57:57",
        "name": "[RFC,v2,06/13] libcamera: simple: Protect against null maxPipeConfig",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "f66f2f2060538b8884e7ed23d7f2d5b581084a37",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22645/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22645/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22645/checks/",
        "tags": {}
    },
    {
        "id": 22646,
        "url": "https://patchwork.libcamera.org/api/patches/22646/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22646/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-8-mzamazal@redhat.com>",
        "date": "2025-01-24T21:57:58",
        "name": "[RFC,v2,07/13] libcamera: simple: Consider raw output configurations",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "cd248e2b66d8471eeca607185970fa1910cee71e",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22646/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22646/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22646/checks/",
        "tags": {}
    },
    {
        "id": 22647,
        "url": "https://patchwork.libcamera.org/api/patches/22647/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22647/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-9-mzamazal@redhat.com>",
        "date": "2025-01-24T21:57:59",
        "name": "[RFC,v2,08/13] libcamera: simple: Handle adjusted and raw configurations separately",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "e11ed254548a1eac656b3decf23d39cafb937aa2",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22647/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22647/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22647/checks/",
        "tags": {}
    },
    {
        "id": 22648,
        "url": "https://patchwork.libcamera.org/api/patches/22648/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22648/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-10-mzamazal@redhat.com>",
        "date": "2025-01-24T21:58:00",
        "name": "[RFC,v2,09/13] libcamera: simple: Don't use conversion with an added raw stream",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "82524b17f01f93c475910b3cf719fbaad6218d7c",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22648/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22648/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22648/checks/",
        "tags": {}
    },
    {
        "id": 22649,
        "url": "https://patchwork.libcamera.org/api/patches/22649/?format=api",
        "web_url": "https://patchwork.libcamera.org/patch/22649/",
        "project": {
            "id": 1,
            "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
            "name": "libcamera",
            "link_name": "libcamera",
            "list_id": "libcamera_core",
            "list_email": "libcamera-devel@lists.libcamera.org",
            "web_url": "",
            "scm_url": "",
            "webscm_url": ""
        },
        "msgid": "<20250124215806.158024-11-mzamazal@redhat.com>",
        "date": "2025-01-24T21:58:01",
        "name": "[RFC,v2,10/13] libcamera: simple: Make raw streams working",
        "commit_ref": null,
        "pull_url": null,
        "state": "superseded",
        "archived": false,
        "hash": "a7ac13e999b3ad49ad5fee6d3b86bae0c9d4dc11",
        "submitter": {
            "id": 177,
            "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
            "name": "Milan Zamazal",
            "email": "mzamazal@redhat.com"
        },
        "delegate": null,
        "mbox": "https://patchwork.libcamera.org/patch/22649/mbox/",
        "series": [
            {
                "id": 4970,
                "url": "https://patchwork.libcamera.org/api/series/4970/?format=api",
                "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4970",
                "date": "2025-01-24T21:57:51",
                "name": "Enable raw streams with software ISP",
                "version": 2,
                "mbox": "https://patchwork.libcamera.org/series/4970/mbox/"
            }
        ],
        "comments": "https://patchwork.libcamera.org/api/patches/22649/comments/",
        "check": "pending",
        "checks": "https://patchwork.libcamera.org/api/patches/22649/checks/",
        "tags": {}
    }
]