Series Detail
Show a series.
GET /api/1.1/series/2386/?format=api
{ "id": 2386, "url": "https://patchwork.libcamera.org/api/1.1/series/2386/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2386", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/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": "" }, "name": "Add offset to FrameBuffer::Plane", "date": "2021-08-23T13:12:11", "submitter": { "id": 63, "url": "https://patchwork.libcamera.org/api/1.1/people/63/?format=api", "name": "Hirokazu Honda", "email": "hiroh@chromium.org" }, "version": 2, "total": 10, "received_total": 10, "received_all": true, "mbox": "https://patchwork.libcamera.org/series/2386/mbox/", "cover_letter": { "id": 13443, "url": "https://patchwork.libcamera.org/api/1.1/covers/13443/?format=api", "web_url": "https://patchwork.libcamera.org/cover/13443/", "msgid": "<20210823131221.1034059-1-hiroh@chromium.org>", "date": "2021-08-23T13:12:11", "name": "[libcamera-devel,RFC,v2,00/10] Add offset to FrameBuffer::Plane", "mbox": "https://patchwork.libcamera.org/cover/13443/mbox/" }, "patches": [ { "id": 13444, "url": "https://patchwork.libcamera.org/api/1.1/patches/13444/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13444/", "msgid": "<20210823131221.1034059-2-hiroh@chromium.org>", "date": "2021-08-23T13:12:12", "name": "[libcamera-devel,RFC,v2,01/10] libcamera: framebuffer: Add offset to FrameBuffer::Plane", "mbox": "https://patchwork.libcamera.org/patch/13444/mbox/" }, { "id": 13445, "url": "https://patchwork.libcamera.org/api/1.1/patches/13445/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13445/", "msgid": "<20210823131221.1034059-3-hiroh@chromium.org>", "date": "2021-08-23T13:12:13", "name": "[libcamera-devel,RFC,v2,02/10] libcamera: ipa_data_serializer: Modify (de)serialization for offset", "mbox": "https://patchwork.libcamera.org/patch/13445/mbox/" }, { "id": 13446, "url": "https://patchwork.libcamera.org/api/1.1/patches/13446/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13446/", "msgid": "<20210823131221.1034059-4-hiroh@chromium.org>", "date": "2021-08-23T13:12:14", "name": "[libcamera-devel,RFC,v2,03/10] libcamera: mapped_framebuffer: Return plane begin address by MappedBuffer::maps()", "mbox": "https://patchwork.libcamera.org/patch/13446/mbox/" }, { "id": 13447, "url": "https://patchwork.libcamera.org/api/1.1/patches/13447/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13447/", "msgid": "<20210823131221.1034059-5-hiroh@chromium.org>", "date": "2021-08-23T13:12:15", "name": "[libcamera-devel,RFC,v2,04/10] cam: file_sink: Use offset in mapping FrameBuffer", "mbox": "https://patchwork.libcamera.org/patch/13447/mbox/" }, { "id": 13448, "url": "https://patchwork.libcamera.org/api/1.1/patches/13448/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13448/", "msgid": "<20210823131221.1034059-6-hiroh@chromium.org>", "date": "2021-08-23T13:12:16", "name": "[libcamera-devel,RFC,v2,05/10] ipa: rkisp1: Use offset in mapping IPABuffer", "mbox": "https://patchwork.libcamera.org/patch/13448/mbox/" }, { "id": 13449, "url": "https://patchwork.libcamera.org/api/1.1/patches/13449/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13449/", "msgid": "<20210823131221.1034059-7-hiroh@chromium.org>", "date": "2021-08-23T13:12:17", "name": "[libcamera-devel,RFC,v2,06/10] qcam: main_window: Use offset mapping FrameBuffer", "mbox": "https://patchwork.libcamera.org/patch/13449/mbox/" }, { "id": 13450, "url": "https://patchwork.libcamera.org/api/1.1/patches/13450/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13450/", "msgid": "<20210823131221.1034059-8-hiroh@chromium.org>", "date": "2021-08-23T13:12:18", "name": "[libcamera-devel,RFC,v2,07/10] gstreamer: gstlibcameraallocator: Use offset in creating a buffer", "mbox": "https://patchwork.libcamera.org/patch/13450/mbox/" }, { "id": 13451, "url": "https://patchwork.libcamera.org/api/1.1/patches/13451/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13451/", "msgid": "<20210823131221.1034059-9-hiroh@chromium.org>", "date": "2021-08-23T13:12:19", "name": "[libcamera-devel,RFC,v2,08/10] libcamera: v4l2_videodevice: Create color-format planes in createBuffer()", "mbox": "https://patchwork.libcamera.org/patch/13451/mbox/" }, { "id": 13452, "url": "https://patchwork.libcamera.org/api/1.1/patches/13452/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13452/", "msgid": "<20210823131221.1034059-10-hiroh@chromium.org>", "date": "2021-08-23T13:12:20", "name": "[libcamera-devel,RFC,v2,09/10] android: camera_device: Fill offset and right length in CreateFrameBuffer()", "mbox": "https://patchwork.libcamera.org/patch/13452/mbox/" }, { "id": 13453, "url": "https://patchwork.libcamera.org/api/1.1/patches/13453/?format=api", "web_url": "https://patchwork.libcamera.org/patch/13453/", "msgid": "<20210823131221.1034059-11-hiroh@chromium.org>", "date": "2021-08-23T13:12:21", "name": "[libcamera-devel,RFC,v2,10/10] libcamera: framebuffer: Add assertion to detect offset is unfilled", "mbox": "https://patchwork.libcamera.org/patch/13453/mbox/" } ] }