Age | Commit message (Expand) | Author |
2022-04-12 | libcamera: camera: Ensure requests belong to the camera | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Simplify accumulations of y_items | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Use Span for y_table_item_t | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Remove redundant memcpy | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Use geometry classes to perform grid centering | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: Move constants to implementation | Kieran Bingham |
2022-04-09 | ipa: ipu3: af: enforce grid size restrictions | Kieran Bingham |
2022-04-08 | ipa: ipu3: Inline parseStatistics() into processStatsBuffer() | Umang Jain |
2022-04-08 | ipa: ipu3: Inline fillParams() in fillParamsBuffer() | Umang Jain |
2022-04-08 | ipa: ipu3: Replace event-based ops with dedicated functions | Umang Jain |
2022-04-07 | test: v4l2_videodevice: Fix format configuration in the vimc pipeline | Laurent Pinchart |
2022-04-07 | test: v4l2_videodevice: dequeue_watchdog: Check return value of streamOn | Laurent Pinchart |
2022-04-07 | test: v4l2_videodevice: dequeue_watchdog: Log message on failures | Laurent Pinchart |
2022-04-07 | libcamera: v4l2_videodevice: Fix uninitialised watchdogDuration_ | Umang Jain |
2022-04-07 | libcamera: base: utils: Add missing constructor for Duration | Laurent Pinchart |
2022-04-06 | libcamera: camera_sensor: Drop const on the return value of sizes() | Laurent Pinchart |
2022-04-06 | libcamera: v4l2_videodevice: Fix typos in a comment | Naushir Patuck |
2022-04-06 | test: v4l2_videodevice: Verify the Dequeue Watchdog | Kieran Bingham |
2022-04-06 | pipeline: raspberrypi: Add a Unicam dequeue timeout | Naushir Patuck |
2022-04-06 | libcamera: v4l2_videodevice: Add a dequeue timer | Naushir Patuck |
2022-04-06 | ipa: raspberrypi: alsc: Limit the calculated lambda values | Naushir Patuck |
2022-04-06 | Documentation: Briefly document the mail-based contribution process | Laurent Pinchart |
2022-04-06 | ipa: raspberrypi: Correct some of the ControlInfo ranges and defaults | David Plowman |
2022-04-02 | Documentation: guides: introduction: Fix spelling errors | Kunal Agarwal |
2022-04-02 | ipa: vimc: Rename processControls() to queueRequest() | Umang Jain |
2022-04-02 | ipa: rkisp1: Split queuing of request and parameter filling | Umang Jain |
2022-04-01 | libipa: camera_sensor_helper: Add OV5640 helper | Paul Elder |
2022-04-01 | libipa: camera_sensor_helper: Add IMX296 helper | Laurent Pinchart |
2022-04-01 | libipa: camera_sensor_helper: Add IMX290 helper | Laurent Pinchart |
2022-04-01 | libipa: camera_sensor_helper: Implement exponential gain model | Laurent Pinchart |
2022-04-01 | libipa: camera_sensor_helper: Reorganize gain constants | Laurent Pinchart |
2022-04-01 | libcamera: v4l2_videodevice: Fix potential errno overwrite | Laurent Pinchart |
2022-03-29 | libcamera: camera_sensor: Add IMX290 sensor properties | Laurent Pinchart |
2022-03-29 | gstreamer: Fix typo in comment | Laurent Pinchart |
2022-03-28 | ipa: ipu3: Ensure controls exists in before they are queried | Umang Jain |
2022-03-28 | ipa: ipu3: Drop sensor controls private members from IPAIPU3 | Umang Jain |
2022-03-28 | ipa: ipu3: Consolidate querying of exposure and gain limits | Umang Jain |
2022-03-28 | ipa: rkisp1: Introduce AWB | Jean-Michel Hautbois |
2022-03-28 | ipa: rkisp1: agc: Add a histogram-based gain | Jean-Michel Hautbois |
2022-03-28 | ipa: libipa: Histogram: Constify the constructor span | Jean-Michel Hautbois |
2022-03-28 | ipa: rkisp1: Introduce Black Level Correction | Jean-Michel Hautbois |
2022-03-28 | ipa: rkisp1: Use frame counter for the request queued | Jean-Michel Hautbois |
2022-03-28 | utils: hooks: pre-push: Catch commits without author's SoB | Laurent Pinchart |
2022-03-28 | test: Test V4L2BufferCache::isEmpty() member function | Naushir Patuck |
2022-03-28 | libcamera: v4l2_videodevice: Empty the V4L2 buffer cache on streamOff() | Naushir Patuck |
2022-03-28 | libcamera: v4l2_videodevice: Do not allow buffer queueing in stopping state | Naushir Patuck |
2022-03-28 | libcamera: v4l2_videodevice: Better tracking of the device state | Naushir Patuck |
2022-03-28 | pipeline: raspberrypi: Repurpose RPi::Stream::reset() | Naushir Patuck |
2022-03-28 | pipeline: raspberrypi: Free buffers in the RPiCamera destructor and re-configure | Naushir Patuck |
2022-03-28 | pipeline: raspberrypi: Move freeBuffers() to the RPiCameraData class | Naushir Patuck |